From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751981AbdB0Ovi (ORCPT ); Mon, 27 Feb 2017 09:51:38 -0500 Received: from mail-oi0-f66.google.com ([209.85.218.66]:35401 "EHLO mail-oi0-f66.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751372AbdB0OvR (ORCPT ); Mon, 27 Feb 2017 09:51:17 -0500 Date: Mon, 27 Feb 2017 08:49:48 -0600 From: Rob Herring To: Chris Packham Cc: linux-arm-kernel@lists.infradead.org, Mark Rutland , Jason Cooper , Andrew Lunn , Gregory Clement , Sebastian Hesselbarth , Russell King , netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3 2/6] ARM: dts: armada-xp-98dx3236: combine dfx server nodes Message-ID: <20170227144948.arndiwidghwd7pth@rob-hp-laptop> References: <20170216085041.28337-1-chris.packham@alliedtelesis.co.nz> <20170216085041.28337-3-chris.packham@alliedtelesis.co.nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20170216085041.28337-3-chris.packham@alliedtelesis.co.nz> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Feb 16, 2017 at 09:50:36PM +1300, Chris Packham wrote: > Rather than having a separate node for the dfx server add a reg property > to the parent node. This give some compatibility with the Marvell > supplied SDK. > > As no upstream driver currently exists for this block and support for > this SoC is still quite fresh in the kernel it should not be necessary > to retain a backwards compatible binding. > > Signed-off-by: Chris Packham > --- > > Notes: > Changes in v2: > - none > Changes in v3: > - update commit message to indicate backwards incompatible change and > why it's OK > - retain dfx-server compatible string > > Documentation/devicetree/bindings/net/marvell,prestera.txt | 13 +++++-------- > arch/arm/boot/dts/armada-xp-98dx3236.dtsi | 10 +++------- > 2 files changed, 8 insertions(+), 15 deletions(-) Acked-by: Rob Herring