mirror of
https://github.com/hardkernel/kernel_common_drivers.git
synced 2026-06-25 12:03:48 +09:00
wifi_bt: bringup for tm2 [1/2]
PD#SWPL-143619 Problem: wifi/bt bringup for tm2 Solution: support it Verify: tm2 Change-Id: I72e91cca14efa5de1084b1dedd412ede59fafbd2 Signed-off-by: lei.chen <lei.chen@amlogic.com>
This commit is contained in:
@@ -1000,7 +1000,8 @@
|
||||
aml_wifi: aml_wifi {
|
||||
compatible = "amlogic, aml-wifi";
|
||||
status = "disabled";
|
||||
irq_trigger_type = "GPIO_IRQ_LOW";
|
||||
irq_trigger_type = "IRQF_TRIGGER_LOW";
|
||||
wifi_static_buf = <1>;
|
||||
/* dhd_static_buf; */ /* if use bcm wifi, config dhd_static_buf */
|
||||
//pinctrl-0 = <&pwm_e_pins>;
|
||||
//pinctrl-names = "default";
|
||||
|
||||
@@ -1842,13 +1842,12 @@
|
||||
};
|
||||
|
||||
&aml_bt {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
reset-gpios = <&gpio GPIOC_13 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&aml_wifi{
|
||||
status = "disabled";
|
||||
dhd_static_buf;
|
||||
status = "okay";
|
||||
interrupt-gpios = <&gpio GPIOC_12 GPIO_ACTIVE_HIGH>;
|
||||
power_on-gpios = <&gpio GPIOC_11 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
@@ -1856,11 +1855,11 @@
|
||||
&pwm_ab {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pwm_b_c_pins>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart_A {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
|
||||
uart-has-rtscts;
|
||||
};
|
||||
|
||||
@@ -1034,7 +1034,8 @@
|
||||
aml_wifi: aml_wifi {
|
||||
compatible = "amlogic, aml-wifi";
|
||||
status = "disabled";
|
||||
irq_trigger_type = "GPIO_IRQ_LOW";
|
||||
irq_trigger_type = "IRQF_TRIGGER_LOW";
|
||||
wifi_static_buf = <1>;
|
||||
/* dhd_static_buf; */ /* if use bcm wifi, config dhd_static_buf */
|
||||
//pinctrl-0 = <&pwm_e_pins>;
|
||||
//pinctrl-names = "default";
|
||||
|
||||
@@ -1054,7 +1054,7 @@
|
||||
};
|
||||
|
||||
&sd_emmc_b {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
pinctrl-0 = <&sdcard_pins>;
|
||||
pinctrl-1 = <&sdcard_clk_gate_pins>;
|
||||
pinctrl-names = "default", "clk-gate";
|
||||
@@ -1838,13 +1838,12 @@
|
||||
};
|
||||
|
||||
&aml_bt {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
reset-gpios = <&gpio GPIOC_13 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
|
||||
&aml_wifi{
|
||||
status = "disabled";
|
||||
dhd_static_buf;
|
||||
status = "okay";
|
||||
interrupt-gpios = <&gpio GPIOC_12 GPIO_ACTIVE_HIGH>;
|
||||
power_on-gpios = <&gpio GPIOC_11 GPIO_ACTIVE_HIGH>;
|
||||
};
|
||||
@@ -1852,11 +1851,11 @@
|
||||
&pwm_ab {
|
||||
pinctrl-names = "default";
|
||||
pinctrl-0 = <&pwm_b_c_pins>;
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&uart_A {
|
||||
status = "disabled";
|
||||
status = "okay";
|
||||
pinctrl-0 = <&uart_a_pins>, <&uart_a_cts_rts_pins>;
|
||||
uart-has-rtscts;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user