Message ID | 20230503-topic-sm8450-graphics-dp-next-v3-0-6c43d293995f@linaro.org |
---|---|
Headers | show |
Series | arm64: qcom: sm8[34]50: enable DP altmode on USB-C Connector | expand |
On Tue, 23 May 2023 09:15:44 +0200, Neil Armstrong wrote: > This is the final step to achieve USB-C Altmode on the HDK8350 > and HDK8450 now DP controller support, USB3+DP Combo PHY and > pmic glink support have been merged for those platforms. > > This patchset depends on the QMP Combo USB3+DP PHY orientation > support at [1]. > > [...] Applied, thanks! [1/6] arm64: dts: qcom: sm8350: add ports subnodes in usb1 qmpphy node commit: d831312557e7308cdb59da5b3a228175e8d7738d [2/6] arm64: dts: qcom: sm8450: add ports subnodes in usb1 qmpphy node commit: e5167da381a71eeeac13d8ec299ac7c597622b23 [3/6] arm64: dts: qcom: sm8350-hdk: Add QMP & DP to SuperSpeed graph commit: a3e42da4f712ca7fb3c9b1543f11ad82100e9914 [4/6] arm64: dts: qcom: sm8450-hdk: Add QMP & DP to SuperSpeed graph commit: b002bac7b4847aa11a6a56d14b2d75d4118f9591 Best regards,
This is the final step to achieve USB-C Altmode on the HDK8350 and HDK8450 now DP controller support, USB3+DP Combo PHY and pmic glink support have been merged for those platforms. This patchset depends on the QMP Combo USB3+DP PHY orientation support at [1]. The following has been successfully tested: - USB-C PD Power Role, reported status are coherent - USB-C dual-role data - USB2.0 only (no-PD) as DFP or UFP - USB2.0 + USB SuperSpeed as DFP or UFP & in both orientations - USB2.0 + USB SuperSpeed + DisplayPort Altmode in both orientations - DisplayPort-only Altmode in both orientations Data role and SuperSpeed lanes were correctly switched on the PHY side after USB-C removal/insertion. [1] https://lore.kernel.org/all/20230510031930.1996020-1-quic_bjorande@quicinc.com Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org> --- Changes in v3: - Rebased on next-230523 now PHY patches were applied - Link to v2: https://lore.kernel.org/r/20230503-topic-sm8450-graphics-dp-next-v2-0-8acbbe1e9d14@linaro.org Changes in v2: - rebased on next-230510 + orientation patchset v2 - define port@2 in patches 1 & 2 - Add reviewed tags - Renamed fsa4480 node name - Added missing blank line - Moved status at last position - Re-ordered node ref - Fixed commit message of last patch - Link to v1: https://lore.kernel.org/r/20230503-topic-sm8450-graphics-dp-next-v1-0-d1ee9397f2a6@linaro.org --- Neil Armstrong (6): arm64: dts: qcom: sm8350: add ports subnodes in usb1 qmpphy node arm64: dts: qcom: sm8450: add ports subnodes in usb1 qmpphy node arm64: dts: qcom: sm8350-hdk: Add QMP & DP to SuperSpeed graph arm64: dts: qcom: sm8450-hdk: Add QMP & DP to SuperSpeed graph arm64: defconfig: enable FSA4480 driver as module qcom: pmic_glink: enable altmode for SM8450 arch/arm64/boot/dts/qcom/sm8350-hdk.dts | 76 ++++++++++++++++++++++++++++++++- arch/arm64/boot/dts/qcom/sm8350.dtsi | 26 +++++++++++ arch/arm64/boot/dts/qcom/sm8450-hdk.dts | 73 ++++++++++++++++++++++++++++++- arch/arm64/boot/dts/qcom/sm8450.dtsi | 26 +++++++++++ arch/arm64/configs/defconfig | 1 + drivers/soc/qcom/pmic_glink.c | 8 +++- 6 files changed, 204 insertions(+), 6 deletions(-) --- base-commit: 8e7eb170057ce57f049f7b6749741d7b23d09af2 change-id: 20230503-topic-sm8450-graphics-dp-next-1dab962ae67d Best regards,