From 91178b5965d3ff9821338f6348adffab3e57bb24 Mon Sep 17 00:00:00 2001 From: Monish Chunara Date: Thu, 11 Jun 2026 16:57:19 +0530 Subject: [PATCH] arm64: dts: qcom: monaco-evk-emmc: Remove explicit UFS disablement The eMMC overlay currently explicitly disables the UFS host controller and overrides the vreg_l8a voltage. This causes unnecessary UFS disablement in scenarios where UFS is the boot medium and eMMC is used as secondary storage. Since UFS and eMMC share a common VDD rail, their mutual exclusivity is now managed dynamically via DT-fixup logic. Remove these static entries from the overlay to allow flexible storage configurations. Signed-off-by: Monish Chunara --- arch/arm64/boot/dts/qcom/monaco-evk-emmc.dtso | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/arm64/boot/dts/qcom/monaco-evk-emmc.dtso b/arch/arm64/boot/dts/qcom/monaco-evk-emmc.dtso index 70edbb1248a5a..ef4477e1e9f36 100644 --- a/arch/arm64/boot/dts/qcom/monaco-evk-emmc.dtso +++ b/arch/arm64/boot/dts/qcom/monaco-evk-emmc.dtso @@ -35,12 +35,3 @@ status = "okay"; }; - -&ufs_mem_hc { - status = "disabled"; -}; - -&vreg_l8a { - regulator-min-microvolt = <2960000>; - regulator-max-microvolt = <2960000>; -};