Skip to content

Commit

Permalink
arm64: dts: qcom: pms405: assign device specific compatible
Browse files Browse the repository at this point in the history
Follow common pattern for this device, first specific
and then generic compatible.

Signed-off-by: David Heidelberg <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
  • Loading branch information
okias authored and andersson committed Feb 1, 2022
1 parent e3e8a47 commit 5239ce2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arch/arm64/boot/dts/qcom/pms405.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -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>;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 5239ce2

Please sign in to comment.