]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
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 f29a3e471288fac31207b4b584382fe46498d224..be808bb2544e6f24eab9e7a4ed40169fd83c7e47 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 c588848bfdebb2428bd5a4620da7e81e9c92ba21..f46c33d107507836ad85fe3a7dede7b52dc199dd 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 595abe339c5df767f0671273e3ac78c5e560fcde..81d907ef43ed2d3ee5975d5fc79e68bc019f631b 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>;