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 <quic_fenglinw@quicinc.com>
This commit is contained in:
Fenglin Wu
2025-01-24 12:39:28 +08:00
committed by Jishnu Prakash
parent cd65ec2420
commit 66e7d8554b

View File

@@ -1,6 +1,6 @@
// SPDX-License-Identifier: BSD-3-Clause // 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" #include "sun-qrd-sku1-v8.dtsi"
@@ -9,6 +9,16 @@
cd-gpios = <&tlmm 55 GPIO_ACTIVE_HIGH>; cd-gpios = <&tlmm 55 GPIO_ACTIVE_HIGH>;
}; };
&regulator_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 { &qupv3_se4_spi {
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;