From mboxrd@z Thu Jan 1 00:00:00 1970 From: Angelo Dureghello Date: Wed, 10 Oct 2018 11:38:22 +0200 Subject: [U-Boot] [PATCH v2 01/11] m68k: add basic set of devicetrees In-Reply-To: References: <20181009214313.27034-1-angelo@sysam.it> <20181009214313.27034-2-angelo@sysam.it> Message-ID: <20181010093822.GA26361@jerusalem> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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 devicetree (support > > added in this patch-set). > > I hope this is Linux DT sync? if yes better to mention the sync commit id. > There is no linux DT support for m68k, ColdFire uses the old style platform driver. > Acked-by: Jagan Teki