Re: [U-Boot] [PATCH] clk: Add support for Arm's Versatile Express OSC clock generators

2018-10-01 Thread Linus Walleij
On Mon, Sep 17, 2018 at 6:50 PM Liviu Dudau wrote: > The Arm Versatile Express and Juno development boards contain an > OSC clock generator that can be accessed through the Versatile > Express config bus. The generators are quite often being controlled > by some MCU and the config bus offers a un

Re: [U-Boot] [PATCH] clk: Add support for Arm's Versatile Express OSC clock generators

2018-09-17 Thread Heiko Schocher
Hello Liviu, Am 17.09.2018 um 18:50 schrieb Liviu Dudau: The Arm Versatile Express and Juno development boards contain an OSC clock generator that can be accessed through the Versatile Express config bus. The generators are quite often being controlled by some MCU and the config bus offers a uni

[U-Boot] [PATCH] clk: Add support for Arm's Versatile Express OSC clock generators

2018-09-17 Thread Liviu Dudau
The Arm Versatile Express and Juno development boards contain an OSC clock generator that can be accessed through the Versatile Express config bus. The generators are quite often being controlled by some MCU and the config bus offers a uniform way of exposing them. Signed-off-by: Liviu Dudau ---