From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 07 Mar 2012 10:09:16 -0700 Subject: [U-Boot] [PATCH v8 15/21] tegra: fdt: Add function to return peripheral/clock ID In-Reply-To: <1331089833-25262-16-git-send-email-sjg@chromium.org> References: <1331089833-25262-16-git-send-email-sjg@chromium.org> Message-ID: <4F57963C.9080302@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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