Message ID | 20211224162937.53404-1-david@ixit.cz |
---|---|
State | Accepted |
Commit | 5035460b4957994a8f6d4e92dd2ed0bb41be43ee |
Headers | show |
Series | ARM: dts: qcom: sdx55: use standartized naming for spmi node | expand |
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,
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>,
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(-)