diff options
author | Fabio Estevam <fabio.estevam@nxp.com> | 2016-11-01 20:38:12 +0300 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-14 05:30:28 +0300 |
commit | 841310d00a76800a8407ee214eb7242541aac178 (patch) | |
tree | 24e5ce0cfa774e56f81c777a6641190085e83a4f /arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts | |
parent | 9827429132752d8e18fd062f594dfd7d1e1a6312 (diff) | |
download | linux-841310d00a76800a8407ee214eb7242541aac178.tar.xz |
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-extended.dts')
-rw-r--r-- | arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts b/arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts index d6fdd17cd3ac..5d6c2274ee2b 100644 --- a/arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts +++ b/arch/arm/boot/dts/imx6sx-udoo-neo-extended.dts @@ -46,7 +46,7 @@ / { model = "UDOO Neo Extended"; - compatible = "fsl,imx6sx"; + compatible = "udoo,neoextended", "fsl,imx6sx"; memory { reg = <0x80000000 0x40000000>; |