> > 38 examples: > > 39 -| > > The indentation is wrong here. It should be 2 spaces, not 4. What follows has to be > indented more than the above line. Indentation is how the end of the block is found. > > > 40 #include <dt-bindings/firmware/imx/rsrc.h> > > 41 > > 42 usb3phy: usb3-phy@5B160000 { > > 43 compatible = "nxp,salvo-phy"; > > 44 reg = <0x5B160000 0x40000>; > > 45 clocks = <&usb3_lpcg 4>; > > 46 clock-names = "salvo_phy_clk"; > > 47 power-domains = <&pd IMX_SC_R_USB_2_PHY>; > > 48 #phy-cells = <0>; > > 49 }; Thanks, Rob, I fixed it. I will send v2 after driver review finishes. Peter