Commit 8df0547f authored by Marek Vasut's avatar Marek Vasut Committed by Shawn Guo
Browse files

ARM: dts: mxs: Add new M28EVK manufacturer compat



The board is now manufactured by Aries Embedded GmbH, update compat string.

Signed-off-by: default avatarMarek Vasut <marex@denx.de>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 901725b7
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>;
+2 −2
Original line number Diff line number Diff line
@@ -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 {