diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-11-01 15:38:12 -0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-14 10:30:28 +0800 |
commit | 841310d00a76800a8407ee214eb7242541aac178 (patch) | |
tree | 24e5ce0cfa774e56f81c777a6641190085e83a4f /arch/arm/boot/dts/imx6sx-udoo-neo-full.dts | |
parent | 9827429132752d8e18fd062f594dfd7d1e1a6312 (diff) | |
download | blackbird-obmc-linux-841310d00a76800a8407ee214eb7242541aac178.tar.gz blackbird-obmc-linux-841310d00a76800a8407ee214eb7242541aac178.zip |
ARM: dts: imx6sx-udoo: Add board specific compatible strings
Add a compatible entry for the specific board versions.
Signed-off-by: Fabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
Diffstat (limited to 'arch/arm/boot/dts/imx6sx-udoo-neo-full.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-udoo-neo-full.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts b/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts index d8c3577c9dd5..653ceb29e28b 100644 --- a/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts +++ b/arch/arm/boot/dts/imx6sx-udoo-neo-full.dts @@ -46,7 +46,7 @@ / { model = "UDOO Neo Full"; - compatible = "fsl,imx6sx"; + compatible = "udoo,neofull", "fsl,imx6sx"; memory { reg = <0x80000000 0x40000000>; |