From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Subject: Re: [PATCH 1/3] mmc: add support for power-on sequencing through DT Date: Mon, 20 Jan 2014 16:47:34 -0200 Message-ID: References: <1390190215-22700-1-git-send-email-olof@lixom.net> <1390190215-22700-2-git-send-email-olof@lixom.net> <20140120164859.GF15937@n2100.arm.linux.org.uk> <20140120171621.GG15937@n2100.arm.linux.org.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: In-Reply-To: <20140120171621.GG15937@n2100.arm.linux.org.uk> Sender: linux-mmc-owner@vger.kernel.org To: Russell King - ARM Linux Cc: Olof Johansson , linux-mmc@vger.kernel.org, "devicetree@vger.kernel.org" , "linux-arm-kernel@lists.infradead.org" , robh+dt@kernel.org, Mark Rutland , Pawel Moll , ijc+devicetree@hellion.org.ok, Kumar Gala , chris@printf.net List-Id: devicetree@vger.kernel.org On Mon, Jan 20, 2014 at 3:16 PM, Russell King - ARM Linux wrote: > Not as far as I can see. fixed-clock appears to have two properies: > > clock-frequency > clock-output-names > > and nothing else. See of_fixed_clk_setup in drivers/clk/clk-fixed-rate.c. > You'll also find that the documentation in this file says this about it: Looks like Documentation/devicetree/bindings/clock/fixed-clock.txt is misleading then: "Optional properties: - gpios : From common gpio binding; gpio connection to clock enable pin." Regards, Fabio Estevam