arm64: dts: ls208xa: Change I2C clock name to ipg to fix DTB_CHECK warning
authorFrank Li <Frank.Li@nxp.com>
Fri, 31 May 2024 21:50:16 +0000 (17:50 -0400)
committerShawn Guo <shawnguo@kernel.org>
Sun, 16 Jun 2024 06:55:18 +0000 (14:55 +0800)
dt_binding require I2C's clock name is "ipg". Change it to "ipg" from "i2c"
to fix below DTB_CHECK warning.
arch/arm64/boot/dts/freescale/fsl-ls2088a-qds.dtb: i2c@2000000: clock-names:0: 'ipg' was expected

Signed-off-by: Frank Li <Frank.Li@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/boot/dts/freescale/fsl-ls208xa.dtsi

index ccba0a135b247e8c2f96e12c319c61c3d4efbd08..9064e6de7d10752174049effd0fe47477bdd45aa 100644 (file)
                        #size-cells = <0>;
                        reg = <0x0 0x2000000 0x0 0x10000>;
                        interrupts = <0 34 0x4>; /* Level high type */
-                       clock-names = "i2c";
+                       clock-names = "ipg";
                        clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
                                            QORIQ_CLK_PLL_DIV(4)>;
                };
                        #size-cells = <0>;
                        reg = <0x0 0x2010000 0x0 0x10000>;
                        interrupts = <0 34 0x4>; /* Level high type */
-                       clock-names = "i2c";
+                       clock-names = "ipg";
                        clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
                                            QORIQ_CLK_PLL_DIV(4)>;
                };
                        #size-cells = <0>;
                        reg = <0x0 0x2020000 0x0 0x10000>;
                        interrupts = <0 35 0x4>; /* Level high type */
-                       clock-names = "i2c";
+                       clock-names = "ipg";
                        clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
                                            QORIQ_CLK_PLL_DIV(4)>;
                };
                        #size-cells = <0>;
                        reg = <0x0 0x2030000 0x0 0x10000>;
                        interrupts = <0 35 0x4>; /* Level high type */
-                       clock-names = "i2c";
+                       clock-names = "ipg";
                        clocks = <&clockgen QORIQ_CLK_PLATFORM_PLL
                                            QORIQ_CLK_PLL_DIV(4)>;
                };