From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leonard Crestez Subject: Re: [RFCv3 3/3] interconnect: imx: Add platform driver for imx8mm Date: Wed, 21 Aug 2019 14:21:36 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Content-Language: en-US List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: Martin Kepplinger Cc: Mark Rutland , =?iso-8859-2?Q?Artur_=A6wigo=F1?= , Jacky Bai , Viresh Kumar , Michael Turquette , Alexandre Bailon , Saravana Kannan , Krzysztof Kozlowski , Chanwoo Choi , MyungJoo Ham , dl-linux-imx , "devicetree@vger.kernel.org" , "linux-pm@vger.kernel.org" , Rob Herring , "linux-arm-kernel@lists.infradead.org" , Aisheng Dong , Anson Huang , Stephen Boyd , Kyungmin Park , "kernel@pengutronix.de" , Fabio List-Id: devicetree@vger.kernel.org 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 >> Signed-off-by: Alexandre Bailon >> --- >> 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 -- Regards, Leonard