Commit e321cbbd authored by Ivan T. Ivanov's avatar Ivan T. Ivanov Committed by Olof Johansson

arm: dts: qcom: Add APQ8084 chipset SPMI PMIC's nodes

PMA8084 have 2 SPMI devices per physical package. Add their
configuration nodes and include them in boards which are using
AQP8084 based chipset.
Signed-off-by: default avatarIvan T. Ivanov <iivanov@mm-sol.com>
Signed-off-by: default avatarKumar Gala <galak@codeaurora.org>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent c9127893
#include "qcom-apq8084.dtsi"
#include "qcom-pma8084.dtsi"
/ {
model = "Qualcomm APQ8084/IFC6540";
......
#include "qcom-apq8084.dtsi"
#include "qcom-pma8084.dtsi"
/ {
model = "Qualcomm APQ 8084-MTP";
......
#include <dt-bindings/spmi/spmi.h>
&spmi_bus {
usid0: pma8084@0 {
compatible = "qcom,spmi-pmic";
reg = <0x0 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
};
usid1: pma8084@1 {
compatible = "qcom,spmi-pmic";
reg = <0x1 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
};
};
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment