dts: tm2 32bit version fix wifi cannot use [1/1]

PD#TV-8700

Problem:
TM2 32bit kernel wifi cannot use

Solution:
change wifi config in dts

Verify:
T962X3-AB301

Change-Id: Iabd2d5aa1b57d8f6fc46e68ca926452be5b8f6b4
Signed-off-by: huijie.huang <huijie.huang@amlogic.com>
This commit is contained in:
huijie.huang
2019-08-13 11:24:01 +08:00
committed by Tao Zeng
parent 13a30bd727
commit 764a00ef19
2 changed files with 2 additions and 2 deletions

View File

@@ -1263,7 +1263,7 @@
sd_emmc_b: sdio@ffe05000 {
status = "okay";
compatible = "amlogic, meson-mmc-tm2";
reg = <0x0 0xffe05000 0x0 0x800>;
reg = <0xffe05000 0x800>;
interrupts = <0 190 4>;
pinctrl-names = "sdio_all_pins",

View File

@@ -1244,7 +1244,7 @@
sd_emmc_b: sdio@ffe05000 {
status = "disabled";
compatible = "amlogic, meson-mmc-tm2";
reg = <0x0 0xffe05000 0x0 0x800>;
reg = <0xffe05000 0x800>;
interrupts = <0 190 4>;
pinctrl-names = "sdio_all_pins",