From 66e7d8554b61b6d1efedd79f3505c6910a31edc1 Mon Sep 17 00:00:00 2001 From: Fenglin Wu Date: Fri, 24 Jan 2025 12:39:28 +0800 Subject: [PATCH] ARM: dts: msm: Remove some ocp-notifier supplies from sun HDK platforms Sun HDK platform is expected to work without the GNSS board (which also holds PMR735D) being attached. If the board is not attached, regulator-ocp-notifier probe may fail as it references some regulators on PMR735D which do not get probed. Remove those regulator references from regulator-ocp-notifier as they are not strictly necessary under it. Change-Id: Ie6f35a9c6142fe54d7191f9a392074f2e39b2bee Signed-off-by: Fenglin Wu --- qcom/sunp-hdk.dtsi | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/qcom/sunp-hdk.dtsi b/qcom/sunp-hdk.dtsi index 1e1bb10a..60abfa25 100644 --- a/qcom/sunp-hdk.dtsi +++ b/qcom/sunp-hdk.dtsi @@ -1,6 +1,6 @@ // SPDX-License-Identifier: BSD-3-Clause /* - * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + * Copyright (c) 2024-2025, Qualcomm Innovation Center, Inc. All rights reserved. */ #include "sun-qrd-sku1-v8.dtsi" @@ -9,6 +9,16 @@ cd-gpios = <&tlmm 55 GPIO_ACTIVE_HIGH>; }; +®ulator_ocp_notifier { + /delete-property/ periph-ac1-supply; + /delete-property/ periph-ac2-supply; + /delete-property/ periph-ac3-supply; + /delete-property/ periph-ac4-supply; + /delete-property/ periph-ac5-supply; + /delete-property/ periph-ac6-supply; + /delete-property/ periph-ac7-supply; +}; + &qupv3_se4_spi { #address-cells = <1>; #size-cells = <0>;