mirror of https://github.com/armbian/build.git
rockchip64: rk3318-box: fix wifi with alternate sdio bus
This commit is contained in:
parent
843315ccb4
commit
14492c84db
|
@ -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>;
|
||||
|
|
|
@ -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>;
|
||||
|
|
Loading…
Reference in New Issue