> Wiadomość napisana przez Peter Geis <pgwipeout@xxxxxxxxx> w dniu 08.05.2022, o godz. 18:53: > >> >> I was trying to do this in dts https://pastebin.com/67wu9QrH but cec is still non-functional >> >> Maybe You have some hints/pointers here? > > Add the following to the HDMI node: > assigned-clocks = <&cru CLK_HDMI_CEC>; > assigned-clock-rates = <32768>; I think i have this already (pls see L231/L232 in https://pastebin.com/67wu9QrH ) > >> >> br >> >> btw: my dts gives me working usb2 port0/port1 and usb3 port0. but usb3 port1 is non-working >> maybe you know what is missing? > > You're missing &usb2phy0_otg. Maybe i miss something but adding: &usb2phy0_otg { phy-supply = <&vcc5v0_usb_host>; status = "okay"; }; breaks working usb3 port0 (so none of usb3 ports are working)