Commit 16615a2a authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Dinh Nguyen

arm64: dts: intel: minor whitespace cleanup around '='

The DTS code coding style expects exactly one space before and after '='
sign.
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent e3c163c3
......@@ -73,7 +73,7 @@ intc: interrupt-controller@1d000000 {
ranges;
#interrupt-cells = <3>;
#address-cells = <2>;
#size-cells =<2>;
#size-cells = <2>;
interrupt-controller;
#redistributor-regions = <1>;
redistributor-stride = <0x0 0x20000>;
......@@ -315,7 +315,7 @@ spi0: spi@10da4000 {
num-cs = <4>;
clocks = <&clkmgr AGILEX5_L4_MAIN_CLK>;
dmas = <&dmac0 2>, <&dmac0 3>;
dma-names ="tx", "rx";
dma-names = "tx", "rx";
status = "disabled";
};
......
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