rk312x box: enable gpio_poweroff driver

This commit is contained in:
smj
2014-10-17 15:59:04 +08:00
parent 37ac53e786
commit 3c698b104f
2 changed files with 9 additions and 0 deletions

View File

@@ -4,6 +4,11 @@
/ {
compatible = "rockchip,rk3128";
gpio_poweroff {
compatible = "gpio-poweroff";
gpios = <&gpio1 GPIO_A2 GPIO_ACTIVE_LOW>;
};
wireless-wlan {
compatible = "wlan-platdata";

View File

@@ -4,6 +4,10 @@
/ {
compatible = "rockchip,rk3128";
gpio_poweroff {
compatible = "gpio-poweroff";
gpios = <&gpio1 GPIO_A2 GPIO_ACTIVE_LOW>;
};
wireless-wlan {
compatible = "wlan-platdata";