]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
ARM: dts: imx6sl: Assign corresponding clocks instead of dummy clock
authorAnson Huang <anson.huang@nxp.com>
Sun, 12 May 2019 10:02:10 +0000 (10:02 +0000)
committerShawn Guo <shawnguo@kernel.org>
Mon, 20 May 2019 01:09:23 +0000 (09:09 +0800)
i.MX6SL's KPP and WDOG use IMX6SL_CLK_IPG as clock root,
assign IMX6SL_CLK_IPG to them instead of IMX6SL_CLK_DUMMY.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Reviewed-by: Dong Aisheng <aisheng.dong@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/imx6sl.dtsi

index 9ddbeea64b724947a2682d4039a6d053887324cd..9393f03988c26f258db812e7c47f9317b347a45e 100644 (file)
@@ -495,7 +495,7 @@ kpp: kpp@20b8000 {
                                compatible = "fsl,imx6sl-kpp", "fsl,imx21-kpp";
                                reg = <0x020b8000 0x4000>;
                                interrupts = <0 82 IRQ_TYPE_LEVEL_HIGH>;
-                               clocks = <&clks IMX6SL_CLK_DUMMY>;
+                               clocks = <&clks IMX6SL_CLK_IPG>;
                                status = "disabled";
                        };
 
@@ -503,14 +503,14 @@ wdog1: wdog@20bc000 {
                                compatible = "fsl,imx6sl-wdt", "fsl,imx21-wdt";
                                reg = <0x020bc000 0x4000>;
                                interrupts = <0 80 IRQ_TYPE_LEVEL_HIGH>;
-                               clocks = <&clks IMX6SL_CLK_DUMMY>;
+                               clocks = <&clks IMX6SL_CLK_IPG>;
                        };
 
                        wdog2: wdog@20c0000 {
                                compatible = "fsl,imx6sl-wdt", "fsl,imx21-wdt";
                                reg = <0x020c0000 0x4000>;
                                interrupts = <0 81 IRQ_TYPE_LEVEL_HIGH>;
-                               clocks = <&clks IMX6SL_CLK_DUMMY>;
+                               clocks = <&clks IMX6SL_CLK_IPG>;
                                status = "disabled";
                        };