提交 134c544e 编写于 作者: S Stephen Boyd 提交者: 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: NStephen Boyd <sboyd@codeaurora.org>
Signed-off-by: NAndy Gross <agross@codeaurora.org>
上级 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 @@
};
};
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 @@
};
};
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 @@
};
};
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% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册