[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <9856196.dhfL7qQoq1@flatron>
Date: Sat, 21 Sep 2013 17:12:04 +0200
From: Tomasz Figa <tomasz.figa@...il.com>
To: linux-arm-kernel@...ts.infradead.org
Cc: Andrew Bresticker <abrestic@...omium.org>,
linux-samsung-soc@...r.kernel.org,
Mark Rutland <mark.rutland@....com>,
Yadwinder Singh Brar <yadi.brar@...sung.com>,
linux-doc@...r.kernel.org, Tomasz Figa <t.figa@...sung.com>,
linux-kernel@...r.kernel.org,
Tushar Behera <tushar.behera@...aro.org>,
Kukjin Kim <kgene.kim@...sung.com>,
Russell King <linux@....linux.org.uk>,
Sachin Kamat <sachin.kamat@...aro.org>,
Stephen Warren <swarren@...dotorg.org>,
Grant Likely <grant.likely@...aro.org>,
devicetree@...r.kernel.org, Pawel Moll <pawel.moll@....com>,
Ian Campbell <ijc+devicetree@...lion.org.uk>,
Rob Herring <rob.herring@...xeda.com>,
Mike Turquette <mturquette@...aro.org>,
Rahul Sharma <rahul.sharma@...sung.com>,
Padmavathi Venna <padma.v@...sung.com>,
Jiri Kosina <jkosina@...e.cz>,
Stephen Boyd <sboyd@...eaurora.org>,
Doug Anderson <dianders@...omium.org>,
Leela Krishna Amudala <l.krishna@...sung.com>,
Rob Landley <rob@...dley.net>
Subject: Re: [PATCH 2/6] clk: exynos-audss: allow input clocks to be specified in device tree
Hi Andrew,
On Friday 20 of September 2013 14:13:53 Andrew Bresticker wrote:
> This allows the input clocks to the Exynos AudioSS block to be
> specified via device-tree bindings. Default names will be used
> when an input clock is not given.
[snip]
> +Optional Properties:
> +
> +- clocks:
> + - pll_ref: Fixed rate PLL reference clock, parent of mout_audss.
> "fin_pll" + is used if not specified.
> + - pll_in: Input PLL to the AudioSS block, parent of mout_audss.
> "fout_epll" + is used if not specified.
> + - cdclk: External i2s clock, parent of mout_i2s. "cdclk0" is used if
> not + specified.
> + - sclk_audio: Audio bus clock, parent of mout_i2s. "sclk_audio0" is
> used if + not specified.
> + - sclk_pcm_in: PCM clock, parent of sclk_pcm. "sclk_pcm0" is used if
> not + specified.
> +
> +- clock-names: Aliases for the above clocks. They should be "pll_ref",
> + "pll_in", "cdclk", "sclk_audio", and "sclk_pcm_in" respectively.
I'd say that it should be preferred to specify all the input clocks
appropriate for particular SoCs to fully represent the hardware. So the
properties above should be marked as required (depending on SoC probably).
The fallback to default names in the driver should stay, though, to
support older device trees.
Best regards,
Tomasz
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists