On 16/03/2017 at 13:51:10 -0400, Chris Brandt wrote: You should always include a commit message.
> Signed-off-by: Chris Brandt <chris.bra...@renesas.com> > --- > arch/arm/boot/dts/r7s72100.dtsi | 9 +++++++++ > include/dt-bindings/clock/r7s72100-clock.h | 3 +++ > 2 files changed, 12 insertions(+) > > diff --git a/arch/arm/boot/dts/r7s72100.dtsi b/arch/arm/boot/dts/r7s72100.dtsi > index ed62e19..2a42a79 100644 > --- a/arch/arm/boot/dts/r7s72100.dtsi > +++ b/arch/arm/boot/dts/r7s72100.dtsi > @@ -117,6 +117,15 @@ > clock-output-names = "ostm0", "ostm1"; > }; > > + mstp6_clks: mstp6_clks@fcfe042c { > + #clock-cells = <1>; > + compatible = "renesas,r7s72100-mstp-clocks", > "renesas,cpg-mstp-clocks"; > + reg = <0xfcfe042c 4>; > + clocks = <&p0_clk>; > + clock-indices = <R7S72100_CLK_RTC>; > + clock-output-names = "rtc0"; > + }; > + > mstp7_clks: mstp7_clks@fcfe0430 { > #clock-cells = <1>; > compatible = "renesas,r7s72100-mstp-clocks", > "renesas,cpg-mstp-clocks"; > diff --git a/include/dt-bindings/clock/r7s72100-clock.h > b/include/dt-bindings/clock/r7s72100-clock.h > index cd2ed51..bc256d3 100644 > --- a/include/dt-bindings/clock/r7s72100-clock.h > +++ b/include/dt-bindings/clock/r7s72100-clock.h > @@ -29,6 +29,9 @@ > #define R7S72100_CLK_OSTM0 1 > #define R7S72100_CLK_OSTM1 0 > > +/* MSTP6 */ > +#define R7S72100_CLK_RTC 0 > + > /* MSTP7 */ > #define R7S72100_CLK_ETHER 4 > > -- > 2.10.1 > > -- Alexandre Belloni, Free Electrons Embedded Linux and Kernel engineering http://free-electrons.com -- You received this message because you are subscribed to "rtc-linux". Membership options at http://groups.google.com/group/rtc-linux . Please read http://groups.google.com/group/rtc-linux/web/checklist before submitting a driver. --- You received this message because you are subscribed to the Google Groups "rtc-linux" group. To unsubscribe from this group and stop receiving emails from it, send an email to rtc-linux+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.