arm64: dts: hisilicon: add missing space before {
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Wed, 5 Jul 2023 14:59:25 +0000 (16:59 +0200)
committerWei Xu <xuwei5@hisilicon.com>
Thu, 20 Jul 2023 02:45:26 +0000 (02:45 +0000)
Add missing whitespace between node name/label and opening {.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hi6220.dtsi
arch/arm64/boot/dts/hisilicon/hip06.dtsi
arch/arm64/boot/dts/hisilicon/hip07.dtsi

index f29a3e4..be808bb 100644 (file)
                        #thermal-sensor-cells = <1>;
                };
 
-               i2s0: i2s@f7118000{
+               i2s0: i2s@f7118000 {
                        compatible = "hisilicon,hi6210-i2s";
                        reg = <0x0 0xf7118000 0x0 0x8000>; /* i2s unit */
                        interrupts = <GIC_SPI 123 IRQ_TYPE_LEVEL_HIGH>; /* 155 "DigACodec_intr"-32 */
index c588848..f46c33d 100644 (file)
                        };
                };
 
-               eth0: ethernet-4{
+               eth0: ethernet-4 {
                        compatible = "hisilicon,hns-nic-v2";
                        ae-handle = <&dsaf0>;
                        port-idx-in-ae = <4>;
                        dma-coherent;
                };
 
-               eth1: ethernet-5{
+               eth1: ethernet-5 {
                        compatible = "hisilicon,hns-nic-v2";
                        ae-handle = <&dsaf0>;
                        port-idx-in-ae = <5>;
                        dma-coherent;
                };
 
-               eth2: ethernet-0{
+               eth2: ethernet-0 {
                        compatible = "hisilicon,hns-nic-v2";
                        ae-handle = <&dsaf0>;
                        port-idx-in-ae = <0>;
                        dma-coherent;
                };
 
-               eth3: ethernet-1{
+               eth3: ethernet-1 {
                        compatible = "hisilicon,hns-nic-v2";
                        ae-handle = <&dsaf0>;
                        port-idx-in-ae = <1>;
index 595abe3..81d907e 100644 (file)
                        };
                };
 
-               eth0: ethernet@4{
+               eth0: ethernet@4 {
                        compatible = "hisilicon,hns-nic-v2";
                        ae-handle = <&dsaf0>;
                        port-idx-in-ae = <4>;
                        dma-coherent;
                };
 
-               eth1: ethernet@5{
+               eth1: ethernet@5 {
                        compatible = "hisilicon,hns-nic-v2";
                        ae-handle = <&dsaf0>;
                        port-idx-in-ae = <5>;
                        dma-coherent;
                };
 
-               eth2: ethernet@0{
+               eth2: ethernet@0 {
                        compatible = "hisilicon,hns-nic-v2";
                        ae-handle = <&dsaf0>;
                        port-idx-in-ae = <0>;
                        dma-coherent;
                };
 
-               eth3: ethernet@1{
+               eth3: ethernet@1 {
                        compatible = "hisilicon,hns-nic-v2";
                        ae-handle = <&dsaf0>;
                        port-idx-in-ae = <1>;