On Tue, Feb 9, 2021 at 11:01 AM Geert Uytterhoeven <geert@xxxxxxxxxxxxxx> wrote: > On Thu, Jan 28, 2021 at 7:05 AM Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx> wrote: > > diff --cc arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts > > index 37da418393e0,950010a290f0..000000000000 > > --- a/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts > > +++ b/arch/arm64/boot/dts/toshiba/tmpv7708-rm-mbrc.dts > > @@@ -42,7 -42,6 +42,11 @@@ > > clock-names = "apb_pclk"; > > }; > > > > +&wdt { > > + status = "okay"; > > + clocks = <&wdt_clk>; > > +}; > > ++ > > + &gpio { > > + status = "okay"; > > + }; > > Probably some sort order should be taken into account (gpio before uart0), > also avoidng the conflict? > We normally do this by asking everyone to send the dts changes for inclusion through the soc tree rather than the subsystem that contains the driver. Why is this one in the gpio-brgl tree? Arnd