diff options
author | Marek Vasut <marex@denx.de> | 2016-09-19 23:40:41 +0200 |
---|---|---|
committer | Shawn Guo <shawnguo@kernel.org> | 2016-11-14 02:58:30 +0100 |
commit | 8df0547fb11f1f74e8e33905033d7ecae333d6e2 (patch) | |
tree | c65bb5eac349d809d522232755824c20871d1ad5 /arch/arm/boot/dts/imx28-m28.dtsi | |
parent | ARM: dts: imx6ul-14x14-evk: update TX D_CAL for USBPHY (diff) | |
download | linux-8df0547fb11f1f74e8e33905033d7ecae333d6e2.tar.xz linux-8df0547fb11f1f74e8e33905033d7ecae333d6e2.zip |
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>
Diffstat (limited to 'arch/arm/boot/dts/imx28-m28.dtsi')
-rw-r--r-- | arch/arm/boot/dts/imx28-m28.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/imx28-m28.dtsi b/arch/arm/boot/dts/imx28-m28.dtsi index 214bb1506b53..a69856e41ba4 100644 --- a/arch/arm/boot/dts/imx28-m28.dtsi +++ b/arch/arm/boot/dts/imx28-m28.dtsi @@ -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>; |