diff options
author | Dmitry Baryshkov <[email protected]> | 2023-09-28 14:03:08 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-11-14 11:26:00 -0600 |
commit | 77c1b2b30e0f03d4e0e2f871a62d18c57fc17d10 (patch) | |
tree | e70904afd762f01f4cbbbf383be660b2ef67ba8b | |
parent | 3f0533c6f2708d5851ce4852beb0dc09fc5264f3 (diff) |
ARM: dts: qcom: ipq8064: 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-ipq8064.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi b/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi index 6198f42f6a9c..c3677440b786 100644 --- a/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi +++ b/arch/arm/boot/dts/qcom/qcom-ipq8064.dtsi @@ -366,7 +366,7 @@ }; }; - qcom,ssbi@500000 { + ssbi@500000 { compatible = "qcom,ssbi"; reg = <0x00500000 0x1000>; qcom,controller-type = "pmic-arbiter"; |