Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1215210
| From | Alexandre Belloni <alexandre.belloni@free-electrons.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: linux-next: manual merge of the rtc tree with the arm-soc tree |
| Date | 2015-08-28 10:10 +0200 |
| Message-ID | <q2mTw-5Oh-19@gated-at.bofh.it> (permalink) |
| References | <q1YRb-4FI-7@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Stephen,
On 27/08/2015 at 16:22:29 +1000, Stephen Rothwell wrote :
> clock-frequency = <12000000>;
> };
>
> + sound0: sound@0 {
> + compatible = "simple-audio-card";
> + simple-audio-card,name = "AM437x-GP-EVM";
> + simple-audio-card,widgets =
> + "Headphone", "Headphone Jack",
> + "Line", "Line In";
> + simple-audio-card,routing =
> + "Headphone Jack", "HPLOUT",
> + "Headphone Jack", "HPROUT",
> + "LINE1L", "Line In",
> + "LINE1R", "Line In";
> + simple-audio-card,format = "dsp_b";
> + simple-audio-card,bitclock-master = <&sound0_master>;
> + simple-audio-card,frame-master = <&sound0_master>;
> + simple-audio-card,bitclock-inversion;
> +
> + simple-audio-card,cpu {
> + sound-dai = <&mcasp1>;
> + system-clock-frequency = <12000000>;
> + };
> +
> + sound0_master: simple-audio-card,codec {
> + sound-dai = <&tlv320aic3106>;
> + system-clock-frequency = <12000000>;
> + };
> + };
> ++
> + /* fixed 32k external oscillator clock */
> + clk_32k_rtc: clk_32k_rtc {
> + #clock-cells = <0>;
> + compatible = "fixed-clock";
> + clock-frequency = <32768>;
> + };
It is just a matter of taste but maybe both oscillators/clocks can be
grouped.
--
Alexandre Belloni, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
linux-next: manual merge of the rtc tree with the arm-soc tree Stephen Rothwell <sfr@canb.auug.org.au> - 2015-08-27 08:30 +0200 Re: linux-next: manual merge of the rtc tree with the arm-soc tree Alexandre Belloni <alexandre.belloni@free-electrons.com> - 2015-08-28 10:10 +0200
csiph-web