@@ -448,7 +448,7 @@ can2: can@2094000 {
};
gpt1: timer@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@20e4000 {
};
gpt2: timer@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>,
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@i2se.com> --- arch/arm/boot/dts/imx6ul.dtsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)