mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
ODROID: bt: Change gpio_reset, Bugfix.
- gpio_reset pin is moved to GPIOH_7 to avoid conflict. - power_low_level value is not applied correctly. Change-Id: Ibd9297e243bc131b9296ebfe69fa7a58a7033abb Signed-off-by: Luke Go <sangch.go@gmail.com>
This commit is contained in:
@@ -195,7 +195,7 @@
|
||||
compatible = "amlogic, bt-dev";
|
||||
dev_name = "bt-dev";
|
||||
status = "disabled";
|
||||
gpio_reset = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
|
||||
gpio_reset = <&gpio GPIOH_7 GPIO_ACTIVE_HIGH>;
|
||||
gpio_hostwake = <&gpio GPIOX_19 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user