1
0
Fork 0

ARM: dts: mxs: Add new M28EVK 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>
zero-colors
Marek Vasut 2016-09-19 23:40:41 +02:00 committed by Shawn Guo
parent 901725b790
commit 8df0547fb1
2 changed files with 4 additions and 4 deletions

View File

@ -12,8 +12,8 @@
#include "imx28.dtsi"
/ {
model = "DENX M28";
compatible = "denx,m28", "fsl,imx28";
model = "Aries/DENX M28";
compatible = "aries,m28", "denx,m28", "fsl,imx28";
memory {
reg = <0x40000000 0x08000000>;

View File

@ -13,8 +13,8 @@
#include "imx28-m28.dtsi"
/ {
model = "DENX M28EVK";
compatible = "denx,m28evk", "fsl,imx28";
model = "Aries/DENX M28EVK";
compatible = "aries,m28evk", "denx,m28evk", "fsl,imx28";
apb@80000000 {
apbh@80000000 {