From: Stefan Agner Date: Wed, 30 May 2018 17:01:46 +0000 (+0200) Subject: ARM: dts: imx6ull: use same compatible string as Linux is using X-Git-Tag: v2018.09-rc1~63^2~47 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=55f34f3a9ef0caad100793a2cd0ea0b8875a67a1;p=platform%2Fkernel%2Fu-boot.git ARM: dts: imx6ull: use same compatible string as Linux is using The GPMI NAND IP seems to be the same as used in i.MX 6Quad. Use the fsl,imx6q-gpmi-nand compatible string like Linux devices trees are. Signed-off-by: Stefan Agner --- diff --git a/arch/arm/dts/imx6ull.dtsi b/arch/arm/dts/imx6ull.dtsi index f8ec649..97236d8 100644 --- a/arch/arm/dts/imx6ull.dtsi +++ b/arch/arm/dts/imx6ull.dtsi @@ -190,7 +190,7 @@ }; gpmi: gpmi-nand@01806000{ - compatible = "fsl,imx6ull-gpmi-nand", "fsl, imx6ul-gpmi-nand"; + compatible = "fsl,imx6q-gpmi-nand"; #address-cells = <1>; #size-cells = <1>; reg = <0x01806000 0x2000>, <0x01808000 0x4000>;