aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Baryshkov <[email protected]>2023-09-28 14:03:09 +0300
committerBjorn Andersson <[email protected]>2023-11-14 11:26:00 -0600
commitbded0924f6a424eb9bf675759aa90741940e5628 (patch)
tree93ec40ac93e6f742448bb1db36a4950d737daf9d
parent77c1b2b30e0f03d4e0e2f871a62d18c57fc17d10 (diff)
ARM: dts: qcom: mdm9615: drop qcom, prefix from SSBI node name
Device tree node names should not use vendor prefix, they contain a generic name of the device. Drop the qcom, prefix from the SSBI node name. Signed-off-by: Dmitry Baryshkov <[email protected]> Reviewed-by: Konrad Dybcio <[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-mdm9615.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi b/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi
index a5232e98ca6e..34c60994d026 100644
--- a/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi
+++ b/arch/arm/boot/dts/qcom/qcom-mdm9615.dtsi
@@ -256,7 +256,7 @@
};
};
- ssbi: qcom,ssbi@500000 {
+ ssbi: ssbi@500000 {
compatible = "qcom,ssbi";
reg = <0x500000 0x1000>;
qcom,controller-type = "pmic-arbiter";