ARM: dts: imx6ull: use same compatible string as Linux is using
authorStefan Agner <stefan.agner@toradex.com>
Wed, 30 May 2018 17:01:46 +0000 (19:01 +0200)
committerStefano Babic <sbabic@denx.de>
Mon, 23 Jul 2018 08:12:00 +0000 (10:12 +0200)
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 <stefan.agner@toradex.com>
arch/arm/dts/imx6ull.dtsi

index f8ec64946065e38c696d90bcdce1d428a286ed57..97236d86ea7b90b3edeefafaa77eabe4fed5d773 100644 (file)
                };
 
                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>;