diff options
author | Ivan T. Ivanov <ivan.ivanov@linaro.org> | 2015-04-20 10:45:39 +0300 |
---|---|---|
committer | Kumar Gala <galak@codeaurora.org> | 2015-04-28 00:09:11 +0300 |
commit | 729ee9c4ab8a107de37330b9d1778d8754351862 (patch) | |
tree | ee433e7b52ac2fdf6c27157e80779a7e7db4d3f7 /arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | |
parent | 232461ffefa145154831ac5388a80ba26a44141b (diff) | |
download | linux-729ee9c4ab8a107de37330b9d1778d8754351862.tar.xz |
arm64: dts: qcom: Add 8x16 chipset SPMI PMIC's nodes
PM9816 has 2 SPMI devices per physical package. Add PMIC configuration
nodes including sub-function device nodes and include them in boards,
which are using 8x16 based chipset.
PM9816 sub-function devices include:
* GPIO block, with 4 pins
* MPP block, with 4 pins
* Volatage ADC (VADC), with multiple inputs
* Thermal sensor device, which is using on chip VADC
channel report PMIC die temperature.
* Power key device, which is responsible for clean system
reboot or shutdown
* RTC device
Signed-off-by: Ivan T. Ivanov <ivan.ivanov@linaro.org>
Signed-off-by: Kumar Gala <galak@codeaurora.org>
Diffstat (limited to 'arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi index 703a4f16e711..58f0055f72a5 100644 --- a/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi +++ b/arch/arm64/boot/dts/qcom/apq8016-sbc.dtsi @@ -12,6 +12,7 @@ */ #include "msm8916.dtsi" +#include "pm8916.dtsi" / { aliases { |