Commit 0672f4c7 authored by Arnd Bergmann's avatar Arnd Bergmann

Revert "sunxi: a13-olinuxino: Add user LED to the device tree"

This reverts commit 867dc8be.

The patch caused a build problem in allyesconfig by referencing an
undefined device tree label 'pio'.
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
parent 4f0e429c
......@@ -23,28 +23,8 @@ chosen {
};
soc {
pinctrl@01c20800 {
led_pins_olinuxino: led_pins@0 {
allwinner,pins = "PG9";
allwinner,function = "gpio_out";
allwinner,drive = <1>;
allwinner,pull = <0>;
};
};
uart1: uart@01c28400 {
status = "okay";
};
};
leds {
compatible = "gpio-leds";
pinctrl-names = "default";
pinctrl-0 = <&led_pins_olinuxino>;
power {
gpios = <&pio 6 9 0>;
default-state = "on";
};
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment