]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ARM: dts: mxs: Add new M28EVK manufacturer compat
authorMarek Vasut <marex@denx.de>
Mon, 19 Sep 2016 21:40:41 +0000 (23:40 +0200)
committerShawn Guo <shawnguo@kernel.org>
Mon, 14 Nov 2016 01:58:30 +0000 (09:58 +0800)
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>
arch/arm/boot/dts/imx28-m28.dtsi
arch/arm/boot/dts/imx28-m28evk.dts

index 214bb1506b532998169c6507e8f6db0b29211cda..a69856e41ba4ca2b8c7acc2bd8749a4046715788 100644 (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>;
index 8d04e57039bcfcc1126c03db9e9dab588682ae8b..dbfb8aab505f76e986e301aab30632b7df43a20a 100644 (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 {