Re: [PATCH 1/2] arm64: dts: qcom: sm8650-qrd: add USB-C Altmode Support

From: Neil Armstrong
Date: Tue Dec 19 2023 - 07:20:29 EST


On 19/12/2023 13:06, Konrad Dybcio wrote:
On 18.12.2023 11:26, Neil Armstrong wrote:
Add the necessary nodes to support the USB-C Altmode path by
adding the following
- WCD939x USBSS Mux I2C device
- nb7vpq904m Redriver I2C device
- Port/Endpoint graph links bettween PMIC-Glink, Mux, Redriver and USB PHY nodes.

WCD939x USBSS port 2 Path to Codec will be added later when Audio support
is added.

Signed-off-by: Neil Armstrong <neil.armstrong@xxxxxxxxxx>
---
[...]

+&i2c3 {
+ status = "ok";
"okay"
[...]

+&i2c6 {
+ status = "ok";
"okay"

Thanks, I should have passed DTBS_CHECK first...



Konrad