From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?UTF-8?Q?C=c3=a9dric_Le_Goater?= Date: Thu, 20 Sep 2018 17:56:01 +0200 Subject: [U-Boot] [PATCH 3/3] aspeed: Add SPI support to the ast2500 Eval Board In-Reply-To: References: <20180910141655.20944-1-clg@kaod.org> <20180910141655.20944-4-clg@kaod.org> Message-ID: <3d220077-bbbb-5a72-3e8c-29a0b753334c@kaod.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 8bit To: u-boot@lists.denx.de On 09/20/2018 04:53 PM, Jagan Teki wrote: > On Mon, Sep 10, 2018 at 7:46 PM, Cédric Le Goater wrote: >> Signed-off-by: Cédric Le Goater >> --- >> arch/arm/dts/ast2500-evb.dts | 17 ++++++++ >> arch/arm/dts/ast2500-u-boot.dtsi | 12 ++++++ >> arch/arm/dts/ast2500.dtsi | 71 ++++++++++++++++++++++++++++++++ >> configs/evb-ast2500_defconfig | 10 +++++ > > Except -u-boot.dtsi is rest of DTS files from Linux? If yes then > attach the sync commit details. Yes they are from Linux but I would not say the DTS files are in sync. They don't even have the same names, the layout is different. I will send v2 with a large resync. This is required anyhow for the Aspeed ftgmac100 ethernet driver I sent in another series. > on that note. > > Reviewed-by: Jagan Teki > Thanks, C.