From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnd Bergmann Subject: Re: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata Date: Sat, 04 Jan 2014 22:47:08 +0100 Message-ID: <3250214.yUrU0CPosZ@wuerfel> References: <1388826878-5602-1-git-send-email-hdegoede@redhat.com> <1388826878-5602-3-git-send-email-hdegoede@redhat.com> <4502242.kKUgLAVDcb@wuerfel> Reply-To: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <4502242.kKUgLAVDcb@wuerfel> List-Post: , List-Help: , List-Archive: Sender: linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org List-Subscribe: , List-Unsubscribe: , To: linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org Cc: Hans de Goede , Tejun Heo , Oliver Schinagl , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Oliver Schinagl , linux-ide-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-sunxi-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org, Maxime Ripard List-Id: linux-ide@vger.kernel.org On Saturday 04 January 2014 22:39:50 Arnd Bergmann wrote: > > +Required properties: > > +- compatible : compatible list, contains "allwinner,sun4i-a10-ahci" > > +- reg : > > +- interrupts : > > +- clocks : clocks for ACHI > > +- clock-names : clock names for AHCI > > The binding needs to specify the required names for the clocks. fwiw, the imx driver uses "ahb" and "sata_ref" as the clock names. I would strongly suggest using the same names here, and documenting them in the ahci binding as optional. Arnd From mboxrd@z Thu Jan 1 00:00:00 1970 From: arnd@arndb.de (Arnd Bergmann) Date: Sat, 04 Jan 2014 22:47:08 +0100 Subject: [PATCH v2 2/4] ARM: sunxi: Add ahci-sunxi driver for the Allwinner SUNXi SoCs sata In-Reply-To: <4502242.kKUgLAVDcb@wuerfel> References: <1388826878-5602-1-git-send-email-hdegoede@redhat.com> <1388826878-5602-3-git-send-email-hdegoede@redhat.com> <4502242.kKUgLAVDcb@wuerfel> Message-ID: <3250214.yUrU0CPosZ@wuerfel> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Saturday 04 January 2014 22:39:50 Arnd Bergmann wrote: > > +Required properties: > > +- compatible : compatible list, contains "allwinner,sun4i-a10-ahci" > > +- reg : > > +- interrupts : > > +- clocks : clocks for ACHI > > +- clock-names : clock names for AHCI > > The binding needs to specify the required names for the clocks. fwiw, the imx driver uses "ahb" and "sata_ref" as the clock names. I would strongly suggest using the same names here, and documenting them in the ahci binding as optional. Arnd