On Wed, May 15, 2019 at 09:43:02AM +0200, Geert Uytterhoeven wrote:
> Hi Chris,
>
> On Tue, May 14, 2019 at 4:57 PM Chris Brandt <[email protected]> wrote:
> > The RZ/A2M EVB has a 48MHz clock attached to USB_X1.
> >
> > Signed-off-by: Chris Brandt <[email protected]>
> > Reviewed-by: Simon Horman <[email protected]>
>
> Reviewed-by: Geert Uytterhoeven <[email protected]>
Thanks, applied for v5.3.
> > --- a/arch/arm/boot/dts/r7s9210-rza2mevb.dts
> > +++ b/arch/arm/boot/dts/r7s9210-rza2mevb.dts
> > @@ -58,6 +58,11 @@
> > clock-frequency = <32768>;
> > };
> >
> > +/* USB_X1 */
> > +&usb_x1_clk {
> > + clock-frequency = <48000000>;
> > +};
> > +
> > &pinctrl {
> > /* Serial Console */
> > scif4_pins: serial4 {
>
> BTW, it looks like this file can use a sorting sweep.
Thanks, I'll look into it.