diff options
author | Arnd Bergmann <arnd@arndb.de> | 2013-02-19 16:26:42 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2013-02-19 16:26:42 -0500 |
commit | 0672f4c7b03f16b878fb0e47c64c775d2472933e (patch) | |
tree | 11b10abe24d8ff351c5c90a4ec6b48b240042e46 | |
parent | 4f0e429ccfa25fd433253652a662a840ac4f44c9 (diff) |
Revert "sunxi: a13-olinuxino: Add user LED to the device tree"
This reverts commit 867dc8beba816695485f61c2c4ad80f11073c280.
The patch caused a build problem in allyesconfig by referencing an
undefined device tree label 'pio'.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
-rw-r--r-- | arch/arm/boot/dts/sun5i-a13-olinuxino.dts | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/arch/arm/boot/dts/sun5i-a13-olinuxino.dts b/arch/arm/boot/dts/sun5i-a13-olinuxino.dts index ff5d0cd81b95..498a091a4ea2 100644 --- a/arch/arm/boot/dts/sun5i-a13-olinuxino.dts +++ b/arch/arm/boot/dts/sun5i-a13-olinuxino.dts | |||
@@ -23,28 +23,8 @@ | |||
23 | }; | 23 | }; |
24 | 24 | ||
25 | soc { | 25 | soc { |
26 | pinctrl@01c20800 { | ||
27 | led_pins_olinuxino: led_pins@0 { | ||
28 | allwinner,pins = "PG9"; | ||
29 | allwinner,function = "gpio_out"; | ||
30 | allwinner,drive = <1>; | ||
31 | allwinner,pull = <0>; | ||
32 | }; | ||
33 | }; | ||
34 | |||
35 | uart1: uart@01c28400 { | 26 | uart1: uart@01c28400 { |
36 | status = "okay"; | 27 | status = "okay"; |
37 | }; | 28 | }; |
38 | }; | 29 | }; |
39 | |||
40 | leds { | ||
41 | compatible = "gpio-leds"; | ||
42 | pinctrl-names = "default"; | ||
43 | pinctrl-0 = <&led_pins_olinuxino>; | ||
44 | |||
45 | power { | ||
46 | gpios = <&pio 6 9 0>; | ||
47 | default-state = "on"; | ||
48 | }; | ||
49 | }; | ||
50 | }; | 30 | }; |