]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ARM: dts: imx7: Declare timers compatible with fsl,imx6dl-gpt
authorPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 27 Nov 2023 16:05:01 +0000 (17:05 +0100)
committerShawn Guo <shawnguo@kernel.org>
Wed, 6 Dec 2023 05:24:26 +0000 (13:24 +0800)
The timer nodes declare compatibility with "fsl,imx6sx-gpt", which
itself is compatible with "fsl,imx6dl-gpt". Switch the fallback
compatible from "fsl,imx6sx-gpt" to "fsl,imx6dl-gpt".

Fixes: 949673450291 ("ARM: dts: add imx7d soc dtsi file")
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm/boot/dts/nxp/imx/imx7s.dtsi

index 29b8fd03567a54431e16f239d2f3202317f16451..5387da8a2a0a37f4d9662a5498d4612f379b8e4b 100644 (file)
                        };
 
                        gpt1: timer@302d0000 {
-                               compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt";
+                               compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt";
                                reg = <0x302d0000 0x10000>;
                                interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks IMX7D_GPT1_ROOT_CLK>,
                        };
 
                        gpt2: timer@302e0000 {
-                               compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt";
+                               compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt";
                                reg = <0x302e0000 0x10000>;
                                interrupts = <GIC_SPI 54 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks IMX7D_GPT2_ROOT_CLK>,
                        };
 
                        gpt3: timer@302f0000 {
-                               compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt";
+                               compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt";
                                reg = <0x302f0000 0x10000>;
                                interrupts = <GIC_SPI 53 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks IMX7D_GPT3_ROOT_CLK>,
                        };
 
                        gpt4: timer@30300000 {
-                               compatible = "fsl,imx7d-gpt", "fsl,imx6sx-gpt";
+                               compatible = "fsl,imx7d-gpt", "fsl,imx6dl-gpt";
                                reg = <0x30300000 0x10000>;
                                interrupts = <GIC_SPI 52 IRQ_TYPE_LEVEL_HIGH>;
                                clocks = <&clks IMX7D_GPT4_ROOT_CLK>,