Skip to content

Commit 14492c8

Browse files
paolosabatinoigorpecovnik
authored andcommitted
rockchip64: rk3318-box: fix wifi with alternate sdio bus
1 parent 843315c commit 14492c8

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

patch/kernel/archive/rockchip64-6.12/dt/rk3318-box.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,10 @@
327327
* To handle the most critical situation, the controller will be configured as
328328
* sdcard controller by default. An overlay can be set to disable the sdmmc_ext
329329
* node and enable this sdio_ext in case wifi chips are attached to this.
330+
* Note also that the node name is a non-convential "sdio@...", to differentiate
331+
* it from the mmc@ff5f0000 node in the base device tree.
330332
*/
331-
sdio_ext: mmc@ff5f0000 {
333+
sdio_ext: sdio@ff5f0000 {
332334
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
333335
reg = <0x0 0xff5f0000 0x0 0x4000>;
334336
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;

patch/kernel/archive/rockchip64-6.14/dt/rk3318-box.dts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -327,8 +327,10 @@
327327
* To handle the most critical situation, the controller will be configured as
328328
* sdcard controller by default. An overlay can be set to disable the sdmmc_ext
329329
* node and enable this sdio_ext in case wifi chips are attached to this.
330+
* Note also that the node name is a non-convential "sdio@...", to differentiate
331+
* it from the mmc@ff5f0000 node in the base device tree.
330332
*/
331-
sdio_ext: mmc@ff5f0000 {
333+
sdio_ext: sdio@ff5f0000 {
332334
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
333335
reg = <0x0 0xff5f0000 0x0 0x4000>;
334336
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;

0 commit comments

Comments
 (0)