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>
This commit is contained in:
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "UDOO Neo Basic";
|
model = "UDOO Neo Basic";
|
||||||
compatible = "fsl,imx6sx";
|
compatible = "udoo,neobasic", "fsl,imx6sx";
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
reg = <0x80000000 0x20000000>;
|
reg = <0x80000000 0x20000000>;
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "UDOO Neo Extended";
|
model = "UDOO Neo Extended";
|
||||||
compatible = "fsl,imx6sx";
|
compatible = "udoo,neoextended", "fsl,imx6sx";
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
reg = <0x80000000 0x40000000>;
|
reg = <0x80000000 0x40000000>;
|
||||||
|
|||||||
@@ -46,7 +46,7 @@
|
|||||||
|
|
||||||
/ {
|
/ {
|
||||||
model = "UDOO Neo Full";
|
model = "UDOO Neo Full";
|
||||||
compatible = "fsl,imx6sx";
|
compatible = "udoo,neofull", "fsl,imx6sx";
|
||||||
|
|
||||||
memory {
|
memory {
|
||||||
reg = <0x80000000 0x40000000>;
|
reg = <0x80000000 0x40000000>;
|
||||||
|
|||||||
Reference in New Issue
Block a user