mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-05-13 09:28:44 -04:00
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>
This commit is contained in:
@@ -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>;
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user