Re: [U-Boot] [PATCH v2 01/11] m68k: add basic set of devicetrees

2018-10-10 Thread Angelo Dureghello
On Wed, Oct 10, 2018 at 11:19:26AM +0530, Jagan Teki wrote: > On Wed, Oct 10, 2018 at 5:09 AM Angelo Dureghello wrote: > > > > This patch adds a basic group of devicetrees, one for each > > cpu family, including actually just uart and dspi devices, > > since these are the drivers supporting device

Re: [U-Boot] [PATCH v2 01/11] m68k: add basic set of devicetrees

2018-10-09 Thread Jagan Teki
On Wed, Oct 10, 2018 at 5:09 AM Angelo Dureghello wrote: > > This patch adds a basic group of devicetrees, one for each > cpu family, including actually just uart and dspi devices, > since these are the drivers supporting devicetree (support > added in this patch-set). I hope this is Linux DT syn

[U-Boot] [PATCH v2 01/11] m68k: add basic set of devicetrees

2018-10-09 Thread Angelo Dureghello
This patch adds a basic group of devicetrees, one for each cpu family, including actually just uart and dspi devices, since these are the drivers supporting devicetree (support added in this patch-set). Signed-off-by: Angelo Dureghello --- Changes for v2: - add mcf54xx.dtsi and mcf537x.dtsi ---