Re: [PATCH 2/2] clk: mmp: add PXA1928 clock support

2015-05-06 Thread Stephen Boyd
On 04/30, Rob Herring wrote: > diff --git a/drivers/clk/mmp/clk-of-pxa1928.c > b/drivers/clk/mmp/clk-of-pxa1928.c > new file mode 100644 > index 000..b7cb540b > --- /dev/null > +++ b/drivers/clk/mmp/clk-of-pxa1928.c > @@ -0,0 +1,265 @@ > +/* > + * pxa1928 clock framework source file > + * > +

[PATCH 2/2] clk: mmp: add PXA1928 clock support

2015-04-30 Thread Rob Herring
Add initial clock support for Marvell PXA1928. The PXA1928 is a mobile SOC and is similar to other MMP/PXA series of SOCs, so a lot of the existing infrastructure is reused here. Currently the PLLs are just fixed clocks, and not all leaf clocks are implemented. Signed-off-by: Rob Herring Cc: Mik