ARM: dts: ls1021a: remove clock-names property for i2c nodes
authorLi Yang <leoyang.li@nxp.com>
Tue, 12 Oct 2021 23:58:08 +0000 (18:58 -0500)
committerShawn Guo <shawnguo@kernel.org>
Fri, 15 Oct 2021 03:16:06 +0000 (11:16 +0800)
The property is optional and not used in matching the clock in driver.
Remove it to avoid dtbs_check issues.

Signed-off-by: Li Yang <leoyang.li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/ls1021a.dtsi

index 4fce814..77f983b 100644 (file)
                        #size-cells = <0>;
                        reg = <0x0 0x2180000 0x0 0x10000>;
                        interrupts = <GIC_SPI 88 IRQ_TYPE_LEVEL_HIGH>;
-                       clock-names = "i2c";
                        clocks = <&clockgen 4 1>;
                        dma-names = "tx", "rx";
                        dmas = <&edma0 1 39>, <&edma0 1 38>;
                        #size-cells = <0>;
                        reg = <0x0 0x2190000 0x0 0x10000>;
                        interrupts = <GIC_SPI 89 IRQ_TYPE_LEVEL_HIGH>;
-                       clock-names = "i2c";
                        clocks = <&clockgen 4 1>;
                        dma-names = "tx", "rx";
                        dmas = <&edma0 1 37>, <&edma0 1 36>;
                        #size-cells = <0>;
                        reg = <0x0 0x21a0000 0x0 0x10000>;
                        interrupts = <GIC_SPI 90 IRQ_TYPE_LEVEL_HIGH>;
-                       clock-names = "i2c";
                        clocks = <&clockgen 4 1>;
                        dma-names = "tx", "rx";
                        dmas = <&edma0 1 35>, <&edma0 1 34>;