Skip to content

Commit

Permalink
arm64: dts: qcom: sc8180x-*: Enable pmic-glink
Browse files Browse the repository at this point in the history
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
  • Loading branch information
andersson committed Aug 18, 2022
1 parent db0f7a8 commit a65f358
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 0 deletions.
21 changes: 21 additions & 0 deletions arch/arm64/boot/dts/qcom/sc8180x-lenovo-flex-5g.dts
Expand Up @@ -48,6 +48,27 @@
};
};

pmic-glink {
compatible = "qcom,sc8180x-pmic-glink", "qcom,pmic-glink";

#address-cells = <1>;
#size-cells = <0>;

connector@0 {
compatible = "usb-c-connector";
reg = <0>;
power-role = "dual";
data-role = "dual";
};

connector@1 {
compatible = "usb-c-connector";
reg = <1>;
power-role = "dual";
data-role = "dual";
};
};

reserved-memory {
rmtfs_mem: rmtfs-region@85500000 {
compatible = "qcom,rmtfs-mem";
Expand Down
21 changes: 21 additions & 0 deletions arch/arm64/boot/dts/qcom/sc8180x-primus.dts
Expand Up @@ -109,6 +109,27 @@
regulator-always-on;
};

pmic-glink {
compatible = "qcom,sc8180x-pmic-glink", "qcom,pmic-glink";

#address-cells = <1>;
#size-cells = <0>;

connector@0 {
compatible = "usb-c-connector";
reg = <0>;
power-role = "dual";
data-role = "dual";
};

connector@1 {
compatible = "usb-c-connector";
reg = <1>;
power-role = "dual";
data-role = "dual";
};
};

vdd_kb_tp_3v3: vdd-kb-tp-3v3-regulator {
compatible = "regulator-fixed";
regulator-name = "vdd_kb_tp_3v3";
Expand Down

0 comments on commit a65f358

Please sign in to comment.