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-apq8084-mtp.dts | |
parent | 9208b5178bdaca21a1101ac61daa3d610e5435bc (diff) | |
download | talos-obmc-linux-134c544e9d1b56075c807e6152f2564ad1997327.tar.gz talos-obmc-linux-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-apq8084-mtp.dts')
-rw-r--r-- | arch/arm/boot/dts/qcom-apq8084-mtp.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/qcom-apq8084-mtp.dts b/arch/arm/boot/dts/qcom-apq8084-mtp.dts index 3016c7048d44..d174d15bcf70 100644 --- a/arch/arm/boot/dts/qcom-apq8084-mtp.dts +++ b/arch/arm/boot/dts/qcom-apq8084-mtp.dts @@ -7,6 +7,7 @@ aliases { serial0 = &blsp2_uart2; + usid0 = &pma8084_0; }; chosen { |