Commit 134c544e authored by Stephen Boyd's avatar Stephen Boyd Committed by Andy Gross

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: default avatarStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: default avatarAndy Gross <agross@codeaurora.org>
parent 9208b517
......@@ -8,6 +8,8 @@ / {
aliases {
serial0 = &blsp1_uart2;
usid0 = &pm8941_0;
usid4 = &pm8841_0;
};
chosen {
......
......@@ -7,6 +7,7 @@ / {
aliases {
serial0 = &blsp2_uart2;
usid0 = &pma8084_0;
};
chosen {
......
......@@ -7,6 +7,7 @@ / {
aliases {
serial0 = &blsp2_uart2;
usid0 = &pma8084_0;
};
chosen {
......
......@@ -3,8 +3,8 @@
&spmi_bus {
usid4: pm8841@4 {
compatible = "qcom,spmi-pmic";
pm8841_0: pm8841@4 {
compatible = "qcom,pm8841", "qcom,spmi-pmic";
reg = <0x4 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
......@@ -27,8 +27,8 @@ temp-alarm@2400 {
};
};
usid5: pm8841@5 {
compatible = "qcom,spmi-pmic";
pm8841_1: pm8841@5 {
compatible = "qcom,pm8841", "qcom,spmi-pmic";
reg = <0x5 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -4,8 +4,8 @@
&spmi_bus {
usid0: pm8941@0 {
compatible ="qcom,spmi-pmic";
pm8941_0: pm8941@0 {
compatible = "qcom,pm8941", "qcom,spmi-pmic";
reg = <0x0 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
......@@ -153,8 +153,8 @@ coincell@2800 {
};
};
usid1: pm8941@1 {
compatible = "qcom,spmi-pmic";
pm8941_1: pm8941@1 {
compatible = "qcom,pm8941", "qcom,spmi-pmic";
reg = <0x1 SPMI_USID>;
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -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 @@ ref_vdd {
};
};
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>;
......
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