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>
This commit is contained in:
Tony Prisk
2013-04-23 14:23:26 +12:00
parent 4606c48051
commit 55954f8522
10 changed files with 84 additions and 22 deletions

View File

@@ -30,3 +30,7 @@
};
};
};
&uart0 {
status = "okay";
};