From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Subject: Re: [PATCH v8 15/21] tegra: fdt: Add function to return peripheral/clock ID Date: Wed, 07 Mar 2012 10:09:16 -0700 Message-ID: <4F57963C.9080302@wwwdotorg.org> References: <1331089833-25262-16-git-send-email-sjg@chromium.org> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1331089833-25262-16-git-send-email-sjg-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org> Sender: linux-tegra-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Simon Glass Cc: U-Boot Mailing List , Tom Warren , linux-tegra-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Jerry Van Baren , Devicetree Discuss List-Id: devicetree@vger.kernel.org On 03/06/2012 08:10 PM, Simon Glass wrote: > A common requirement is to find the clock ID for a peripheral. This is the > second cell of the 'clocks' property (the first being the phandle itself). > > Signed-off-by: Simon Glass ... > Changes in v8: > - Only include clock_decode_periph_id() when CONFIG_OF_CONTROL defined Acked-by: Stephen Warren