mbox series

[GIT,PULL] Allwinner DT changes for 4.14, take 3

Message ID 20170828092246.h66hjoqmv3r3kpes@flea.lan
State New
Headers show
Series [GIT,PULL] Allwinner DT changes for 4.14, take 3 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-4.14-3

Message

Maxime Ripard Aug. 28, 2017, 9:22 a.m. UTC
Hi,

Here is a late pull request for the 4.14 merge window.

Along with the fixes pull request I'm about to change, this should be
our last pull request for the next release.

Thanks!
Maxime

The following changes since commit 75ce73fdadf6944d6948f45b34cbfd7aa01190cc:

  ARM: sun8i: a83t: h8homlet-v2: Enable USB ports (2017-08-19 00:25:25 +0800)

are available in the git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/sunxi/linux.git tags/sunxi-dt-for-4.14-3

for you to fetch changes up to 6b0e06df5cadba8471524266cc472dbbda55146b:

  Revert "ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2" (2017-08-28 10:56:32 +0200)

----------------------------------------------------------------
Allwinner DT changes for 4.14, take 3

One new board, and a revert of a patch relying on a binding not stable
enough so that we can commit to it.

----------------------------------------------------------------
Chen-Yu Tsai (1):
      ARM: sun8i: a83t: Add device tree for Sinovoip Bananapi BPI-M3

Maxime Ripard (1):
      Revert "ARM: dts: sun8i: h3: Enable dwmac-sun8i on the Beelink X2"

 arch/arm/boot/dts/Makefile                   |   1 +
 arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts | 148 +++++++++++++++++++++++++++
 arch/arm/boot/dts/sun8i-h3-beelink-x2.dts    |   9 +-
 3 files changed, 150 insertions(+), 8 deletions(-)
 create mode 100644 arch/arm/boot/dts/sun8i-a83t-bananapi-m3.dts

Comments

Maxime Ripard Sept. 1, 2017, 1:20 p.m. UTC | #1
Hi

On Mon, Aug 28, 2017 at 11:22:46AM +0200, Maxime Ripard wrote:
> Hi,
> 
> Here is a late pull request for the 4.14 merge window.
> 
> Along with the fixes pull request I'm about to change, this should be
> our last pull request for the next release.

Since you merged the fixes that remove the EMAC nodes for 4.13
already, we really need to have that merged in 4.14, otherwise we'll
end up with a build breakage of the beelink device tree.

Thanks!
Maxime
Olof Johansson Sept. 1, 2017, 11:43 p.m. UTC | #2
On Fri, Sep 01, 2017 at 03:20:12PM +0200, Maxime Ripard wrote:
> Hi
> 
> On Mon, Aug 28, 2017 at 11:22:46AM +0200, Maxime Ripard wrote:
> > Hi,
> > 
> > Here is a late pull request for the 4.14 merge window.
> > 
> > Along with the fixes pull request I'm about to change, this should be
> > our last pull request for the next release.
> 
> Since you merged the fixes that remove the EMAC nodes for 4.13
> already, we really need to have that merged in 4.14, otherwise we'll
> end up with a build breakage of the beelink device tree.

This was already merged, but I might have missed to reply to the email.


-Olof
Maxime Ripard Sept. 4, 2017, 6:25 a.m. UTC | #3
On Fri, Sep 01, 2017 at 04:43:53PM -0700, Olof Johansson wrote:
> On Fri, Sep 01, 2017 at 03:20:12PM +0200, Maxime Ripard wrote:
> > Hi
> > 
> > On Mon, Aug 28, 2017 at 11:22:46AM +0200, Maxime Ripard wrote:
> > > Hi,
> > > 
> > > Here is a late pull request for the 4.14 merge window.
> > > 
> > > Along with the fixes pull request I'm about to change, this should be
> > > our last pull request for the next release.
> > 
> > Since you merged the fixes that remove the EMAC nodes for 4.13
> > already, we really need to have that merged in 4.14, otherwise we'll
> > end up with a build breakage of the beelink device tree.
> 
> This was already merged, but I might have missed to reply to the email.

Oh, sorry, I should have checked. Thanks!
Maxime