From: CMY Date: Tue, 27 May 2014 09:35:47 +0000 (+0800) Subject: rk: bt: to solve problem that bluetooth can not wake up system X-Git-Tag: firefly_0821_release~5217 X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=b7609de194723170584e54510732da395b5bbdc8;p=firefly-linux-kernel-4.4.55.git rk: bt: to solve problem that bluetooth can not wake up system --- diff --git a/arch/arm/boot/dts/rk3288-p977.dts b/arch/arm/boot/dts/rk3288-p977.dts index fae1bde1bc7f..8d8dce72b05f 100755 --- a/arch/arm/boot/dts/rk3288-p977.dts +++ b/arch/arm/boot/dts/rk3288-p977.dts @@ -43,7 +43,7 @@ //BT,power_gpio = <&gpio4 GPIO_D3 GPIO_ACTIVE_HIGH>; BT,reset_gpio = <&gpio4 GPIO_D5 GPIO_ACTIVE_HIGH>; BT,wake_gpio = <&gpio4 GPIO_D2 GPIO_ACTIVE_HIGH>; - BT,wake_host_irq = <&gpio4 GPIO_D7 GPIO_ACTIVE_LOW>; + BT,wake_host_irq = <&gpio4 GPIO_D7 GPIO_ACTIVE_HIGH>; status = "okay"; }; diff --git a/arch/arm/boot/dts/rk3288-p977_8846.dts b/arch/arm/boot/dts/rk3288-p977_8846.dts index 907a0df340be..5eb716db4668 100755 --- a/arch/arm/boot/dts/rk3288-p977_8846.dts +++ b/arch/arm/boot/dts/rk3288-p977_8846.dts @@ -43,7 +43,7 @@ //BT,power_gpio = <&gpio4 GPIO_D3 GPIO_ACTIVE_HIGH>; BT,reset_gpio = <&gpio4 GPIO_D5 GPIO_ACTIVE_HIGH>; BT,wake_gpio = <&gpio4 GPIO_D2 GPIO_ACTIVE_HIGH>; - BT,wake_host_irq = <&gpio4 GPIO_D7 GPIO_ACTIVE_LOW>; + BT,wake_host_irq = <&gpio4 GPIO_D7 GPIO_ACTIVE_HIGH>; status = "okay"; };