[PATCH v12 1/7] arm64: renesas: r8a7795: Add Renesas R8A7795 SoC support
Simon Horman
horms at verge.net.au
Fri Oct 30 00:31:47 PDT 2015
On Wed, Oct 28, 2015 at 09:22:34AM +0100, Geert Uytterhoeven wrote:
> On Mon, Oct 26, 2015 at 7:01 AM, Simon Horman
> <horms+renesas at verge.net.au> wrote:
> > From: Gaku Inami <gaku.inami.xw at bp.renesas.com>
> >
> > Initial version of Renesas R-Car H3 support (V10)
> >
> > Signed-off-by: Gaku Inami <gaku.inami.xw at bp.renesas.com>
> > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx at renesas.com>
> > Signed-off-by: Magnus Damm <damm+renesas at opensource.se>
> > Signed-off-by: Simon Horman <horms+renesas at verge.net.au>
>
> > diff --git a/arch/arm64/boot/dts/renesas/r8a7795.dtsi b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
> > new file mode 100644
> > index 000000000000..aa13115387a6
> > --- /dev/null
> > +++ b/arch/arm64/boot/dts/renesas/r8a7795.dtsi
>
> > + extal_clk: extal {
> > + compatible = "fixed-clock";
> > + #clock-cells = <0>;
>
> I would add the same override comment as for extalr here, too.
Thanks, I will fix that.
> > + clock-frequency = <0>;
> > + };
> > +
> > + extalr_clk: extalr {
> > + compatible = "fixed-clock";
> > + #clock-cells = <0>;
> > + /* This value must be overridden by the board */
> > + clock-frequency = <0>;
> > + };
>
> Nevertheless:
>
> Acked-by: Geert Uytterhoeven <geert+renesas at glider.be>
Thanks!
More information about the linux-arm-kernel
mailing list