summaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/wm8505-ref.dts
diff options
context:
space:
mode:
authorTony Prisk2013-04-23 04:23:26 +0200
committerTony Prisk2013-05-12 10:31:13 +0200
commit55954f8522cf108e8c894130b2656516b9ae6991 (patch)
treeab834b44f2e7b1da0b5ab40f4e96d430f0c8151c /arch/arm/boot/dts/wm8505-ref.dts
parentdts: vt8500: Add devicetree support for WM8750 SoC and APC8750 board (diff)
downloadkernel-qcow2-linux-55954f8522cf108e8c894130b2656516b9ae6991.tar.gz
kernel-qcow2-linux-55954f8522cf108e8c894130b2656516b9ae6991.tar.xz
kernel-qcow2-linux-55954f8522cf108e8c894130b2656516b9ae6991.zip
dts: vt8500: Update serial nodes and disable by default in SoC files
Missing aliases for uarts on vt8500, wm8505, wm8650 added. Nodes incorrectly labelled uart@.., changed to serial@... on all SoCs. Set each uarts default status = "disabled" as they generally don't exist. For each board file, we only need to enable uart0 as no other uarts are physically present on any of these boards. Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Diffstat (limited to 'arch/arm/boot/dts/wm8505-ref.dts')
-rw-r--r--arch/arm/boot/dts/wm8505-ref.dts4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/wm8505-ref.dts b/arch/arm/boot/dts/wm8505-ref.dts
index edd2cec3d37f..e3e6b9eb09d0 100644
--- a/arch/arm/boot/dts/wm8505-ref.dts
+++ b/arch/arm/boot/dts/wm8505-ref.dts
@@ -30,3 +30,7 @@
};
};
};
+
+&uart0 {
+ status = "okay";
+};