arm64: dts: mediatek: mt8516: remove 2 invalid i2c clocks
authorFabien Parent <fparent@baylibre.com>
Wed, 10 Nov 2021 19:35:20 +0000 (20:35 +0100)
committerMatthias Brugger <matthias.bgg@gmail.com>
Wed, 17 Nov 2021 17:27:56 +0000 (18:27 +0100)
The two clocks "main-source" and "main-sel" are not present in the
driver and not defined in the binding documentation. Remove them
as they are not used and not described in the documentation.

Signed-off-by: Fabien Parent <fparent@baylibre.com>
Link: https://lore.kernel.org/r/20211110193520.488-1-fparent@baylibre.com
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8516.dtsi

index bbe5a14..d1b67c8 100644 (file)
                        reg = <0 0x11009000 0 0x90>,
                              <0 0x11000180 0 0x80>;
                        interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_LOW>;
-                       clocks = <&topckgen CLK_TOP_AHB_INFRA_D2>,
-                                <&infracfg CLK_IFR_I2C0_SEL>,
-                                <&topckgen CLK_TOP_I2C0>,
+                       clocks = <&topckgen CLK_TOP_I2C0>,
                                 <&topckgen CLK_TOP_APDMA>;
-                       clock-names = "main-source",
-                                     "main-sel",
-                                     "main",
-                                     "dma";
+                       clock-names = "main", "dma";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "disabled";
                        reg = <0 0x1100a000 0 0x90>,
                              <0 0x11000200 0 0x80>;
                        interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_LOW>;
-                       clocks = <&topckgen CLK_TOP_AHB_INFRA_D2>,
-                                <&infracfg CLK_IFR_I2C1_SEL>,
-                                <&topckgen CLK_TOP_I2C1>,
+                       clocks = <&topckgen CLK_TOP_I2C1>,
                                 <&topckgen CLK_TOP_APDMA>;
-                       clock-names = "main-source",
-                                     "main-sel",
-                                     "main",
-                                     "dma";
+                       clock-names = "main", "dma";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "disabled";
                        reg = <0 0x1100b000 0 0x90>,
                              <0 0x11000280 0 0x80>;
                        interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_LOW>;
-                       clocks = <&topckgen CLK_TOP_AHB_INFRA_D2>,
-                                <&infracfg CLK_IFR_I2C2_SEL>,
-                                <&topckgen CLK_TOP_I2C2>,
+                       clocks = <&topckgen CLK_TOP_I2C2>,
                                 <&topckgen CLK_TOP_APDMA>;
-                       clock-names = "main-source",
-                                     "main-sel",
-                                     "main",
-                                     "dma";
+                       clock-names = "main", "dma";
                        #address-cells = <1>;
                        #size-cells = <0>;
                        status = "disabled";