Re: [PATCH 3/3] ehci-platform: add the max clock number to 4
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-08-01 07:01:14
Also in:
linux-arm-kernel, lkml
From: Arnd Bergmann <arnd@arndb.de>
Date: 2016-08-01 07:01:14
Also in:
linux-arm-kernel, lkml
On Sunday, July 31, 2016 7:25:36 PM CEST Icenowy Zheng wrote:
Allwinner A64 EHCI requires 4 clocks to be enabled. Signed-off-by: Icenowy Zheng <redacted>
Can you say what those four clocks are? Are you sure that it's not just a case of a clock being incorrectly described in the clk driver, i.e. you reference one clock along with its parent here? Arnd