On Thu, 2 Mar 2023 at 11:57, Varadarajan Narayanan <quic_varada@xxxxxxxxxxx> wrote: > > Turn on USB related nodes > > Signed-off-by: Varadarajan Narayanan <quic_varada@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/qcom/ipq9574-al02-c7.dts | 4 ++++ > 1 file changed, 4 insertions(+) > > diff --git a/arch/arm64/boot/dts/qcom/ipq9574-al02-c7.dts b/arch/arm64/boot/dts/qcom/ipq9574-al02-c7.dts > index 8a6caae..6a06ca4 100644 > --- a/arch/arm64/boot/dts/qcom/ipq9574-al02-c7.dts > +++ b/arch/arm64/boot/dts/qcom/ipq9574-al02-c7.dts > @@ -121,3 +121,7 @@ > &xo_board_clk { > clock-frequency = <24000000>; > }; > + > +&usb3 { status = "ok"; }; > +&ssphy_0 { status = "ok"; }; > +&qusb_phy_0 { status = "ok"; }; Please follow an example of how it is done on other platforms. DT nodes are sorted, newlines and empty lines are inserted in proper places. > -- > 2.7.4 > -- With best wishes Dmitry