summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/boot/dts/a3m071.dts
diff options
context:
space:
mode:
authorGrant Likely2013-02-08 09:02:51 +0100
committerAnatolij Gustschin2013-02-11 22:48:09 +0100
commitfa59f178552f927bd96771ba84e9706655bea705 (patch)
tree1c3eefdca5d5b433d9a4c80693452989e69a382d /arch/powerpc/boot/dts/a3m071.dts
parentpowerpc/5200: Add Lite5200 on-board LEDs as devices (diff)
downloadkernel-qcow2-linux-fa59f178552f927bd96771ba84e9706655bea705.tar.gz
kernel-qcow2-linux-fa59f178552f927bd96771ba84e9706655bea705.tar.xz
kernel-qcow2-linux-fa59f178552f927bd96771ba84e9706655bea705.zip
powerpc/5200: Use the gpt* labels to simplify mpc5200 dts files
The DTC labels feature allows a dts file to reference a node without having to reproduce the entire node hierarchy above it. We can use this to simplify the MPC5200 board dts files by referencing the gpt nodes by label. Cc: Anatolij Gustschin <agust@denx.de> Signed-off-by: Grant Likely <grant.likely@secretlab.ca> [agust: fixed gpt7 phandle in the csi node of o2d.dtsi] Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'arch/powerpc/boot/dts/a3m071.dts')
-rw-r--r--arch/powerpc/boot/dts/a3m071.dts6
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/powerpc/boot/dts/a3m071.dts b/arch/powerpc/boot/dts/a3m071.dts
index 877a28cb77e4..bf81b8f9704c 100644
--- a/arch/powerpc/boot/dts/a3m071.dts
+++ b/arch/powerpc/boot/dts/a3m071.dts
@@ -17,6 +17,8 @@
/include/ "mpc5200b.dtsi"
+&gpt0 { fsl,has-wdt; };
+
/ {
model = "anonymous,a3m071";
compatible = "anonymous,a3m071";
@@ -30,10 +32,6 @@
bus-frequency = <0>; /* From boot loader */
system-frequency = <0>; /* From boot loader */
- timer@600 {
- fsl,has-wdt;
- };
-
spi@f00 {
status = "disabled";
};