diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2018-05-30 19:01:46 +0200 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2018-07-23 10:12:00 +0200 |
commit | 55f34f3a9ef0caad100793a2cd0ea0b8875a67a1 (patch) | |
tree | 66be0bc4da070e80661118f4d7d344054999561c /arch | |
parent | 23eaf4180f9ff6f3898e0199e56cfcb563d2eb74 (diff) | |
download | u-boot-55f34f3a9ef0caad100793a2cd0ea0b8875a67a1.tar.gz u-boot-55f34f3a9ef0caad100793a2cd0ea0b8875a67a1.tar.xz u-boot-55f34f3a9ef0caad100793a2cd0ea0b8875a67a1.zip |
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 <stefan.agner@toradex.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/dts/imx6ull.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/imx6ull.dtsi b/arch/arm/dts/imx6ull.dtsi index f8ec649460..97236d86ea 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>; |