From f40e65a1faf00534f936e2fded164e011b2c61db Mon Sep 17 00:00:00 2001 From: Yilin Sun Date: Sun, 21 Apr 2024 10:35:08 +0800 Subject: [PATCH] arch: arm: dts: enabled MMC 0/2 boot for TLT113 SoM. Signed-off-by: Yilin Sun --- arch/arm/dts/sun8i-t113i-tronlong-tlt113-minievm.dts | 3 ++- arch/arm/dts/sunxi-t113i-tronlong-tlt113.dtsi | 11 +++++++++++ 2 files changed, 13 insertions(+), 1 deletion(-) 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";