mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 20:07:46 +09:00
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:
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user