[PATCH] ARM: dts: qcom: sdx55: use standartized naming for spmi node

David Heidelberg posted 1 patch 4 years, 6 months ago
arch/arm/boot/dts/qcom-sdx55.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] ARM: dts: qcom: sdx55: use standartized naming for spmi node
Posted by David Heidelberg 4 years, 6 months ago
Following naming convention, rename qcom,spmi@ node to spmi@.

Signed-off-by: David Heidelberg <david@ixit.cz>
---
 arch/arm/boot/dts/qcom-sdx55.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/qcom-sdx55.dtsi b/arch/arm/boot/dts/qcom-sdx55.dtsi
index 5d769b3f2d35..aff5a02ba166 100644
--- a/arch/arm/boot/dts/qcom-sdx55.dtsi
+++ b/arch/arm/boot/dts/qcom-sdx55.dtsi
@@ -538,7 +538,7 @@ restart@c264000 {
 			reg = <0x0c264000 0x1000>;
 		};
 
-		spmi_bus: qcom,spmi@c440000 {
+		spmi_bus: spmi@c440000 {
 			compatible = "qcom,spmi-pmic-arb";
 			reg = <0x0c440000 0x0000d00>,
 			      <0x0c600000 0x2000000>,
-- 
2.34.1

Re: [PATCH] ARM: dts: qcom: sdx55: use standartized naming for spmi node
Posted by Bjorn Andersson 4 years, 6 months ago
On Fri, 24 Dec 2021 17:29:37 +0100, David Heidelberg wrote:
> Following naming convention, rename qcom,spmi@ node to spmi@.
> 
> 

Applied, thanks!

[1/1] ARM: dts: qcom: sdx55: use standartized naming for spmi node
      commit: 4c444c21bf14a748466be0cf627380cb51cb6877

Best regards,
-- 
Bjorn Andersson <bjorn.andersson@linaro.org>