Hi Hanjie, Hanjie Lin <hanjie.lin@xxxxxxxxxxx> writes: > Enable USB2 PHY and DWC3 controller for Meson A1 SoC. > > Signed-off-by: Yue Wang <yue.wang@xxxxxxxxxxx> > Signed-off-by: Hanjie Lin <hanjie.lin@xxxxxxxxxxx> > --- > arch/arm64/boot/dts/amlogic/meson-a1.dtsi | 43 +++++++++++++++++++++++++++++++ > 1 file changed, 43 insertions(+) > > diff --git a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi > index 6fdc0dd..3b7ca50 100644 > --- a/arch/arm64/boot/dts/amlogic/meson-a1.dtsi > +++ b/arch/arm64/boot/dts/amlogic/meson-a1.dtsi > @@ -6,6 +6,9 @@ > #include <dt-bindings/interrupt-controller/irq.h> > #include <dt-bindings/interrupt-controller/arm-gic.h> > #include <dt-bindings/power/meson-a1-power.h> > +#include <dt-bindings/reset/amlogic,meson-a1-reset.h> > +#include <dt-bindings/clock/a1-pll-clkc.h> > +#include <dt-bindings/clock/a1-clkc.h> The driver is now merged, but the DT cannot be merged because it has dependencies on the A1 clock series which is still under review. When that is merged, please resend this patch. Thanks, Kevin