From mboxrd@z Thu Jan 1 00:00:00 1970 From: gregory.clement@free-electrons.com (Gregory CLEMENT) Date: Wed, 15 Feb 2017 15:56:03 +0100 Subject: [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property In-Reply-To: <20170209155155.GA29882@lunn.ch> (Andrew Lunn's message of "Thu, 9 Feb 2017 16:51:55 +0100") References: <20170209152702.23036-1-ralph.sennhauser@gmail.com> <20170209155155.GA29882@lunn.ch> Message-ID: <87r32zcxks.fsf@free-electrons.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hi Ralph and Andrew, On jeu., f?vr. 09 2017, Andrew Lunn wrote: > On Thu, Feb 09, 2017 at 04:27:02PM +0100, Ralph Sennhauser wrote: >> The switch to the new DSA binding used "marvell,mv88e6095" for the >> compatible property which doesn't exist, use "marvell,mv88e6085" >> instead. >> >> Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") >> Signed-off-by: Ralph Sennhauser > > Hi Ralph > > Good catch. > > Reviewed-by: Andrew Lunn > > Gregory, this is in the mvebu dt branch and need fixing there. Applied on mvebu/dt if it can't go through arm-soc I will submitted as a fix for v4.11-rc1. Thanks, Gregory > > [Goes away to look at the other dts files] > > O.K. Florian only made this typ0 once in the patchset. > > Andrew -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gregory CLEMENT Subject: Re: [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property Date: Wed, 15 Feb 2017 15:56:03 +0100 Message-ID: <87r32zcxks.fsf@free-electrons.com> References: <20170209152702.23036-1-ralph.sennhauser@gmail.com> <20170209155155.GA29882@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Return-path: In-Reply-To: <20170209155155.GA29882-g2DYL2Zd6BY@public.gmane.org> (Andrew Lunn's message of "Thu, 9 Feb 2017 16:51:55 +0100") Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Ralph Sennhauser , Andrew Lunn Cc: Florian Fainelli , Jason Cooper , Sebastian Hesselbarth , Rob Herring , Mark Rutland , Russell King , "moderated list:ARM/Marvell Kirkwood and Armada 370, 375, 38x,..." , "open list:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list List-Id: devicetree@vger.kernel.org Hi Ralph and Andrew, On jeu., févr. 09 2017, Andrew Lunn wrote: > On Thu, Feb 09, 2017 at 04:27:02PM +0100, Ralph Sennhauser wrote: >> The switch to the new DSA binding used "marvell,mv88e6095" for the >> compatible property which doesn't exist, use "marvell,mv88e6085" >> instead. >> >> Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") >> Signed-off-by: Ralph Sennhauser > > Hi Ralph > > Good catch. > > Reviewed-by: Andrew Lunn > > Gregory, this is in the mvebu dt branch and need fixing there. Applied on mvebu/dt if it can't go through arm-soc I will submitted as a fix for v4.11-rc1. Thanks, Gregory > > [Goes away to look at the other dts files] > > O.K. Florian only made this typ0 once in the patchset. > > Andrew -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751737AbdBOO4H convert rfc822-to-8bit (ORCPT ); Wed, 15 Feb 2017 09:56:07 -0500 Received: from mail.free-electrons.com ([62.4.15.54]:44726 "EHLO mail.free-electrons.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751412AbdBOO4F (ORCPT ); Wed, 15 Feb 2017 09:56:05 -0500 From: Gregory CLEMENT To: Ralph Sennhauser , Andrew Lunn Cc: Florian Fainelli , Jason Cooper , Sebastian Hesselbarth , Rob Herring , Mark Rutland , Russell King , "moderated list\:ARM\/Marvell Kirkwood and Armada 370\, 375\, 38x\,..." , "open list\:OPEN FIRMWARE AND FLATTENED DEVICE TREE BINDINGS" , open list Subject: Re: [PATCH] ARM: dts: armada-385-linksys: fix DSA compatible property References: <20170209152702.23036-1-ralph.sennhauser@gmail.com> <20170209155155.GA29882@lunn.ch> Date: Wed, 15 Feb 2017 15:56:03 +0100 In-Reply-To: <20170209155155.GA29882@lunn.ch> (Andrew Lunn's message of "Thu, 9 Feb 2017 16:51:55 +0100") Message-ID: <87r32zcxks.fsf@free-electrons.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Hi Ralph and Andrew, On jeu., févr. 09 2017, Andrew Lunn wrote: > On Thu, Feb 09, 2017 at 04:27:02PM +0100, Ralph Sennhauser wrote: >> The switch to the new DSA binding used "marvell,mv88e6095" for the >> compatible property which doesn't exist, use "marvell,mv88e6085" >> instead. >> >> Fixes: 455b82f03f52 ("ARM: dts: armada-385-linksys: Utilize new DSA binding") >> Signed-off-by: Ralph Sennhauser > > Hi Ralph > > Good catch. > > Reviewed-by: Andrew Lunn > > Gregory, this is in the mvebu dt branch and need fixing there. Applied on mvebu/dt if it can't go through arm-soc I will submitted as a fix for v4.11-rc1. Thanks, Gregory > > [Goes away to look at the other dts files] > > O.K. Florian only made this typ0 once in the patchset. > > Andrew -- Gregory Clement, Free Electrons Kernel, drivers, real-time and embedded Linux development, consulting, training and support. http://free-electrons.com