On Mon, Jul 25, 2016 at 11:51 PM, Guenter Roeck <[email protected]> wrote: > On Mon, Jul 25, 2016 at 11:07:00AM +0300, Max Filippov wrote: >> >>> On Sun, Jul 24, 2016 at 9:00 AM, Guenter Roeck <[email protected]> >> >>> wrote: >> >>>> >> >>>> Heads up: xtensa images build after this patch, but the image that >> >>>> previously failed to build (generic_kc705_defconfig) doesn't boot, >> >>>> at least not with qemu. I don't know if this is caused by 69d99e6c0d621f >> >>>> or by some other patch. >> >> The problem is in the way the main clock on xtfpga platform is set up: >> it is done by updating corresponding OF node's clock-frequency attribute >> and that must happen before the of_clk_init call. >> Looks like it's time to create a clock provider for xtfpga boards, something >> like the one attached. >> >> From 8aa959869060cb5ffbc06c4c25cfb0e6d81bc8b4 Mon Sep 17 00:00:00 2001 >> From: Max Filippov <[email protected]> >> Date: Mon, 25 Jul 2016 10:58:10 +0300 >> Subject: [PATCH] xtensa: xtfpga: add clock provider >> >> Signed-off-by: Max Filippov <[email protected]> > > In case you want to apply this patch: > > Tested-by: Guenter Roeck <[email protected]>
Thanks. I'll definitely get back to it in this release cycle. -- Max

