From mboxrd@z Thu Jan 1 00:00:00 1970 From: ralph.sennhauser@gmail.com (Ralph Sennhauser) Date: Wed, 24 May 2017 08:12:15 +0200 Subject: [PATCH v2] ARM: dts: mvebu: add support for Linksys WRT3200ACM (Rango) In-Reply-To: <20170524013753.GA3770@lunn.ch> References: <20170523212921.16684-1-ralph.sennhauser@gmail.com> <20170524013753.GA3770@lunn.ch> Message-ID: <20170524081215.6fa37f4f@gmail.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, 24 May 2017 03:37:53 +0200 Andrew Lunn wrote: > Hi Ralph > > > Changes since v1: > > > > - Use non-removable with the sdhci node > > .. > > > + > > +&sdhci { > > + pinctrl-names = "default"; > > + pinctrl-0 = <&sdhci_pins>; > > + no-1-8-v; > > + broken-cd; > > + wp-inverted; > > + bus-width = <8>; > > + status = "okay"; > > +}; > > ??? > > Andrew Arg, forgot to squash the --fixup for this one Ralph From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ralph Sennhauser Subject: Re: [PATCH v2] ARM: dts: mvebu: add support for Linksys WRT3200ACM (Rango) Date: Wed, 24 May 2017 08:12:15 +0200 Message-ID: <20170524081215.6fa37f4f@gmail.com> References: <20170523212921.16684-1-ralph.sennhauser@gmail.com> <20170524013753.GA3770@lunn.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170524013753.GA3770-g2DYL2Zd6BY@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Andrew Lunn Cc: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, Imre Kaloz , Rob Herring , Mark Rutland , Russell King , Jason Cooper , Gregory Clement , Sebastian Hesselbarth , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org List-Id: devicetree@vger.kernel.org On Wed, 24 May 2017 03:37:53 +0200 Andrew Lunn wrote: > Hi Ralph > > > Changes since v1: > > > > - Use non-removable with the sdhci node > > .. > > > + > > +&sdhci { > > + pinctrl-names = "default"; > > + pinctrl-0 = <&sdhci_pins>; > > + no-1-8-v; > > + broken-cd; > > + wp-inverted; > > + bus-width = <8>; > > + status = "okay"; > > +}; > > ??? > > Andrew Arg, forgot to squash the --fixup for this one Ralph -- 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 S936027AbdEXGMX (ORCPT ); Wed, 24 May 2017 02:12:23 -0400 Received: from mail-wm0-f67.google.com ([74.125.82.67]:35836 "EHLO mail-wm0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S934231AbdEXGMV (ORCPT ); Wed, 24 May 2017 02:12:21 -0400 Date: Wed, 24 May 2017 08:12:15 +0200 From: Ralph Sennhauser To: Andrew Lunn Cc: linux-arm-kernel@lists.infradead.org, Imre Kaloz , Rob Herring , Mark Rutland , Russell King , Jason Cooper , Gregory Clement , Sebastian Hesselbarth , devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] ARM: dts: mvebu: add support for Linksys WRT3200ACM (Rango) Message-ID: <20170524081215.6fa37f4f@gmail.com> In-Reply-To: <20170524013753.GA3770@lunn.ch> References: <20170523212921.16684-1-ralph.sennhauser@gmail.com> <20170524013753.GA3770@lunn.ch> Organization: none X-Mailer: Claws Mail 3.13.2 (GTK+ 2.24.31; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 24 May 2017 03:37:53 +0200 Andrew Lunn wrote: > Hi Ralph > > > Changes since v1: > > > > - Use non-removable with the sdhci node > > .. > > > + > > +&sdhci { > > + pinctrl-names = "default"; > > + pinctrl-0 = <&sdhci_pins>; > > + no-1-8-v; > > + broken-cd; > > + wp-inverted; > > + bus-width = <8>; > > + status = "okay"; > > +}; > > ??? > > Andrew Arg, forgot to squash the --fixup for this one Ralph