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