File tree Expand file tree Collapse file tree 1 file changed +16
-15
lines changed
arch/arm64/boot/dts/rockchip Expand file tree Collapse file tree 1 file changed +16
-15
lines changed Original file line number Diff line number Diff line change 9292 vin-supply = <&vcc_sys>;
9393 };
9494
95+ wireless_wlan: wireless-wlan {
96+ compatible = "wlan-platdata";
97+ wifi_chip_type = "ap6212";
98+ rockchip,grf = <&grf>;
99+ clock-names = "clk_wifi";
100+ pinctrl-names = "default";
101+ pinctrl-0 = <&wifi_host_wake_irq>;
102+ WIFI,host_wake_irq = <&gpio2 RK_PC1 GPIO_ACTIVE_HIGH>;
103+ status = "okay";
104+ };
105+
95106 sdio_pwrseq: sdio-pwrseq {
96107 compatible = "mmc-pwrseq-simple";
97108 clocks = <&rk817 1>;
525536 pinctrl-0 = <&sdmmc1_bus4 &sdmmc1_cmd &sdmmc1_clk>;
526537 sd-uhs-sdr104;
527538 status = "okay";
528- #address-cells = <1>;
529- #size-cells = <0>;
530-
531- brcmf: wifi@1 {
532- compatible = "brcm,bcm4329-fmac";
533- reg = <1>;
534- interrupt-parent = <&gpio2>;
535- interrupts = <RK_PC1 IRQ_TYPE_LEVEL_HIGH>;
536- interrupt-names = "host-wake";
537- pinctrl-names = "default";
538- pinctrl-0 = <&wifi_host_wake_l>;
539- };
540539};
541540
542541&uart1 {
680679 };
681680 };
682681
683- wifi {
682+ sdio-pwrseq {
684683 wifi_enable_h: wifi-enable-h {
685684 rockchip,pins = <2 RK_PB7 RK_FUNC_GPIO &pcfg_pull_none>;
686685 };
686+ };
687687
688- wifi_host_wake_l: wifi-host-wake-irq {
689- rockchip,pins = <2 RK_PC1 RK_FUNC_GPIO &pcfg_pull_none>;
688+ wireless-wlan {
689+ wifi_host_wake_irq: wifi-host-wake-irq {
690+ rockchip,pins = <2 RK_PC1 RK_FUNC_GPIO &pcfg_pull_down>;
690691 };
691692 };
692693
You can’t perform that action at this time.
0 commit comments