ARM: dts: rockchip: add ap6255 support for rk3229-gva-sdk

1.set vccio2 to 1.8v
2.add sdio 3.0 support

Change-Id: Iee26c339b1a38543d9275dc0fa9e5bfbba0b7c3e
Signed-off-by: Alex Zhao <zzc@rock-chips.com>
This commit is contained in:
Alex Zhao
2017-09-20 16:08:20 +08:00
committed by Huang, Tao
parent 2f76124072
commit 281a69cea9

View File

@@ -83,8 +83,7 @@
wireless-wlan {
compatible = "wlan-platdata";
rockchip,grf = <&grf>;
wifi_chip_type = "ap6335";
sdio_vref = <3300>;
wifi_chip_type = "ap6255";
WIFI,host_wake_irq = <&gpio0 28 GPIO_ACTIVE_HIGH>;
status = "okay";
};
@@ -309,7 +308,7 @@
status = "okay";
vccio1-supply = <&vcc_io>;
vccio2-supply = <&vcc_io>;
vccio2-supply = <&vcc_18>;
vccio4-supply = <&vcc_io>;
};
@@ -343,10 +342,11 @@
};
&sdio {
status = "okay";
max-frequency = <150000000>;
mmc-pwrseq = <&sdio_pwrseq>;
assigned-clocks = <&cru SCLK_SDIO_SRC>;
assigned-clock-parents = <&xin24m>;
num-slots = <1>;
sd-uhs-sdr104;
status = "okay";
};
&rockchip_suspend {