diff options
author | Marek Vasut <marex@denx.de> | 2016-09-19 23:40:44 +0200 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@free-electrons.com> | 2016-10-20 16:40:26 +0200 |
commit | e0dce187559c83116b280038c31af9bb3aa3e901 (patch) | |
tree | e0139d1f496332f246b2d79bad3c147215ff92f2 /arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi | |
parent | Linux 4.9-rc1 (diff) | |
download | linux-e0dce187559c83116b280038c31af9bb3aa3e901.tar.xz linux-e0dce187559c83116b280038c31af9bb3aa3e901.zip |
ARM: dts: at91: sama5d4: Add new MA5D4EVK manufacturer compat
The board is now manufactured by Aries Embedded GmbH, update compat string.
Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Nicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Diffstat (limited to 'arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi')
-rw-r--r-- | arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi b/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi index a92c6e0ca854..b5a5a91bc2ef 100644 --- a/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi +++ b/arch/arm/boot/dts/at91-sama5d4_ma5d4.dtsi @@ -12,8 +12,8 @@ #include "sama5d4.dtsi" / { - model = "DENX MA5D4"; - compatible = "denx,ma5d4", "atmel,sama5d4", "atmel,sama5"; + model = "Aries/DENX MA5D4"; + compatible = "aries,ma5d4", "denx,ma5d4", "atmel,sama5d4", "atmel,sama5"; memory { reg = <0x20000000 0x10000000>; |