mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-02-23 09:05:45 -05:00
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";
|
||||
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>;
|
||||
|
||||
Reference in New Issue
Block a user