Commit 841310d0 authored by Fabio Estevam's avatar Fabio Estevam Committed by Shawn Guo

ARM: dts: imx6sx-udoo: Add board specific compatible strings

Add a compatible entry for the specific board versions.
Signed-off-by: default avatarFabio Estevam <fabio.estevam@nxp.com>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 98274291
......@@ -46,7 +46,7 @@
/ {
model = "UDOO Neo Basic";
compatible = "fsl,imx6sx";
compatible = "udoo,neobasic", "fsl,imx6sx";
memory {
reg = <0x80000000 0x20000000>;
......
......@@ -46,7 +46,7 @@
/ {
model = "UDOO Neo Extended";
compatible = "fsl,imx6sx";
compatible = "udoo,neoextended", "fsl,imx6sx";
memory {
reg = <0x80000000 0x40000000>;
......
......@@ -46,7 +46,7 @@
/ {
model = "UDOO Neo Full";
compatible = "fsl,imx6sx";
compatible = "udoo,neofull", "fsl,imx6sx";
memory {
reg = <0x80000000 0x40000000>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment