From mboxrd@z Thu Jan 1 00:00:00 1970 From: gabriel.fernandez@st.com (Gabriel Fernandez) Date: Tue, 23 Sep 2014 09:58:56 +0200 Subject: [RESEND PATCH 1/4] ARM: STi: DT: STiH407: 407 DT Entry for clockgen A0 In-Reply-To: <542124CB.1080307@st.com> References: <1408977888-10473-1-git-send-email-gabriel.fernandez@linaro.org> <1408977888-10473-2-git-send-email-gabriel.fernandez@linaro.org> <542124CB.1080307@st.com> Message-ID: <54212840.60508@st.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Thanks Maxime ! On 09/23/2014 09:44 AM, Maxime Coquelin wrote: > > > On 08/25/2014 04:44 PM, Gabriel FERNANDEZ wrote: >> Patch adds DT entries for clockgen A0 >> >> Signed-off-by: Gabriel Fernandez >> Signed-off-by: Olivier Bideau >> --- >> arch/arm/boot/dts/stih407-clock.dtsi | 32 >> ++++++++++++++++++++++++++++++++ >> 1 file changed, 32 insertions(+) >> >> diff --git a/arch/arm/boot/dts/stih407-clock.dtsi >> b/arch/arm/boot/dts/stih407-clock.dtsi >> index 800f46f..e03e86e 100644 >> --- a/arch/arm/boot/dts/stih407-clock.dtsi >> +++ b/arch/arm/boot/dts/stih407-clock.dtsi >> @@ -7,6 +7,10 @@ >> */ >> / { >> clocks { >> + #address-cells = <1>; >> + #size-cells = <1>; >> + ranges; >> + >> /* >> * Fixed 30MHz oscillator inputs to SoC >> */ >> @@ -35,5 +39,33 @@ >> clock-frequency = <200000000>; >> clock-output-names = "clk-s-icn-reg-0"; >> }; >> + >> + /* >> + * ClockGenAs on SASG2 >> + */ > Note that I removed this comment since no SASG2 on STiH407. > >> + clockgen-a at 090ff000 { >> + compatible = "st,clkgen-c32"; >> + reg = <0x90ff000 0x1000>; > ...