[PATCH 4/6] ARM: dts: imx6ul: Fix second GPT compatible

Stefan Wahren stefan.wahren at i2se.com
Sun Mar 5 14:58:58 PST 2023


According to the imxgpt DT schema all i.MX6 GPT IP is
derived from imx6dl. So fix the imx6ul DTS accordingly
and avoid dtbs_check warnings.

Signed-off-by: Stefan Wahren <stefan.wahren at i2se.com>
---
 arch/arm/boot/dts/imx6ul.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi
index f0a9139748b8..65b2c6c131b3 100644
--- a/arch/arm/boot/dts/imx6ul.dtsi
+++ b/arch/arm/boot/dts/imx6ul.dtsi
@@ -448,7 +448,7 @@ can2: can at 2094000 {
 			};
 
 			gpt1: timer at 2098000 {
-				compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt";
+				compatible = "fsl,imx6ul-gpt", "fsl,imx6dl-gpt";
 				reg = <0x02098000 0x4000>;
 				interrupts = <GIC_SPI 55 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clks IMX6UL_CLK_GPT1_BUS>,
@@ -734,7 +734,7 @@ gpr: iomuxc-gpr at 20e4000 {
 			};
 
 			gpt2: timer at 20e8000 {
-				compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt";
+				compatible = "fsl,imx6ul-gpt", "fsl,imx6dl-gpt";
 				reg = <0x020e8000 0x4000>;
 				interrupts = <GIC_SPI 109 IRQ_TYPE_LEVEL_HIGH>;
 				clocks = <&clks IMX6UL_CLK_GPT2_BUS>,
-- 
2.34.1




More information about the linux-arm-kernel mailing list