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/arm/samsung/exynos-chipid.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/arm/samsung/exynos-chipid.yaml')
-rw-r--r-- | Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml b/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml index 9c573ad7dc7d..ce40adabb4e8 100644 --- a/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml +++ b/Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml @@ -20,6 +20,6 @@ properties: examples: - | chipid@10000000 { - compatible = "samsung,exynos4210-chipid"; - reg = <0x10000000 0x100>; + compatible = "samsung,exynos4210-chipid"; + reg = <0x10000000 0x100>; }; |