Commit b54f2401 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Mark Brown

spi: dt-bindings: spi-controller: correct example indentation

Example DTS mixed two with four-space indentation.  Preferred is four
spaces, for readability.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20220722190910.76865-1-krzysztof.kozlowski@linaro.orgSigned-off-by: default avatarMark Brown <broonie@kernel.org>
parent 23089eb6
...@@ -139,9 +139,9 @@ examples: ...@@ -139,9 +139,9 @@ examples:
}; };
flash@2 { flash@2 {
compatible = "jedec,spi-nor"; compatible = "jedec,spi-nor";
spi-max-frequency = <50000000>; spi-max-frequency = <50000000>;
reg = <2>, <3>; reg = <2>, <3>;
stacked-memories = /bits/ 64 <0x10000000 0x10000000>; stacked-memories = /bits/ 64 <0x10000000 0x10000000>;
}; };
}; };
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment