aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-02-19 16:27:28 -0500
committerArnd Bergmann <arnd@arndb.de>2013-02-19 16:27:28 -0500
commitbb366da87d5921cb578211916d7a67ee8984ca3b (patch)
treeada7d6f3f72babbb40e7681c9d851d6867575822 /arch/arm
parent0672f4c7b03f16b878fb0e47c64c775d2472933e (diff)
Revert "sunxi: a10-cubieboard: Add user LEDs to the device tree"
This reverts commit 0749a4424b5cb23262661e914d84b504c1d1d34f. The patch caused a build problem in allyesconfig by referencing an undefined device tree label 'pio'. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/boot/dts/sun4i-a10-cubieboard.dts26
1 files changed, 0 insertions, 26 deletions
diff --git a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
index 88e2dc13fd4d..5cab82540437 100644
--- a/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
+++ b/arch/arm/boot/dts/sun4i-a10-cubieboard.dts
@@ -27,15 +27,6 @@
27 }; 27 };
28 28
29 soc { 29 soc {
30 pinctrl@01c20800 {
31 led_pins_cubieboard: led_pins@0 {
32 allwinner,pins = "PH20", "PH21";
33 allwinner,function = "gpio_out";
34 allwinner,drive = <1>;
35 allwinner,pull = <0>;
36 };
37 };
38
39 uart0: uart@01c28000 { 30 uart0: uart@01c28000 {
40 status = "okay"; 31 status = "okay";
41 }; 32 };
@@ -44,21 +35,4 @@
44 status = "okay"; 35 status = "okay";
45 }; 36 };
46 }; 37 };
47
48 leds {
49 compatible = "gpio-leds";
50 pinctrl-names = "default";
51 pinctrl-0 = <&led_pins_cubieboard>;
52
53 blue {
54 label = "cubieboard::blue";
55 gpios = <&pio 7 21 0>; /* LED1 */
56 };
57
58 green {
59 label = "cubieboard::green";
60 gpios = <&pio 7 20 0>; /* LED2 */
61 linux,default-trigger = "heartbeat";
62 };
63 };
64}; 38};