mirror of https://gitee.com/openkylin/linux.git
ARM: dts: mx5: Add new M53EVK manufacturer compat
The board is now manufactured by Aries Embedded GmbH, update compat string. Signed-off-by: Marek Vasut <marex@denx.de> Signed-off-by: Shawn Guo <shawnguo@kernel.org>
This commit is contained in:
parent
8df0547fb1
commit
9827429132
|
@ -12,8 +12,8 @@
|
|||
#include "imx53.dtsi"
|
||||
|
||||
/ {
|
||||
model = "DENX M53";
|
||||
compatible = "denx,imx53-m53", "fsl,imx53";
|
||||
model = "Aries/DENX M53";
|
||||
compatible = "aries,imx53-m53", "denx,imx53-m53", "fsl,imx53";
|
||||
|
||||
memory {
|
||||
reg = <0x70000000 0x20000000>,
|
||||
|
|
|
@ -13,8 +13,8 @@
|
|||
#include "imx53-m53.dtsi"
|
||||
|
||||
/ {
|
||||
model = "DENX M53EVK";
|
||||
compatible = "denx,imx53-m53evk", "fsl,imx53";
|
||||
model = "Aries/DENX M53EVK";
|
||||
compatible = "aries,imx53-m53evk", "denx,imx53-m53evk", "fsl,imx53";
|
||||
|
||||
display1: display@di1 {
|
||||
compatible = "fsl,imx-parallel-display";
|
||||
|
|
Loading…
Reference in New Issue