Commit 5239ce22 authored by David Heidelberg's avatar David Heidelberg Committed by Bjorn Andersson

arm64: dts: qcom: pms405: assign device specific compatible

Follow common pattern for this device, first specific
and then generic compatible.
Signed-off-by: default avatarDavid Heidelberg <david@ixit.cz>
Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
Link: https://lore.kernel.org/r/20211227215238.113956-1-david@ixit.cz
parent e3e8a472
...@@ -32,7 +32,7 @@ pms405_crit: pms405-crit { ...@@ -32,7 +32,7 @@ pms405_crit: pms405-crit {
&spmi_bus { &spmi_bus {
pms405_0: pms405@0 { pms405_0: pms405@0 {
compatible = "qcom,spmi-pmic"; compatible = "qcom,pms405", "qcom,spmi-pmic";
reg = <0x0 SPMI_USID>; reg = <0x0 SPMI_USID>;
#address-cells = <1>; #address-cells = <1>;
#size-cells = <0>; #size-cells = <0>;
...@@ -139,7 +139,7 @@ rtc@6000 { ...@@ -139,7 +139,7 @@ rtc@6000 {
}; };
pms405_1: pms405@1 { pms405_1: pms405@1 {
compatible = "qcom,spmi-pmic"; compatible = "qcom,pms405", "qcom,spmi-pmic";
reg = <0x1 SPMI_USID>; reg = <0x1 SPMI_USID>;
pms405_spmi_regulators: regulators { pms405_spmi_regulators: regulators {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment