diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-09-24 20:31:03 +0200 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-12-02 16:48:46 -0800 |
commit | a900ad783f507cb396e402827052e70c0c565ae9 (patch) | |
tree | d6ea16438c66f399fd44c036e7bf024582062a65 | |
parent | f64f653df2ef713359178c731bc8f89ff54014b1 (diff) |
ARM: dts: qcom: sdx65: correct SPMI node name
Node names should not have vendor prefixes:
qcom-sdx65-mtp.dtb: qcom,spmi@c440000: $nodename:0: 'qcom,spmi@c440000' does not match '^spmi@.*
Reviewed-by: Konrad Dybcio <[email protected]>
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Reviewed-by: Dmitry Baryshkov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/qcom/qcom-sdx65.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi b/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi index 0380caa5db6b..40591a4da6a4 100644 --- a/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-sdx65.dtsi @@ -533,7 +533,7 @@ reg = <0x0c264000 0x1000>; }; - spmi_bus: qcom,spmi@c440000 { + spmi_bus: spmi@c440000 { compatible = "qcom,spmi-pmic-arb"; reg = <0xc440000 0xd00>, <0xc600000 0x2000000>, |