On 05/03/2023 23:58, Stefan Wahren wrote: > According to the imxgpt DT schema all i.MX6 GPT IP is That's not true... you just changed the bindings to say that. > derived from imx6dl. So fix the imx6ul DTS accordingly > and avoid dtbs_check warnings. > > Signed-off-by: Stefan Wahren <stefan.wahren@xxxxxxxx> > --- > 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@2094000 { > }; > > gpt1: timer@2098000 { > - compatible = "fsl,imx6ul-gpt", "fsl,imx6sx-gpt"; > + compatible = "fsl,imx6ul-gpt", "fsl,imx6dl-gpt"; Best regards, Krzysztof