arm64: dts: rockchip: fixes incorrect wifi chip on rk3399pro evb

As the wifi module used the ap6398s on rk3399pro evb, not the ap6255.
Even though the wifi chip name isn't effect to load wifi module, at least
it won't be misunderstand.

Change-Id: Icd44ce27d9aebcdb0d252f7c8c1dabce657cd573
Signed-off-by: Caesar Wang <wxt@rock-chips.com>
This commit is contained in:
Caesar Wang
2019-02-13 14:23:12 +08:00
committed by Tao Huang
parent b6032f4f38
commit 798b624811
4 changed files with 4 additions and 4 deletions

View File

@@ -212,7 +212,7 @@
wireless-wlan {
compatible = "wlan-platdata";
rockchip,grf = <&grf>;
wifi_chip_type = "ap6255";
wifi_chip_type = "ap6398s";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";

View File

@@ -201,7 +201,7 @@
wireless-wlan {
compatible = "wlan-platdata";
rockchip,grf = <&grf>;
wifi_chip_type = "ap6255";
wifi_chip_type = "ap6398s";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";

View File

@@ -212,7 +212,7 @@
wireless-wlan {
compatible = "wlan-platdata";
rockchip,grf = <&grf>;
wifi_chip_type = "ap6255";
wifi_chip_type = "ap6398s";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";

View File

@@ -202,7 +202,7 @@
wireless-wlan {
compatible = "wlan-platdata";
rockchip,grf = <&grf>;
wifi_chip_type = "ap6255";
wifi_chip_type = "ap6398s";
sdio_vref = <1800>;
WIFI,host_wake_irq = <&gpio0 RK_PA3 GPIO_ACTIVE_HIGH>;
status = "okay";