arm64: dts: qcom: pms405: assign device specific compatible
Follow common pattern for this device, first specific and then generic compatible. Signed-off-by: David Heidelberg <david@ixit.cz> Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Link: https://lore.kernel.org/r/20211227215238.113956-1-david@ixit.cz
This commit is contained in:
parent
e3e8a47242
commit
5239ce2227
@ -32,7 +32,7 @@
|
||||
|
||||
&spmi_bus {
|
||||
pms405_0: pms405@0 {
|
||||
compatible = "qcom,spmi-pmic";
|
||||
compatible = "qcom,pms405", "qcom,spmi-pmic";
|
||||
reg = <0x0 SPMI_USID>;
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
@ -139,7 +139,7 @@
|
||||
};
|
||||
|
||||
pms405_1: pms405@1 {
|
||||
compatible = "qcom,spmi-pmic";
|
||||
compatible = "qcom,pms405", "qcom,spmi-pmic";
|
||||
reg = <0x1 SPMI_USID>;
|
||||
|
||||
pms405_spmi_regulators: regulators {
|
||||
|
Loading…
x
Reference in New Issue
Block a user