Message ID | 20211224163107.53708-1-david@ixit.cz (mailing list archive) |
---|---|
State | Accepted |
Headers | show |
Series | arm64: dts: qcom: msm8996: use standartized naming for spmi node | expand |
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,
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>,
Following naming convention, rename qcom,spmi@ node to spmi@ Signed-off-by: David Heidelberg <david@ixit.cz> --- arch/arm64/boot/dts/qcom/msm8996.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)