[PATCH] ARM: shmobile: r8a7794: Add QSPI clock to device tree
Kuninori Morimoto
kuninori.morimoto.gx at renesas.com
Wed Dec 10 18:37:20 PST 2014
Hi Simon
> > > @@ -535,6 +535,14 @@
> > > clock-output-names =
> > > "vin1", "vin0", "ether";
> > > };
> > > + mstp9_clks: mstp9_clks at e6150994 {
> > > + compatible = "renesas,r8a7794-mstp-clocks", "renesas,cpg-mstp-clocks";
> > > + reg = <0 0xe6150994 0 4>, <0 0xe61509a4 0 4>;
> > > + clocks = <&cpg_clocks R8A7794_CLK_QSPI>;
> > > + #clock-cells = <1>;
> > > + renesas,clock-indices = <R8A7794_CLK_QSPI_MOD>;
> > > + clock-output-names = "qspi_mod";
> > > + };
> >
> > We want ot use this ?
> >
> > - renesas,clock-indices
> > + clock-indices
>
> Thanks, and sorry for missing that. I'll fix that up.
> Do you have any objections to the patch if that problem is resolved?
Thank you
I have no objections.
More information about the linux-arm-kernel
mailing list