diff mbox series

arm64: dts: qcom: sc7280: Remove pm8350 and pmr735b for sc7280-idp

Message ID 1627995852-24505-1-git-send-email-skakit@codeaurora.org (mailing list archive)
State Accepted
Headers show
Series arm64: dts: qcom: sc7280: Remove pm8350 and pmr735b for sc7280-idp | expand

Commit Message

Satya Priya Aug. 3, 2021, 1:04 p.m. UTC
Remove pm8350 and pmr735b die temp nodes as these pmics are
not present on this board.

Correct the tabbing for pmk8350_vadc node.

Signed-off-by: satya priya <skakit@codeaurora.org>
---
 arch/arm64/boot/dts/qcom/sc7280-idp.dts | 34 ++++++++++-----------------------
 1 file changed, 10 insertions(+), 24 deletions(-)

Comments

Stephen Boyd Aug. 3, 2021, 8:09 p.m. UTC | #1
Quoting satya priya (2021-08-03 06:04:12)
> Remove pm8350 and pmr735b die temp nodes as these pmics are
> not present on this board.
>
> Correct the tabbing for pmk8350_vadc node.
>
> Signed-off-by: satya priya <skakit@codeaurora.org>
> ---

Fixes: fbd5a1d22607 ("arm64: dts: qcom: sc7280: Add ADC channel nodes
for PMIC temperatures to sc7280-idp")
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/qcom/sc7280-idp.dts b/arch/arm64/boot/dts/qcom/sc7280-idp.dts
index 73225e3..ee76d96 100644
--- a/arch/arm64/boot/dts/qcom/sc7280-idp.dts
+++ b/arch/arm64/boot/dts/qcom/sc7280-idp.dts
@@ -9,8 +9,6 @@ 
 
 #include <dt-bindings/gpio/gpio.h>
 #include <dt-bindings/iio/qcom,spmi-adc7-pmr735a.h>
-#include <dt-bindings/iio/qcom,spmi-adc7-pmr735b.h>
-#include <dt-bindings/iio/qcom,spmi-adc7-pm8350.h>
 #include <dt-bindings/iio/qcom,spmi-adc7-pmk8350.h>
 #include "sc7280.dtsi"
 #include "pm7325.dtsi"
@@ -244,29 +242,17 @@ 
 };
 
 &pmk8350_vadc {
-		pm8350_die_temp {
-			reg = <PM8350_ADC7_DIE_TEMP>;
-			label = "pm8350_die_temp";
-			qcom,pre-scaling = <1 1>;
-		};
-
-		pmk8350_die_temp {
-			reg = <PMK8350_ADC7_DIE_TEMP>;
-			label = "pmk8350_die_temp";
-			qcom,pre-scaling = <1 1>;
-		};
-
-		pmr735a_die_temp {
-			reg = <PMR735A_ADC7_DIE_TEMP>;
-			label = "pmr735a_die_temp";
-			qcom,pre-scaling = <1 1>;
-		};
+	pmk8350_die_temp {
+		reg = <PMK8350_ADC7_DIE_TEMP>;
+		label = "pmk8350_die_temp";
+		qcom,pre-scaling = <1 1>;
+	};
 
-		pmr735b_die_temp {
-			reg = <PMR735B_ADC7_DIE_TEMP>;
-			label = "pmr735b_die_temp";
-			qcom,pre-scaling = <1 1>;
-		};
+	pmr735a_die_temp {
+		reg = <PMR735A_ADC7_DIE_TEMP>;
+		label = "pmr735a_die_temp";
+		qcom,pre-scaling = <1 1>;
+	};
 };
 
 &qupv3_id_0 {