From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Date: Tue, 22 Sep 2015 10:20:20 +0100 Subject: [U-Boot] [PATCH 3/6] sunxi: Add the R8 DTSI In-Reply-To: <20150922091720.GT4684@lukather> References: <1442577980-26373-1-git-send-email-maxime.ripard@free-electrons.com> <1442577980-26373-4-git-send-email-maxime.ripard@free-electrons.com> <1442588901.18856.317.camel@hellion.org.uk> <20150922091720.GT4684@lukather> Message-ID: <1442913620.10338.125.camel@hellion.org.uk> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 2015-09-22 at 11:17 +0200, Maxime Ripard wrote: > Hi Ian, > > On Fri, Sep 18, 2015 at 04:08:21PM +0100, Ian Campbell wrote: > > On Fri, 2015-09-18 at 14:06 +0200, Maxime Ripard wrote: > > > The R8 is very close to the A13, but it still has a few differences, > > > notably a composite output, which the A13 lacks. > > > > > > Add a DTSI based on the A13's to hold those differences. > > > > Is this a direct import of one from the Linux tree? > > Yes, it has been submitted here: > http://lists.infradead.org/pipermail/linux-arm-kernel/2015-September/3710 > 10.html > > It has some reviews, so it will likely change. Thanks, we should wait until it is queued up for Linux before applying then. Hans usually says "The dts is identical to the dts submitted to the upstream kernel." or similar in the commit message which is useful. Ian.