Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

ARM: dts: mx5: Add new M53EVK 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 8df0547f
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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>,
+2 −2
Original line number Diff line number Diff line
@@ -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";