2021-12-24 16:31:14

by David Heidelberg

[permalink] [raw]
Subject: [PATCH] arm64: dts: qcom: msm8996: use standartized naming for spmi node

Following naming convention, rename qcom,spmi@ node to spmi@

Signed-off-by: David Heidelberg <[email protected]>
---
arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/qcom/msm8996.dtsi b/arch/arm64/boot/dts/qcom/msm8996.dtsi
index 722fdda54a54..ae09007866e8 100644
--- a/arch/arm64/boot/dts/qcom/msm8996.dtsi
+++ b/arch/arm64/boot/dts/qcom/msm8996.dtsi
@@ -1546,7 +1546,7 @@ sram@290000 {
reg = <0x00290000 0x10000>;
};

- spmi_bus: qcom,spmi@400f000 {
+ spmi_bus: spmi@400f000 {
compatible = "qcom,spmi-pmic-arb";
reg = <0x0400f000 0x1000>,
<0x04400000 0x800000>,
--
2.34.1



2021-12-24 18:12:13

by Bjorn Andersson

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: qcom: msm8996: use standartized naming for spmi node

On Fri, 24 Dec 2021 17:31:07 +0100, David Heidelberg wrote:
> Following naming convention, rename qcom,spmi@ node to spmi@
>
>

Applied, thanks!

[1/1] arm64: dts: qcom: msm8996: use standartized naming for spmi node
commit: 22cc83a0cee99d5cc50be20103fab3b303db51ea

Best regards,
--
Bjorn Andersson <[email protected]>