From owner-freebsd-arm@FreeBSD.ORG Fri May 2 01:29:42 2014 Return-Path: Delivered-To: freebsd-arm@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7E3A424F for ; Fri, 2 May 2014 01:29:42 +0000 (UTC) Received: from mho-02-ewr.mailhop.org (mho-02-ewr.mailhop.org [204.13.248.72]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 5214A15C7 for ; Fri, 2 May 2014 01:29:41 +0000 (UTC) Received: from c-24-8-230-52.hsd1.co.comcast.net ([24.8.230.52] helo=damnhippie.dyndns.org) by mho-02-ewr.mailhop.org with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.72) (envelope-from ) id 1Wg2IG-000DYY-PT; Fri, 02 May 2014 01:29:40 +0000 Received: from [172.22.42.240] (revolution.hippie.lan [172.22.42.240]) by damnhippie.dyndns.org (8.14.3/8.14.3) with ESMTP id s421Tcs3019424; Thu, 1 May 2014 19:29:38 -0600 (MDT) (envelope-from ian@FreeBSD.org) X-Mail-Handler: Dyn Standard SMTP by Dyn X-Originating-IP: 24.8.230.52 X-Report-Abuse-To: abuse@dyndns.com (see http://www.dyndns.com/services/sendlabs/outbound_abuse.html for abuse reporting information) X-MHO-User: U2FsdGVkX19Gyp/2qD59nkG1Qk3dH1/3 Subject: Re: sdhci_fdt ignores clock-frequency property in .dtb From: Ian Lepore To: Thomas Skibo In-Reply-To: <536118D9.30902@sbcglobal.net> References: <53601B1D.2090702@sbcglobal.net> <1398816332.22079.49.camel@revolution.hippie.lan> <536118D9.30902@sbcglobal.net> Content-Type: text/plain; charset="us-ascii" Date: Thu, 01 May 2014 19:29:38 -0600 Message-ID: <1398994178.22079.161.camel@revolution.hippie.lan> Mime-Version: 1.0 X-Mailer: Evolution 2.32.1 FreeBSD GNOME Team Port Content-Transfer-Encoding: 7bit Cc: freebsd-arm X-BeenThere: freebsd-arm@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "Porting FreeBSD to ARM processors." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 May 2014 01:29:42 -0000 On Wed, 2014-04-30 at 08:38 -0700, Thomas Skibo wrote: > New patch. > > On 4/29/14, 5:05 PM, Ian Lepore wrote: > > On Tue, 2014-04-29 at 14:35 -0700, Thomas Skibo wrote: > >> Another Zynq bug-fix. One Zynq board out there needs to set this > >> property or else the SD card gets clocked too fast. > >> > >> Thanks, > >> > > > > The documented property for this is max-frequency rather than > > clock-frequency. Is this a completely new property for us, or are you > > just making the code honor what's in our existing dts files? Either way > > we should use the documented name, I'm just wondering if we need to fix > > dts files and give folks a heads-up about the change. > > > > -- Ian > > This is committed as r265208. Thanks. -- Ian