Message ID | 20200523132104.31046-1-jonathan@marek.ca |
---|---|
State | Accepted |
Commit | bccc7dd2334dd2f5823987a7172f0f34d3cf1a4e |
Headers | show |
Series | arm64: dts: qcom: sm8250: rename spmi node to spmi_bus | expand |
diff --git a/arch/arm64/boot/dts/qcom/sm8250.dtsi b/arch/arm64/boot/dts/qcom/sm8250.dtsi index 04c9c215ffcd..a273b99bf1e6 100644 --- a/arch/arm64/boot/dts/qcom/sm8250.dtsi +++ b/arch/arm64/boot/dts/qcom/sm8250.dtsi @@ -578,7 +578,7 @@ pdc: interrupt-controller@b220000 { interrupt-controller; }; - spmi: qcom,spmi@c440000 { + spmi_bus: qcom,spmi@c440000 { compatible = "qcom,spmi-pmic-arb"; reg = <0x0 0x0c440000 0x0 0x0001100>, <0x0 0x0c600000 0x0 0x2000000>,
The pm8150 dtsi files refer to it as spmi_bus, so change it. Signed-off-by: Jonathan Marek <jonathan@marek.ca> --- arch/arm64/boot/dts/qcom/sm8250.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)