Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-24 Thread Angus Ainslie
Hi Heiko, On 2022-03-24 01:28, Heiko Thiery wrote: Hi Angus, could you include the UART clocks? Sure I can add the UART clocks. We've also found an issue with devfreq using the current setup so it might be a few days before I send an update. Angus

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-24 Thread Heiko Thiery
Hi Angus, could you include the UART clocks? Am Di., 15. März 2022 um 14:09 Uhr schrieb Angus Ainslie : > > This is a DM clock driver based off the imx8mm u-boot driver and the linux > kernel driver. > > All of the PLLs and clocks are initialized so the subsystems below are > functional and

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-20 Thread Peng Fan (OSS)
On 2022/3/16 23:55, Heiko Thiery wrote: Hi Angus, [snip] But then something went wrong when probing uart3 ... the baudrate switched for the uart2 (console) and the serial output became broken. Later when the kernel starts the output becomes correct again. So the kernel seems to configure it

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-20 Thread Peng Fan (OSS)
On 2022/3/15 23:35, Heiko Thiery wrote: Hi Angus and all, Am Di., 15. März 2022 um 14:09 Uhr schrieb Angus Ainslie >: This is a DM clock driver based off the imx8mm u-boot driver and the linux kernel driver. All of the PLLs and clocks are

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-20 Thread Sean Anderson
On 3/15/22 9:08 AM, Angus Ainslie wrote: This is a DM clock driver based off the imx8mm u-boot driver and the linux kernel driver. All of the PLLs and clocks are initialized so the subsystems below are functional and tested. 1) USB host and peripheral 2) ECSPI 3) UART 4) I2C all busses 5)

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-16 Thread Michael Walle
Am 2022-03-16 17:00, schrieb Angus Ainslie: Hi Heiko, On 2022-03-16 08:55, Heiko Thiery wrote: Hi Angus, [snip] > > But then something went wrong when probing uart3 ... the baudrate > > switched for the uart2 (console) and the serial output became broken. > > Later when the kernel starts the

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-16 Thread Angus Ainslie
Hi Heiko, On 2022-03-16 08:55, Heiko Thiery wrote: Hi Angus, [snip] > > But then something went wrong when probing uart3 ... the baudrate > > switched for the uart2 (console) and the serial output became broken. > > Later when the kernel starts the output becomes correct again. So the > >

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-16 Thread Heiko Thiery
Hi Angus, [snip] > > > But then something went wrong when probing uart3 ... the baudrate > > > switched for the uart2 (console) and the serial output became broken. > > > Later when the kernel starts the output becomes correct again. So the > > > kernel seems to configure it correctly. > > > > >

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-16 Thread Heiko Thiery
Am Mi., 16. März 2022 um 15:15 Uhr schrieb Angus Ainslie : > > On 2022-03-16 07:02, Heiko Thiery wrote: > > Hi Angus, > > > > [snip] > > > >> > > >> > Meanwhile I figured out what the problem is with the 'No serial driver > >> > found'. In the used dtb there are 'assigned-clocks' and > >> >

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-16 Thread Angus Ainslie
On 2022-03-16 07:02, Heiko Thiery wrote: Hi Angus, [snip] > > Meanwhile I figured out what the problem is with the 'No serial driver > found'. In the used dtb there are 'assigned-clocks' and > 'assigned-clock-parents' set in the uart nodes. When removing this the > serial will work. I have to

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-16 Thread Heiko Thiery
Hi Angus, [snip] > > > > Meanwhile I figured out what the problem is with the 'No serial driver > > found'. In the used dtb there are 'assigned-clocks' and > > 'assigned-clock-parents' set in the uart nodes. When removing this the > > serial will work. I have to admit that I do not know why this

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-16 Thread Angus Ainslie
On 2022-03-16 05:26, Heiko Thiery wrote: Hi, Am Mi., 16. März 2022 um 08:14 Uhr schrieb Heiko Thiery : Hi Angus, Am Di., 15. März 2022 um 16:46 Uhr schrieb Angus Ainslie : > > Hi Heiko, > > On 2022-03-15 08:35, Heiko Thiery wrote: > > Hi Angus and all, > > > > > Am Di., 15. März 2022 um

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-16 Thread Heiko Thiery
Hi, Am Mi., 16. März 2022 um 08:14 Uhr schrieb Heiko Thiery : > > Hi Angus, > > Am Di., 15. März 2022 um 16:46 Uhr schrieb Angus Ainslie > : > > > > Hi Heiko, > > > > On 2022-03-15 08:35, Heiko Thiery wrote: > > > > Hi Angus and all, > > > > > > > > > > Am Di., 15. März 2022 um 14:09 Uhr schrieb

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-16 Thread Heiko Thiery
Hi Angus, Am Di., 15. März 2022 um 16:46 Uhr schrieb Angus Ainslie : > > Hi Heiko, > > On 2022-03-15 08:35, Heiko Thiery wrote: > > Hi Angus and all, > > > > > Am Di., 15. März 2022 um 14:09 Uhr schrieb Angus Ainslie : >> >> This is a DM clock driver based off the imx8mm u-boot driver and the

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-16 Thread Heiko Thiery
Hi Marek, Am Di., 15. März 2022 um 20:01 Uhr schrieb Marek Vasut : > > On 3/15/22 16:35, Heiko Thiery wrote: > > Hi Angus and all, > > Hi, > > [...] > > > U-Boot 2022.04-rc4-8-g390d9bf9a1 (Mar 15 2022 - 16:26:59 +0100) > > > > CPU: Freescale i.MX8MQ rev2.1 at 800 MHz > > Reset cause: POR

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-15 Thread Marek Vasut
On 3/15/22 16:35, Heiko Thiery wrote: Hi Angus and all, Hi, [...] U-Boot 2022.04-rc4-8-g390d9bf9a1 (Mar 15 2022 - 16:26:59 +0100) CPU: Freescale i.MX8MQ rev2.1 at 800 MHz Reset cause: POR Model: Kontron pITX-imx8m DRAM: alloc space exhausted alloc space exhausted alloc space

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-15 Thread Angus Ainslie
On 2022-03-15 08:46, Angus Ainslie wrote: Hi Heiko, On 2022-03-15 08:35, Heiko Thiery wrote: Hi Angus and all, Am Di., 15. März 2022 um 14:09 Uhr schrieb Angus Ainslie : This is a DM clock driver based off the imx8mm u-boot driver and the linux kernel driver. All of

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-15 Thread Angus Ainslie
Hi Heiko, On 2022-03-15 08:35, Heiko Thiery wrote: Hi Angus and all, Am Di., 15. März 2022 um 14:09 Uhr schrieb Angus Ainslie : This is a DM clock driver based off the imx8mm u-boot driver and the linux kernel driver. All of the PLLs and clocks are initialized so the

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-15 Thread Heiko Thiery
Hi Angus and all, Am Di., 15. März 2022 um 14:09 Uhr schrieb Angus Ainslie : > This is a DM clock driver based off the imx8mm u-boot driver and the linux > kernel driver. > > All of the PLLs and clocks are initialized so the subsystems below are > functional and tested. > > 1) USB host and

Re: [PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-15 Thread Heiko Thiery
Hi Angus, Am Di., 15. März 2022 um 14:09 Uhr schrieb Angus Ainslie : > This is a DM clock driver based off the imx8mm u-boot driver and the linux > kernel driver. > > All of the PLLs and clocks are initialized so the subsystems below are > functional and tested. > > 1) USB host and peripheral >

[PATCH v4 2/4] clk: imx8mq: Add a clock driver for the imx8mq

2022-03-15 Thread Angus Ainslie
This is a DM clock driver based off the imx8mm u-boot driver and the linux kernel driver. All of the PLLs and clocks are initialized so the subsystems below are functional and tested. 1) USB host and peripheral 2) ECSPI 3) UART 4) I2C all busses 5) USDHC for eMMC support 6) USB storage 7) GPIO