Commit 85d616dd authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Dinh Nguyen

arm64: dts: altera: adjust whitespace around '='

Fix whitespace coding style: use single space instead of tabs or
multiple spaces around '=' sign in property assignment.  No functional
changes (same DTB).
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent a2a4ee55
...@@ -594,7 +594,7 @@ emac0-tx-ecc@ff8c0400 { ...@@ -594,7 +594,7 @@ emac0-tx-ecc@ff8c0400 {
}; };
qspi: spi@ff8d2000 { qspi: spi@ff8d2000 {
compatible = "intel,socfpga-qspi", "cdns,qspi-nor"; compatible = "intel,socfpga-qspi", "cdns,qspi-nor";
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
reg = <0xff8d2000 0x100>, reg = <0xff8d2000 0x100>,
......
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