mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 03:15:31 +09:00
ODROID: bt: Apply bluetooth device and add bluetooth device tree
configs. Change-Id: I2ebf83d4463c1ebbe006e21e65272d14f8e8295f Signed-off-by: Luke Go <sangch.go@gmail.com>
This commit is contained in:
@@ -173,6 +173,14 @@
|
||||
vdac_config = <0xa000>;
|
||||
};
|
||||
|
||||
bt-dev {
|
||||
compatible = "amlogic, bt-dev";
|
||||
dev_name = "bt-dev";
|
||||
status = "disabled";
|
||||
gpio_reset = <&gpio GPIOX_17 GPIO_ACTIVE_HIGH>;
|
||||
gpio_hostwake = <&gpio GPIOX_19 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
wifi {
|
||||
compatible = "amlogic,aml_wifi";
|
||||
dev_name = "aml_wifi";
|
||||
|
||||
@@ -1463,7 +1463,7 @@ CONFIG_AMLOGIC_WDT_MESON_V3=y
|
||||
#
|
||||
CONFIG_AMLOGIC_ESM=y
|
||||
CONFIG_AMLOGIC_WIFI=y
|
||||
# CONFIG_AMLOGIC_BT_DEVICE is not set
|
||||
CONFIG_AMLOGIC_BT_DEVICE=y
|
||||
|
||||
#
|
||||
# DVB COMPAT support
|
||||
|
||||
Reference in New Issue
Block a user