diff options
author | Krzysztof Kozlowski <krzk@kernel.org> | 2019-10-02 18:07:41 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-10-15 12:29:35 -0500 |
commit | c2b474b02df2265741806d35ec733760f6eb2785 (patch) | |
tree | 7be038fbdf4a1a63a25b5c1c64942d501233599e /Documentation/devicetree/bindings/rtc/s3c-rtc.yaml | |
parent | d9b11fccb2334b717c4e04b40131c28499353626 (diff) |
dt-bindings: samsung: Indent examples with four spaces
Change the indentation of examples used in json-schema bindings from two
to four spaces as this makes the code easier to read and seems to be
preferred in other files.
Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
Acked-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> # for iio
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Acked-by: Sebastian Reichel <sre@kernel.org> # for power/reset
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/rtc/s3c-rtc.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/s3c-rtc.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/rtc/s3c-rtc.yaml b/Documentation/devicetree/bindings/rtc/s3c-rtc.yaml index 951a6a485709..95570d7e19eb 100644 --- a/Documentation/devicetree/bindings/rtc/s3c-rtc.yaml +++ b/Documentation/devicetree/bindings/rtc/s3c-rtc.yaml @@ -76,10 +76,10 @@ allOf: examples: - | rtc@10070000 { - compatible = "samsung,s3c6410-rtc"; - reg = <0x10070000 0x100>; - interrupts = <0 44 4>, <0 45 4>; - clocks = <&clock 0>, // CLK_RTC - <&s2mps11_osc 0>; // S2MPS11_CLK_AP - clock-names = "rtc", "rtc_src"; + compatible = "samsung,s3c6410-rtc"; + reg = <0x10070000 0x100>; + interrupts = <0 44 4>, <0 45 4>; + clocks = <&clock 0>, // CLK_RTC + <&s2mps11_osc 0>; // S2MPS11_CLK_AP + clock-names = "rtc", "rtc_src"; }; |