rockchip64: rk3318-box: fix wifi with alternate sdio bus

This commit is contained in:
Paolo Sabatino 2025-03-16 18:45:31 +01:00 committed by Igor
parent 843315ccb4
commit 14492c84db
2 changed files with 6 additions and 2 deletions

View File

@ -327,8 +327,10 @@
* To handle the most critical situation, the controller will be configured as
* sdcard controller by default. An overlay can be set to disable the sdmmc_ext
* node and enable this sdio_ext in case wifi chips are attached to this.
* Note also that the node name is a non-convential "sdio@...", to differentiate
* it from the mmc@ff5f0000 node in the base device tree.
*/
sdio_ext: mmc@ff5f0000 {
sdio_ext: sdio@ff5f0000 {
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xff5f0000 0x0 0x4000>;
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;

View File

@ -327,8 +327,10 @@
* To handle the most critical situation, the controller will be configured as
* sdcard controller by default. An overlay can be set to disable the sdmmc_ext
* node and enable this sdio_ext in case wifi chips are attached to this.
* Note also that the node name is a non-convential "sdio@...", to differentiate
* it from the mmc@ff5f0000 node in the base device tree.
*/
sdio_ext: mmc@ff5f0000 {
sdio_ext: sdio@ff5f0000 {
compatible = "rockchip,rk3328-dw-mshc", "rockchip,rk3288-dw-mshc";
reg = <0x0 0xff5f0000 0x0 0x4000>;
interrupts = <GIC_SPI 4 IRQ_TYPE_LEVEL_HIGH>;