mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-06 19:08:57 +09:00
ARM: dts: rockchip: rv1106-evb: disable sdio when using rgb/bt1120 to hdmi
The pins of sdmmc1 and lcd are multiplexed. SDMMC1_D0_M0 - LCD_D9 - GPIO2_A1 SDMMC1_D1_M0 - LCD_D8 - GPIO2_A0 SDMMC1_D2_M0 - LCD_D13 - GPIO2_A5 SDMMC1_D3_M0 - LCD_D12 - GPIO2_A4 SDMMC1_CLK - LCD_D10 - GPIO2_A2 SDMMC1_CMD - LCD_D11 - GPIO2_A3 Signed-off-by: Damon Ding <damon.ding@rock-chips.com> Change-Id: Ie90e8e41198f07d9c1eebe48655cf848304f3f45
This commit is contained in:
@@ -78,6 +78,17 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/*
|
||||
* The pins of sdmmc1 and lcd are multiplexed
|
||||
*/
|
||||
&sdio {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdio_pwrseq {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&vop {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
@@ -70,6 +70,17 @@
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
/*
|
||||
* The pins of sdmmc1 and lcd are multiplexed
|
||||
*/
|
||||
&sdio {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&sdio_pwrseq {
|
||||
status = "disabled";
|
||||
};
|
||||
|
||||
&vop {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user