On Thu, Sep 6, 2018 at 8:05 AM Arnd Bergmann <arnd@xxxxxxxx> wrote: > > On Thu, Sep 6, 2018 at 4:13 AM Guo Ren <ren_guo@xxxxxxxxx> wrote: > > > > On Wed, Sep 05, 2018 at 07:43:10PM -0500, Rob Herring wrote: > > > On Wed, Sep 5, 2018 at 7:10 AM Guo Ren <ren_guo@xxxxxxxxx> wrote: > > > > > > > > Signed-off-by: Guo Ren <ren_guo@xxxxxxxxx> > > > > + > > > > + intc: interrupt-controller { > > > > > > Needs a unit-address. > > Ok, change it to: > > intc: interrupt-controller@0x00500000 { > > The unit address has no leading 0x or leading zeroes, so > interrupt-controller@500000 Please build your dts files with W=12 and it will tell you this and other errors. And then update any examples based on that. Rob