Re: [PATCH 0/3] Fairphone 5 DisplayPort over USB-C support

From: Luca Weiss
Date: Thu Feb 27 2025 - 02:42:37 EST


On Wed Feb 26, 2025 at 6:44 PM CET, Konrad Dybcio wrote:
> On 26.02.2025 3:10 PM, Luca Weiss wrote:
>> This series adds all the necessary bits to enable DisplayPort-out over
>> USB-C on Fairphone 5.
>>
>> There's currently a dt validation error with this, not quite sure how to
>> resolve this:
>>
>> arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dtb: typec-mux@42: port:endpoint: Unevaluated properties are not allowed ('data-lanes' was unexpected)
>> from schema $id: http://devicetree.org/schemas/usb/fcs,fsa4480.yaml#
>>
>> See also this mail plus replies:
>> * https://lore.kernel.org/linux-arm-msm/D0H3VE6RLM2I.MK2NT1P9N02O@xxxxxxxxxxxxx/
>>
>> Signed-off-by: Luca Weiss <luca.weiss@xxxxxxxxxxxxx>
>> ---
>> Luca Weiss (3):
>> arm64: dts: qcom: qcm6490-fairphone-fp5: Add PTN36502 redriver
>> arm64: dts: qcom: qcm6490-fairphone-fp5: Add OCP96011 audio switch
>> arm64: dts: qcom: qcm6490-fairphone-fp5: Hook up DisplayPort over USB-C
>>
>> arch/arm64/boot/dts/qcom/qcm6490-fairphone-fp5.dts | 110 ++++++++++++++++++++-
>> arch/arm64/boot/dts/qcom/sc7280.dtsi | 2 +
>> 2 files changed, 108 insertions(+), 4 deletions(-)
>> ---
>> base-commit: 417c2d4ed67b729abea7dc73d7fb2153b7154d31
>
> I don't see this commit in -next, master, or qcom/, this series fails
> to apply atop next-20250225

Maybe I was a bit fast in sending this series, the 2 patches this
depends on have been merged into qcom tree yesterday, I've sent this
series based on latest linux-next + arm64-for-6.15 merged in.

https://web.git.kernel.org/pub/scm/linux/kernel/git/qcom/linux.git/log/?h=arm64-for-6.15

Regards
Luca


>
> Konrad