mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
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 <dmitry.baryshkov@linaro.org> Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org> Link: https://lore.kernel.org/r/20230928110309.1212221-37-dmitry.baryshkov@linaro.org Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
77c1b2b30e
commit
bded0924f6
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
ssbi: qcom,ssbi@500000 {
|
ssbi: ssbi@500000 {
|
||||||
compatible = "qcom,ssbi";
|
compatible = "qcom,ssbi";
|
||||||
reg = <0x500000 0x1000>;
|
reg = <0x500000 0x1000>;
|
||||||
qcom,controller-type = "pmic-arbiter";
|
qcom,controller-type = "pmic-arbiter";
|
||||||
|
|
Loading…
Add table
Reference in a new issue