There are still many missing features on this machine, add the ps8830 retimers for display over usb-c, the simple bridge/HDMI port and set up to use IRIS.
Currently IRIS gives a ETIMEDOUT, not sure what that is coming from. lots of these patches are very strongly based on the work of other maintainers of these snapdragon machines, like the HDMI part on that of Neil Armstrong, many thanks to those who laid the baseline for me to follow. Signed-off-by: Maud Spierings <[email protected]> --- Changes in v2: - Fix the place of the rtmr regs to maintain alphabetical order - Link to v1: https://lore.kernel.org/r/[email protected] --- Maud Spierings (6): dt-bindings: display: bridge: simple: document the Parade PS185HDM DP-to-HDMI bridge drm/bridge: simple: add the Parade PS185HDM DP-to-HDMI bridge arm64: dts: qcom: x1e80100-vivobook-s15: enable ps8830 retimers arm64: dts: qcom: x1e80100-vivobook-s15: add HDMI port arm64: dts: qcom: x1e80100-vivobook-s15: add charge limit nvmem arm64: dts: qcom: x1e80100-vivobook-s15: enable IRIS .../bindings/display/bridge/simple-bridge.yaml | 1 + .../boot/dts/qcom/x1e80100-asus-vivobook-s15.dts | 402 ++++++++++++++++++++- drivers/gpu/drm/bridge/simple-bridge.c | 5 + 3 files changed, 400 insertions(+), 8 deletions(-) --- base-commit: 98bd8b16ae57e8f25c95d496fcde3dfdd8223d41 change-id: 20250614-asus_usbc_dp-0203a242c698 prerequisite-message-id: <[email protected]> prerequisite-patch-id: 5af0a76cad087e18b0a2f771a78d030f9bf3bd68 prerequisite-patch-id: 5b908c1f0c5a0c52da384a181a75f17c5e2d19b5 prerequisite-patch-id: ed40af8d7e99a3f1bcb33b4c678b5f21b0618612 Best regards, -- Maud Spierings <[email protected]>
