aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/boot/dts/phy3250.dts
diff options
context:
space:
mode:
authorRoland Stigge <stigge@antcom.de>2012-05-19 06:28:53 -0400
committerOlof Johansson <olof@lixom.net>2012-05-30 19:15:53 -0400
commita035254aefe5a6c0b45c8c55588ab47403c674ed (patch)
tree79e27ac2e50d52d178bda53fa2b4241fcd46975e /arch/arm/boot/dts/phy3250.dts
parentaf56e0aa35f3ae2a4c1a6d1000702df1dd78cb76 (diff)
ARM: LPC32xx: Adjust dts files to gpio dt binding
The GPIO devicetree binding in 3.5 doesn't register the various LPC32xx GPIO banks via DT subnodes but always all at once, and changes the gpio referencing to 3 cells (bank, gpio, flags). This patch adjusts the DTS files to this binding that was just accepted to the gpio subsystem. Signed-off-by: Roland Stigge <stigge@antcom.de> Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/boot/dts/phy3250.dts')
-rw-r--r--arch/arm/boot/dts/phy3250.dts4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/phy3250.dts b/arch/arm/boot/dts/phy3250.dts
index 0167e86314c0..c4ff6d1a018b 100644
--- a/arch/arm/boot/dts/phy3250.dts
+++ b/arch/arm/boot/dts/phy3250.dts
@@ -131,13 +131,13 @@
131 compatible = "gpio-leds"; 131 compatible = "gpio-leds";
132 132
133 led0 { 133 led0 {
134 gpios = <&gpo_p3 1 1>; /* GPO_P3 1, GPIO 80, active low */ 134 gpios = <&gpio 5 1 1>; /* GPO_P3 1, GPIO 80, active low */
135 linux,default-trigger = "heartbeat"; 135 linux,default-trigger = "heartbeat";
136 default-state = "off"; 136 default-state = "off";
137 }; 137 };
138 138
139 led1 { 139 led1 {
140 gpios = <&gpo_p3 14 1>; /* GPO_P3 14, GPIO 93, active low */ 140 gpios = <&gpio 5 14 1>; /* GPO_P3 14, GPIO 93, active low */
141 linux,default-trigger = "timer"; 141 linux,default-trigger = "timer";
142 default-state = "off"; 142 default-state = "off";
143 }; 143 };