From 1ee9daf5ce6cb4c102547ce335770ad136acec4d Mon Sep 17 00:00:00 2001 From: Monish Chunara Date: Thu, 11 Jun 2026 16:57:19 +0530 Subject: [PATCH] FROMLIST: 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. Link: https://lore.kernel.org/all/20260616130347.3096034-1-monish.chunara@oss.qualcomm.com/ 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>; -};