mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 00:34:52 +00:00
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>
This commit is contained in:
parent
9208b5178b
commit
134c544e9d
6 changed files with 16 additions and 12 deletions
|
@ -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>;
|
||||
|
|
Loading…
Add table
Reference in a new issue