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 > Hi Leonard, Do you plan to add such a driver for imx8mq too? And I guess the commit message could be more descriptive here. thanks for your work, martin