Skip to content

Commit

Permalink
ARM: dts: rk3128-fireprime: config pmic clock enable Wi-Fi
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Chen <[email protected]>
Change-Id: I3ac35396a79db72eddbdaf3eec08c93ff3e77abf
  • Loading branch information
chenwei authored and rkhuangtao committed Jul 15, 2020
1 parent bc38716 commit ba30a52
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions arch/arm/boot/dts/rk3128-fireprime.dts
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@
wireless-wlan {
compatible = "wlan-platdata";
wifi_chip_type = "ap6212";
clocks = <&rk818 1>;
clock-names = "ext_clock";
sdio_vref = <3300>;
rockchip,grf = <&grf>;
WIFI,host_wake_irq = <&gpio0 RK_PA2 GPIO_ACTIVE_HIGH>;
Expand Down Expand Up @@ -615,8 +617,7 @@
};

&sdio {
clock-frequency = <50000000>;
clock-freq-min-max = <200000 50000000>;
max-frequency = <50000000>;
supports-sdio;
disable-wp;
cap-sd-highspeed;
Expand Down

0 comments on commit ba30a52

Please sign in to comment.