Skip to content

Commit 846656f

Browse files
krzkbroonie
authored andcommitted
spi: dt-bindings: fsl,dspi: Fix example indentation
DTS example in the bindings should be indented with 2- or 4-spaces, so correct a mixture of different styles to keep consistent 4-spaces. Signed-off-by: Krzysztof Kozlowski <[email protected]> Acked-by: Conor Dooley <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 09fd04d commit 846656f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Documentation/devicetree/bindings/spi/fsl,dspi.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@ examples:
105105
big-endian;
106106
107107
flash@0 {
108-
compatible = "jedec,spi-nor";
109-
reg = <0>;
110-
spi-max-frequency = <16000000>;
111-
spi-cpol;
112-
spi-cpha;
113-
spi-cs-setup-delay-ns = <100>;
114-
spi-cs-hold-delay-ns = <50>;
108+
compatible = "jedec,spi-nor";
109+
reg = <0>;
110+
spi-max-frequency = <16000000>;
111+
spi-cpol;
112+
spi-cpha;
113+
spi-cs-setup-delay-ns = <100>;
114+
spi-cs-hold-delay-ns = <50>;
115115
};
116116
};

0 commit comments

Comments
 (0)