ARM: rockchip: rk3288-tb.dts fix power key gpio setup
author黄涛 <huangtao@rock-chips.com>
Thu, 20 Mar 2014 13:35:59 +0000 (21:35 +0800)
committer黄涛 <huangtao@rock-chips.com>
Thu, 20 Mar 2014 13:36:10 +0000 (21:36 +0800)
arch/arm/boot/dts/rk3288-tb.dts

index 5d77a87d3961399a73df0b66bfc18026afd541a7..2ea51edb8d1fa37d378bf8874a21c4027cd4e366 100755 (executable)
                };
 
                power-key {
-                       gpios = <&gpio0 GPIO_A4 GPIO_ACTIVE_LOW>;
+                       gpios = <&gpio0 GPIO_A5 GPIO_ACTIVE_LOW>;
                        linux,code = <116>;
                        label = "power";
                        gpio-key,wakeup;