[PATCH v2 2/3] arm64: dts: qcom: pmi8950: Remove address from lpg node

Rayyan Ansari posted 3 patches 1 month, 3 weeks ago
There is a newer version of this series
[PATCH v2 2/3] arm64: dts: qcom: pmi8950: Remove address from lpg node
Posted by Rayyan Ansari 1 month, 3 weeks ago
Remove the address in both the reg property and node name to adhere to
the bindings.

Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org>
---
 arch/arm64/boot/dts/qcom/pmi8950.dtsi | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/pmi8950.dtsi b/arch/arm64/boot/dts/qcom/pmi8950.dtsi
index b4822cb17a37..4aff437263a2 100644
--- a/arch/arm64/boot/dts/qcom/pmi8950.dtsi
+++ b/arch/arm64/boot/dts/qcom/pmi8950.dtsi
@@ -84,9 +84,8 @@ pmic@3 {
 		#address-cells = <1>;
 		#size-cells = <0>;
 
-		pmi8950_pwm: pwm@b000 {
+		pmi8950_pwm: pwm {
 			compatible = "qcom,pmi8950-pwm";
-			reg = <0xb000 0x100>;
 			#pwm-cells = <2>;
 
 			status = "disabled";

-- 
2.45.2
Re: [PATCH v2 2/3] arm64: dts: qcom: pmi8950: Remove address from lpg node
Posted by Konrad Dybcio 1 month, 3 weeks ago
On 23.07.2024 11:38 AM, Rayyan Ansari wrote:
> Remove the address in both the reg property and node name to adhere to
> the bindings.
> 
> Signed-off-by: Rayyan Ansari <rayyan.ansari@linaro.org>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>

Konrad