linux-arm-kernel.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: maxime.coquelin@st.com (Maxime Coquelin)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v6 3/4] ARM: dts: Add STiH407 SoC support
Date: Tue, 20 May 2014 15:08:41 +0200	[thread overview]
Message-ID: <537B53D9.9080206@st.com> (raw)
In-Reply-To: <20140520121717.GL24991@lee--X1>



On 05/20/2014 02:17 PM, Lee Jones wrote:
>> The STiH407 is advanced multi-HD AVC processor with 3D graphics acceleration
>> and 1.5-GHz ARM Cortex-A9 SMP CPU.
>>
>> Acked-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
>> Acked-by: Lee Jones <lee.jones@linaro.org>
>> Acked-by: Patrice Chotard <patrice.chotard@st.com>
>> Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
>> Signed-off-by: Maxime Coquelin <maxime.coquelin@st.com>
>> ---
>>   arch/arm/boot/dts/stih407-clock.dtsi   |  40 +++
>>   arch/arm/boot/dts/stih407-pinctrl.dtsi | 615 +++++++++++++++++++++++++++++++++
>>   arch/arm/boot/dts/stih407.dtsi         | 263 ++++++++++++++
>>   3 files changed, 918 insertions(+)
>>   create mode 100644 arch/arm/boot/dts/stih407-clock.dtsi
>>   create mode 100644 arch/arm/boot/dts/stih407-pinctrl.dtsi
>>   create mode 100644 arch/arm/boot/dts/stih407.dtsi
>>
>> diff --git a/arch/arm/boot/dts/stih407-clock.dtsi b/arch/arm/boot/dts/stih407-clock.dtsi
>> new file mode 100644
>> index 0000000..ae8068c
>> --- /dev/null
>> +++ b/arch/arm/boot/dts/stih407-clock.dtsi
>> @@ -0,0 +1,40 @@
>> +/*
>> + * Copyright (C) 2014 STMicroelectronics R&D Limited
>> + *
>> + * This program is free software; you can redistribute it and/or modify
>> + * it under the terms of the GNU General Public License version 2 as
>> + * published by the Free Software Foundation.
>> + */
>> +/ {
>> +	clocks {
>> +		/*
>> +		 * Fixed 30MHz oscillator inputs to SoC
>> +		 */
>> +		CLK_SYSIN: CLK_SYSIN {
>
> I thought we weren't using upper case clk names anymore?
>
>> +			#clock-cells = <0>;
>> +			compatible = "fixed-clock";
>> +			clock-frequency = <30000000>;
>> +			clock-output-names = "CLK_SYSIN";
>> +		};
>> +
>> +		/*
>> +		 * ARM Peripheral clock for timers
>> +		 */
>> +		arm_periph_clk: arm_periph_clk {
>> +			#clock-cells = <0>;
>> +			compatible = "fixed-clock";
>> +			clock-frequency = <600000000>;
>> +		};
>> +
>> +		/*
>> +		 * Bootloader initialized system infrastructure clock for
>> +		 * serial devices.
>> +		 */
>> +		CLK_EXT2F_A9: clockgenC0 at 13 {
>
> Or camel?

Good catch, v7 is in the pipe.

Thanks,
Maxime

>
> [...]
>

  reply	other threads:[~2014-05-20 13:08 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-20  9:46 [PATCH v6 0/4] Add STiH407 SoC and reference board support Maxime COQUELIN
2014-05-20  9:46 ` [PATCH v6 1/4] ARM: dts: Sort STi boards in Makefile Maxime COQUELIN
2014-05-20 12:19   ` Lee Jones
2014-05-20  9:46 ` [PATCH v6 2/4] ARM: dts: Fix STi boards compatibles Maxime COQUELIN
2014-05-20 12:18   ` Lee Jones
2014-05-20  9:46 ` [PATCH v6 3/4] ARM: dts: Add STiH407 SoC support Maxime COQUELIN
2014-05-20 12:17   ` Lee Jones
2014-05-20 13:08     ` Maxime Coquelin [this message]
2014-05-20  9:46 ` [PATCH v6 4/4] ARM: dts: STiH407: Add B2120 board support Maxime COQUELIN
2014-05-20 12:20   ` Lee Jones

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=537B53D9.9080206@st.com \
    --to=maxime.coquelin@st.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).