diff options
author | Stephen Boyd <sboyd@codeaurora.org> | 2015-11-20 15:31:20 -0800 |
---|---|---|
committer | Andy Gross <agross@codeaurora.org> | 2015-12-08 23:33:12 -0600 |
commit | 134c544e9d1b56075c807e6152f2564ad1997327 (patch) | |
tree | fa3ac8150496487985b5a41a3ce160fb60eae675 /arch/arm/boot/dts/qcom-pma8084.dtsi | |
parent | 9208b5178bdaca21a1101ac61daa3d610e5435bc (diff) | |
download | lwn-134c544e9d1b56075c807e6152f2564ad1997327.tar.gz lwn-134c544e9d1b56075c807e6152f2564ad1997327.zip |
arm: dts: qcom: Add aliases for PMICs
Add an alias for the PMICs found on qcom based SoCs so that the
newly updated dtbTool can find the PMIC compatible string and add
the pmic-id element to the QCDT header.
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
Signed-off-by: Andy Gross <agross@codeaurora.org>
Diffstat (limited to 'arch/arm/boot/dts/qcom-pma8084.dtsi')
-rw-r--r-- | arch/arm/boot/dts/qcom-pma8084.dtsi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/arch/arm/boot/dts/qcom-pma8084.dtsi b/arch/arm/boot/dts/qcom-pma8084.dtsi index 5e240ccc08b7..10b8f9e6d60b 100644 --- a/arch/arm/boot/dts/qcom-pma8084.dtsi +++ b/arch/arm/boot/dts/qcom-pma8084.dtsi @@ -4,8 +4,8 @@ &spmi_bus { - usid0: pma8084@0 { - compatible = "qcom,spmi-pmic"; + pma8084_0: pma8084@0 { + compatible = "qcom,pma8084", "qcom,spmi-pmic"; reg = <0x0 SPMI_USID>; #address-cells = <1>; #size-cells = <0>; @@ -101,8 +101,8 @@ }; }; - usid1: pma8084@1 { - compatible = "qcom,spmi-pmic"; + pma8084_1: pma8084@1 { + compatible = "qcom,pma8084", "qcom,spmi-pmic"; reg = <0x1 SPMI_USID>; #address-cells = <1>; #size-cells = <0>; |