From mboxrd@z Thu Jan 1 00:00:00 1970 From: boris.brezillon@free-electrons.com (Boris BREZILLON) Date: Wed, 2 Jul 2014 10:04:46 +0200 Subject: [PATCH 05/33] ARM: at91/dt: rm9200: define clocks In-Reply-To: <1404223962-30471-6-git-send-email-alexandre.belloni@free-electrons.com> References: <1404223962-30471-1-git-send-email-alexandre.belloni@free-electrons.com> <1404223962-30471-6-git-send-email-alexandre.belloni@free-electrons.com> Message-ID: <20140702100446.14910191@bbrezillon> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org Hello Alexandre, On Tue, 1 Jul 2014 16:12:14 +0200 Alexandre Belloni wrote: > Signed-off-by: Alexandre Belloni > --- > arch/arm/boot/dts/at91rm9200.dtsi | 304 > ++++++++++++++++++++++++++++++++++++++ 1 file changed, 304 > insertions(+) > > diff --git a/arch/arm/boot/dts/at91rm9200.dtsi > b/arch/arm/boot/dts/at91rm9200.dtsi index c61b16fba79b..477cfe570f47 > 100644 --- a/arch/arm/boot/dts/at91rm9200.dtsi > +++ b/arch/arm/boot/dts/at91rm9200.dtsi > @@ -14,6 +14,7 @@ > #include > #include > #include > +#include > > / { > model = "Atmel AT91RM9200 family SoC"; > @@ -51,6 +52,20 @@ > reg = <0x20000000 0x04000000>; > }; > > + clocks { [...] > + > + tcb0_clk: tcb0_clk { > + #clock-cells = <0>; > + reg = <17>; > + }; > + > + tcb1_clk: tcb1_clk { > + #clock-cells = <0>; > + reg = <18>; > + }; > + > + tcb2_clk: tcb2_clk { > + #clock-cells = <0>; > + reg = <19>; > + }; > + > + tcb3_clk: tcb3_clk { > + #clock-cells = <0>; > + reg = <20>; > + }; > + > + tcb4_clk: tcb4_clk { > + #clock-cells = <0>; > + reg = <21>; > + }; > + > + tcb5_clk: tcb5_clk { > + #clock-cells = <0>; > + reg = <22>; > + }; Just a nitpick, but the names defined in at91rm9200.c and in the datasheet are tcX_clk and not tcbX_clk. Best Regards, Boris -- Boris Brezillon, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com