mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-10 12:57:06 +09:00
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:
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user