On Sat, Sep 07, 2019 at 02:47:48AM +0000, Yao Lihua wrote: > From: Lihua Yao <ylhuajnu@xxxxxxxxxxx> > > Ensure fin_pll is initialized before clock-controller@7e00f000 so > we have correct clock frequency like below: > > [ 0.000000] S3C6410 clocks: apll = 532000000, mpll = 532000000 > [ 0.000000] epll = 24000000, arm_clk = 532000000 Hi, Unfortunately your patches missed the samsung-soc mailing list: https://www.spinics.net/lists/linux-samsung-soc/ Maybe you need to be subscribed? In general, if the patches are not there, I do not see them under Patchwork. You miss also review from Samsung folks. Best regards, Krzysztof > > Lihua Yao (2): > ARM: dts: s3c64xx: factor out external fixed clocks > ARM: dts: s3c64xx: specify dependency of clock providers > > arch/arm/boot/dts/s3c6400.dtsi | 1 + > arch/arm/boot/dts/s3c6410-mini6410.dts | 22 ---------------------- > arch/arm/boot/dts/s3c6410-smdk6410.dts | 22 ---------------------- > arch/arm/boot/dts/s3c6410.dtsi | 1 + > arch/arm/boot/dts/s3c64xx.dtsi | 14 ++++++++++++++ > 5 files changed, 16 insertions(+), 44 deletions(-) > > -- > 2.17.1 >