diff --git a/arch/arm/dts/sun8i-t113i-tronlong-tlt113-minievm.dts b/arch/arm/dts/sun8i-t113i-tronlong-tlt113-minievm.dts index 9dacd481df..b76eaaed5e 100644 --- a/arch/arm/dts/sun8i-t113i-tronlong-tlt113-minievm.dts +++ b/arch/arm/dts/sun8i-t113i-tronlong-tlt113-minievm.dts @@ -22,10 +22,11 @@ }; &mmc0 { + bootph-all; pinctrl-0 = <&mmc0_pins>; pinctrl-names = "default"; vmmc-supply = <®_3v3>; - cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; + cd-gpios = <&pio 5 6 GPIO_ACTIVE_LOW>; /* PF6 */ disable-wp; bus-width = <4>; status = "okay"; diff --git a/arch/arm/dts/sunxi-t113i-tronlong-tlt113.dtsi b/arch/arm/dts/sunxi-t113i-tronlong-tlt113.dtsi index f4405f4b9c..d4b9aa2404 100644 --- a/arch/arm/dts/sunxi-t113i-tronlong-tlt113.dtsi +++ b/arch/arm/dts/sunxi-t113i-tronlong-tlt113.dtsi @@ -93,6 +93,17 @@ status = "okay"; }; +&mmc2 { + bootph-all; + pinctrl-0 = <&mmc2_pins>; + pinctrl-names = "default"; + vmmc-supply = <®_3v3>; + non-removable; + disable-wp; + bus-width = <4>; + status = "okay"; +}; + &spi0 { bootph-all; pinctrl-names = "default";