summaryrefslogtreecommitdiffstats
path: root/arch/arm/dts/imx50-kindle-ey21.dts
diff options
context:
space:
mode:
authorAlexander Kurz <akurz@blala.de>2018-06-01 05:44:09 +0000
committerSascha Hauer <s.hauer@pengutronix.de>2018-06-04 08:59:09 +0200
commit971ae3fed3b50b45a6f69d3696ab152711dbabee (patch)
tree0474b8f69c7360906df18ce73d86d30b30cff862 /arch/arm/dts/imx50-kindle-ey21.dts
parentca929ac265bd7560b82e7b0c5ce4521ac658b768 (diff)
downloadbarebox-971ae3fed3b50b45a6f69d3696ab152711dbabee.tar.gz
barebox-971ae3fed3b50b45a6f69d3696ab152711dbabee.tar.xz
ARM: i.MX50: fix Kindle-MX50 DT issues and warnings
Fix warnings generated from the kindle-mx50 dts when used in linux with W=1: unit names should not have leading "0x"; reg property given, but no unit name; use stdout-path instead of linux,stdout-path. Also move the regulator-fixed node to the root node to match the convention. Signed-off-by: Alexander Kurz <akurz@blala.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch/arm/dts/imx50-kindle-ey21.dts')
-rw-r--r--arch/arm/dts/imx50-kindle-ey21.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/dts/imx50-kindle-ey21.dts b/arch/arm/dts/imx50-kindle-ey21.dts
index 3b8b5d8fcf..603f6bead6 100644
--- a/arch/arm/dts/imx50-kindle-ey21.dts
+++ b/arch/arm/dts/imx50-kindle-ey21.dts
@@ -20,10 +20,10 @@
compatible = "amazon,kindle-ey21", "fsl,imx50";
chosen {
- linux,stdout-path = &uart1;
+ stdout-path = &uart1;
};
- memory {
+ memory@70000000 {
device_type = "memory";
reg = <0x70000000 0x10000000>;
};