On 21.08.19 16:21, Leonard Crestez wrote: > On 21.08.2019 17:03, Martin Kepplinger wrote: >> On 06.08.19 12:55, Leonard Crestez wrote: >>> This adds a platform driver for the i.MX8MM SoC. >>> >>> Signed-off-by: Leonard Crestez <leonard.crestez@xxxxxxx> >>> Signed-off-by: Alexandre Bailon <abailon@xxxxxxxxxxxx> >>> --- >>> drivers/interconnect/imx/Kconfig | 4 + >>> drivers/interconnect/imx/Makefile | 1 + >>> drivers/interconnect/imx/imx8mm.c | 114 ++++++++++++++++++++++ >>> include/dt-bindings/interconnect/imx8mm.h | 49 ++++++++++ >>> 4 files changed, 168 insertions(+) >>> create mode 100644 drivers/interconnect/imx/imx8mm.c >>> create mode 100644 include/dt-bindings/interconnect/imx8mm.h >> >> Do you plan to add such a driver for imx8mq too? > > Yes! The topology is different (serving different IP blocks) but no > functional code changes are required between 8mm 8mn 8mq. > > I already wrote the code and tested it but didn't post because I want to > get the core parts in first. I periodically push my "full" > work-in-progress to github: > > https://github.com/cdleonard/linux/commits/next_imx8mm_busfreq > > You need out-of-tree ATF changes or devfreq probe will fail: > > https://github.com/cdleonard/arm-trusted-firmware/commits/imx_2.0.y_busfreq > Thanks for the update, that's good to hear. I'll get back to you when I come around to test this and wish you good progress until then :) martin