Skip to content

Commit ba30a52

Browse files
chenweirkhuangtao
authored andcommitted
ARM: dts: rk3128-fireprime: config pmic clock enable Wi-Fi
Signed-off-by: Wei Chen <wei.chen@rock-chips.com> Change-Id: I3ac35396a79db72eddbdaf3eec08c93ff3e77abf
1 parent bc38716 commit ba30a52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

arch/arm/boot/dts/rk3128-fireprime.dts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@
147147
wireless-wlan {
148148
compatible = "wlan-platdata";
149149
wifi_chip_type = "ap6212";
150+
clocks = <&rk818 1>;
151+
clock-names = "ext_clock";
150152
sdio_vref = <3300>;
151153
rockchip,grf = <&grf>;
152154
WIFI,host_wake_irq = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
@@ -615,8 +617,7 @@
615617
};
616618

617619
&sdio {
618-
clock-frequency = <50000000>;
619-
clock-freq-min-max = <200000 50000000>;
620+
max-frequency = <50000000>;
620621
supports-sdio;
621622
disable-wp;
622623
cap-sd-highspeed;

0 commit comments

Comments
 (0)