Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: dts: imx6sx: specify proper clock for nodes with dummy clock

From i.MX6SX reference manual CCM chapter, KPP and
WDOGn use IPG clock as their clock, specify IPG
clock for KPP and WDOGn instead of DUMMY clock.

Signed-off-by: Anson Huang <Anson.Huang@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>

authored by

Anson Huang and committed by
Shawn Guo
7cd1abb3 4246bd46

+4 -4
+4 -4
arch/arm/boot/dts/imx6sx.dtsi
··· 558 558 compatible = "fsl,imx6sx-kpp", "fsl,imx21-kpp"; 559 559 reg = <0x020b8000 0x4000>; 560 560 interrupts = <GIC_SPI 82 IRQ_TYPE_LEVEL_HIGH>; 561 - clocks = <&clks IMX6SX_CLK_DUMMY>; 561 + clocks = <&clks IMX6SX_CLK_IPG>; 562 562 status = "disabled"; 563 563 }; 564 564 ··· 566 566 compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt"; 567 567 reg = <0x020bc000 0x4000>; 568 568 interrupts = <GIC_SPI 80 IRQ_TYPE_LEVEL_HIGH>; 569 - clocks = <&clks IMX6SX_CLK_DUMMY>; 569 + clocks = <&clks IMX6SX_CLK_IPG>; 570 570 }; 571 571 572 572 wdog2: wdog@20c0000 { 573 573 compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt"; 574 574 reg = <0x020c0000 0x4000>; 575 575 interrupts = <GIC_SPI 81 IRQ_TYPE_LEVEL_HIGH>; 576 - clocks = <&clks IMX6SX_CLK_DUMMY>; 576 + clocks = <&clks IMX6SX_CLK_IPG>; 577 577 status = "disabled"; 578 578 }; 579 579 ··· 1270 1270 compatible = "fsl,imx6sx-wdt", "fsl,imx21-wdt"; 1271 1271 reg = <0x02288000 0x4000>; 1272 1272 interrupts = <GIC_SPI 11 IRQ_TYPE_LEVEL_HIGH>; 1273 - clocks = <&clks IMX6SX_CLK_DUMMY>; 1273 + clocks = <&clks IMX6SX_CLK_IPG>; 1274 1274 status = "disabled"; 1275 1275 }; 1276 1276