aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/arm/samsung
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzk@kernel.org>2019-10-02 18:07:41 +0200
committerRob Herring <robh@kernel.org>2019-10-15 12:29:35 -0500
commitc2b474b02df2265741806d35ec733760f6eb2785 (patch)
tree7be038fbdf4a1a63a25b5c1c64942d501233599e /Documentation/devicetree/bindings/arm/samsung
parentdt-bindings: serio: Convert Allwinner PS2 controller to a schema (diff)
downloadlinux-dev-c2b474b02df2265741806d35ec733760f6eb2785.tar.xz
linux-dev-c2b474b02df2265741806d35ec733760f6eb2785.zip
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')
-rw-r--r--Documentation/devicetree/bindings/arm/samsung/exynos-chipid.yaml4
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>;
};