diff options
author | Li Yang <leoyang.li@nxp.com> | 2021-10-13 02:58:08 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2021-10-15 06:16:06 +0300 |
commit | 113dc42b03e352e4d8b3ff9425e26aa52ae61832 (patch) | |
tree | d86acc4143397eecb155454340a322c905f9445c /arch/arm/boot/dts/ls1021a.dtsi | |
parent | c49d461648e5943215098a085690a9852b24a5ae (diff) | |
download | linux-113dc42b03e352e4d8b3ff9425e26aa52ae61832.tar.xz |
ARM: dts: ls1021a: remove clock-names property for i2c nodes
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>
Diffstat (limited to 'arch/arm/boot/dts/ls1021a.dtsi')
-rw-r--r-- | arch/arm/boot/dts/ls1021a.dtsi | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 4fce81422943..77f983b589fa 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -394,7 +394,6 @@ #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>; @@ -407,7 +406,6 @@ #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>; @@ -420,7 +418,6 @@ #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>; |