[PATCH v2 04/13] clk: davinci: psc-dm646x: use two lookup entries for the aemif clock
From: Sekhar Nori <hidden>
Date: 2018-06-27 10:27:28
Also in:
linux-clk, lkml
From: Sekhar Nori <hidden>
Date: 2018-06-27 10:27:28
Also in:
linux-clk, lkml
On Wednesday 27 June 2018 03:33 PM, Bartosz Golaszewski wrote:
2018-06-27 12:01 GMT+02:00 Sekhar Nori [off-list ref]:quoted
On Tuesday 26 June 2018 02:55 PM, Bartosz Golaszewski wrote:quoted
From: Bartosz Golaszewski <redacted> We want to be able to get the clock both from the board file by its con_id and from the aemif driver by dev_id. Signed-off-by: Bartosz Golaszewski <redacted>I see the DM365 and DM644x EVM board files getting reference to aemif clock using just the con_id, but don't see that for DM646x. Am I overlooking something? Thanks, SekharIt's being done indirectly from mach-davinci/aemif.c. I guess we can remove it again after last patch.
I see. One way to avoid that would be to merge this into 11/13. I prefer that, but it prevents clean separation of clock and machine patches. So okay with current way too. Thanks, Sekhar