From mboxrd@z Thu Jan 1 00:00:00 1970 From: andrew@lunn.ch (Andrew Lunn) Date: Thu, 10 Jan 2013 07:13:09 +0100 Subject: [PATCH v2 15/20] arm: kirkwood: topkick: the Topkick platform uses a 88F6282 SoC In-Reply-To: <20130110022926.GH5075@titan.lakedaemon.net> References: <1356101359-6054-1-git-send-email-thomas.petazzoni@free-electrons.com> <1356101359-6054-16-git-send-email-thomas.petazzoni@free-electrons.com> <20130110022926.GH5075@titan.lakedaemon.net> Message-ID: <20130110061309.GA9993@lunn.ch> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Jan 09, 2013 at 09:29:26PM -0500, Jason Cooper wrote: > On Fri, Dec 21, 2012 at 03:49:14PM +0100, Thomas Petazzoni wrote: > > The Topkick board uses a 88F6282 SoC, so the Device Tree Source > > describing the Topkick should inherit from kirkwood-6282.dtsi, which > > allows to take advantage of pin muxing capabilities. > > > > Signed-off-by: Thomas Petazzoni > > --- > > Changes since v1: > > * This patch is new in v2 > > --- > > arch/arm/boot/dts/kirkwood-topkick.dts | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/arch/arm/boot/dts/kirkwood-topkick.dts b/arch/arm/boot/dts/kirkwood-topkick.dts > > index c0de5a7..8f4a5b8 100644 > > --- a/arch/arm/boot/dts/kirkwood-topkick.dts > > +++ b/arch/arm/boot/dts/kirkwood-topkick.dts > > @@ -1,6 +1,7 @@ > > /dts-v1/; > > > > /include/ "kirkwood.dtsi" > > +/include/ "kirkwood-6282.dtsi" > > Hmmm, shouldn't the cooresponding MPP.._GPIO and kirkwood_mpp_conf() be > removed as well? Hi Jason I have some patches for that. I will dig them out over the weekend. I did have an issue with one of the LEDs. If i remember correctly, i sent you an email about it. Could you look back in your archive? Thanks Andrew