From 5f3cf099e6a85dc845a53e2a307077b4d59a8fc0 Mon Sep 17 00:00:00 2001 From: Nihal Kumar Gupta Date: Fri, 5 Jun 2026 17:49:52 +0530 Subject: [PATCH] QCLINUX: arm64: dts: qcom: monaco-evk: disable unused camera regulators vreg_cam0_2p8 and vreg_cam2_2p8 are not used on the Monaco EVK board. Disable them to prevent unintended regulator enablement. Signed-off-by: Nihal Kumar Gupta --- arch/arm64/boot/dts/qcom/monaco-evk-camx.dtso | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/qcom/monaco-evk-camx.dtso b/arch/arm64/boot/dts/qcom/monaco-evk-camx.dtso index 3945c77528ccb..0a5265e178feb 100644 --- a/arch/arm64/boot/dts/qcom/monaco-evk-camx.dtso +++ b/arch/arm64/boot/dts/qcom/monaco-evk-camx.dtso @@ -105,3 +105,15 @@ }; }; }; + +&vreg_cam0_2p8 { + status = "disabled"; +}; + +&vreg_cam1_2p8 { + status = "disabled"; +}; + +&vreg_cam2_2p8 { + status = "disabled"; +};