On 10/27/2023 1:11 AM, Konrad Dybcio wrote:
On 10/17/23 15:18, Krishna Kurapati wrote:
Add Pmic Glink support for sm8450-qrd to facilitate passing
of roe switch notifications generated by ADSP to dwc3 core
via ucsi and pmic glink's.
Signed-off-by: Krishna Kurapati <quic_kriskura@xxxxxxxxxxx>
---
No phy+redriver+dp configuration?
Hi Konrad,
Did you mean adding the following node:
typec-mux@42 {
compatible = "fcs,fsa4480";
reg = <0x42>;
interrupts-extended = <&tlmm 2 IRQ_TYPE_LEVEL_LOW>;
vcc-supply = <&vreg_bob>;
mode-switch;
orientation-switch;
port {
fsa4480_sbu_mux: endpoint {
remote-endpoint = <&pmic_glink_sbu>;
};
};
};
and then adding port-2 for pmic_glink ?
Usually for role-switch the port-0/1 defined in this patch are
sufficient. Also if I added it, I don't have a way to currently test it.
So skipped this node. I will try and see if I can test it and add it if
possible.
Regards,
Krishna,