arm64: dts: rockchip: enable sdmmc for rk1808

Change-Id: I0990f70b7e908560300d349958f31603bf231242
Signed-off-by: Jianqun Xu <jay.xu@rock-chips.com>
This commit is contained in:
Jianqun Xu
2018-10-06 20:35:55 +08:00
committed by Tao Huang
parent c6646d1987
commit bd3ec33b20
2 changed files with 2 additions and 4 deletions

View File

@@ -95,8 +95,6 @@
rockchip,irq-mode-enable = <0>;
rockchip,baudrate = <1500000>; /* Only 115200 and 1500000 */
interrupts = <GIC_SPI 242 IRQ_TYPE_LEVEL_LOW>;
pinctrl-names = "default";
pinctrl-0 = <&uart2m0_xfer>;
status = "okay";
};
@@ -580,7 +578,7 @@
sd-uhs-sdr104;
vmmc-supply = <&vcc3v3_sd>;
vqmmc-supply = <&vccio_sd>;
status = "disabled"; /* disable sdmmc for uartdbg */
status = "okay";
};
&uart4 {

View File

@@ -1068,7 +1068,7 @@
fifo-depth = <0x100>;
interrupts = <GIC_SPI 48 IRQ_TYPE_LEVEL_HIGH>;
pinctrl-names = "default";
pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd>;
pinctrl-0 = <&sdmmc0_clk &sdmmc0_cmd &sdmmc0_bus4>;
status = "disabled";
};