rk312x box: enable gpio_poweroff driver
This commit is contained in:
@@ -4,6 +4,11 @@
|
||||
|
||||
/ {
|
||||
compatible = "rockchip,rk3128";
|
||||
|
||||
gpio_poweroff {
|
||||
compatible = "gpio-poweroff";
|
||||
gpios = <&gpio1 GPIO_A2 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
wireless-wlan {
|
||||
compatible = "wlan-platdata";
|
||||
|
||||
|
||||
@@ -4,6 +4,10 @@
|
||||
|
||||
/ {
|
||||
compatible = "rockchip,rk3128";
|
||||
gpio_poweroff {
|
||||
compatible = "gpio-poweroff";
|
||||
gpios = <&gpio1 GPIO_A2 GPIO_ACTIVE_LOW>;
|
||||
};
|
||||
wireless-wlan {
|
||||
compatible = "wlan-platdata";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user