diff --git a/arch/arm/boot/dts/rv1106g-smart-door-lock-rmsl-v10.dts b/arch/arm/boot/dts/rv1106g-smart-door-lock-rmsl-v10.dts index a53d68e41cd7..56ffce9a9aee 100644 --- a/arch/arm/boot/dts/rv1106g-smart-door-lock-rmsl-v10.dts +++ b/arch/arm/boot/dts/rv1106g-smart-door-lock-rmsl-v10.dts @@ -61,13 +61,12 @@ regulator-settling-time-up-us = <250>; }; - vcc_wlan: vcc-wlan { - compatible = "regulator-fixed"; - regulator-name = "vcc_wlan_regulator"; - regulator-always-on; - regulator-boot-on; - gpio = <&gpio2 RK_PA5 GPIO_ACTIVE_HIGH>; - enable-active-high; + wireless_wlan: wireless-wlan { + compatible = "wlan-platdata"; + wifi_chip_type = "Hi3861L"; + WIFI,host_wake_irq = <&gpio3 RK_PA1 GPIO_ACTIVE_HIGH>; + WIFI,poweren_gpio = <&gpio2 RK_PA5 GPIO_ACTIVE_HIGH>; + status = "okay"; }; };