Re: [linux-sunxi] Re: [PATCH 0/2] ARM: sunxi: Enable syscon for the system controller

2014-05-08 Thread Carlo Caione
On Thu, May 8, 2014 at 5:04 AM, Maxime Ripard maxime.rip...@free-electrons.com wrote: snip I believe this will be used for toggling the SRAM mappings. (Am I right?) Definitely right. The second register toggles mappings for MUSB FIFO, EMAC, and a few of the other IP blocks we

[linux-sunxi] Re: [PATCH v3 10/13] ARM: HYP/non-sec/PSCI: emit DT nodes

2014-05-08 Thread Marc Zyngier
Hi Ian, On 2014-05-07 20:24, Ian Campbell wrote: On Sat, 2014-02-15 at 13:36 +, Marc Zyngier wrote: @@ -32,5 +33,11 @@ int arch_fixup_fdt(void *blob) size[bank] = bd-bi_dram[bank].size; } - return fdt_fixup_memory_banks(blob, start, size, CONFIG_NR_DRAM_BANKS); +

[linux-sunxi] Re: [PATCH v3 10/13] ARM: HYP/non-sec/PSCI: emit DT nodes

2014-05-08 Thread Ian Campbell
On Thu, 2014-05-08 at 07:22 +0100, Marc Zyngier wrote: Hi Ian, On 2014-05-07 20:24, Ian Campbell wrote: On Sat, 2014-02-15 at 13:36 +, Marc Zyngier wrote: @@ -32,5 +33,11 @@ int arch_fixup_fdt(void *blob) size[bank] = bd-bi_dram[bank].size; } - return

[linux-sunxi] Re: [PATCH 4/7] usb: ehci-platform: add optional reset controller retrieval

2014-05-08 Thread Hans de Goede
Hi, On 05/08/2014 12:00 AM, Maxime Ripard wrote: On Wed, May 07, 2014 at 10:25:55AM -0400, Alan Stern wrote: On Tue, 6 May 2014, Maxime Ripard wrote: From: Boris BREZILLON boris.brezil...@free-electrons.com On the Allwinner's A31 SoC the reset line connected to the EHCI IP has to be

[linux-sunxi] mk908 rockchip 3188 GPU acceleration...

2014-05-08 Thread Shant Kehyeian
Hello dear community members, I've got mk908 which has gor ARM rockchip 3188 with android, so I flashed it and with oleg0's kernel 3.0.36+ (you can find who is he and his kernel) and I tried to us my rootfs which is Linux gentoo based root and everything is working fine except the gpu. I

Re: [linux-sunxi] mk908 rockchip 3188 GPU acceleration...

2014-05-08 Thread Andreas Baierl
Hello, Mali has nothing to do with Video Acceleration. It's a 3D engine. And remember this is linux-sunxi list, discussing about Allwinner SoCs. Regards Am 08.05.2014 10:35, schrieb Shant Kehyeian: Hello dear community members, I've got mk908 which has gor ARM rockchip 3188 with android, so

[linux-sunxi] Re: [PATCH v10 00/15] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-05-08 Thread Hans de Goede
Hi, On 05/06/2014 07:04 PM, Mike Turquette wrote: Quoting Hans de Goede (2014-05-02 08:57:14) The first 2 patches are depenencies which should go in through the clk tree, Mike can you pick these 2 up please ? : Taken into clk-next. Thanks! clk: sunxi: factors: automatic reparenting

[linux-sunxi] Re: [PATCH v10 03/15] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-05-08 Thread Hans de Goede
Hi, On 05/05/2014 10:33 PM, Ulf Hansson wrote: [snip] On 05/05/2014 02:41 PM, Ulf Hansson wrote: +struct sunxi_mmc_host { + struct mmc_host *mmc; + struct regulator *vmmc; Instead of having a specific regulator for this driver, please use the mmc_regulator_get_supply API.

[linux-sunxi] Re: State of MTD driver

2014-05-08 Thread Stefan Monnier
So the plan is to only have sunxi-3.4 on one side and a submitted upstream on the other side? I'd welcome something intermediate, i.e. a branch that provides the most complete sunxi support in an uptodate kernel, and which is kept uptodate (like sunxi-devel). This could hold WiP for things that

Re: [linux-sunxi] Re: State of MTD driver

2014-05-08 Thread Hans de Goede
Hi, On 05/08/2014 02:30 PM, Stefan Monnier wrote: So the plan is to only have sunxi-3.4 on one side and a submitted upstream on the other side? I'd welcome something intermediate, i.e. a branch that provides the most complete sunxi support in an uptodate kernel, and which is kept uptodate

[linux-sunxi] Re: mk908 rockchip 3188 GPU acceleration...

2014-05-08 Thread Shant Kehyeian
Okay, in fact I need the 3D acceleration too... So where can I post this ? On Thursday, May 8, 2014 12:35:26 PM UTC+4, Shant Kehyeian wrote: Hello dear community members, I've got mk908 which has gor ARM rockchip 3188 with android, so I flashed it and with oleg0's kernel 3.0.36+ (you

[linux-sunxi] Re: [PATCH 5/7] usb: ohci-platform: Enable optional use of reset controller

2014-05-08 Thread Sergei Shtylyov
Hello. On 05/08/2014 02:03 AM, Maxime Ripard wrote: The OHCI controllers used in the Allwinner A31 are asserted in reset using a s/asserted/powered up/? No. There's an external reset controller that maintains these devices into reset. It's not only a power on thing, it can also be

[linux-sunxi] Ubuntu/Debian Porting on Allwinner A10

2014-05-08 Thread brkr1989
I have a MicroMax P300 tablet in which I 'm willing to install the Ubuntu/Debian OS and completely remove Android OS. Can anyone help me in this regard? Here is the system info : CPU ABI - armeabi-v7a CPU ABI2 - armeabi Hardware - sun4i Board - crane Device - crane-evb Display -

Re: [linux-sunxi] Ubuntu/Debian Porting on Allwinner A10

2014-05-08 Thread Luc Verhaegen
On Thu, May 08, 2014 at 06:18:43AM -0700, brkr1...@gmail.com wrote: I have a MicroMax P300 tablet in which I 'm willing to install the Ubuntu/Debian OS and completely remove Android OS. Can anyone help me in this regard? http://linux-sunxi.org/New_Device_howto Luc Verhaegen. -- You

[linux-sunxi] Re: [PATCH v5 0/3] ARM: sunxi: Add support for consumer infrared devices

2014-05-08 Thread Hans de Goede
Hi, On 04/30/2014 05:16 PM, Alexander Bersenev wrote: This patch introduces Consumer IR(CIR) support for sunxi boards. This is based on Alexsey Shestacov's work based on the original driver supplied by Allwinner. Signed-off-by: Alexander Bersenev b...@hackerdom.ru Signed-off-by: Alexsey

[linux-sunxi] Re: [PATCH 4/7] usb: ehci-platform: add optional reset controller retrieval

2014-05-08 Thread Alan Stern
On Thu, 8 May 2014, Hans de Goede wrote: Hi, On 05/08/2014 12:00 AM, Maxime Ripard wrote: On Wed, May 07, 2014 at 10:25:55AM -0400, Alan Stern wrote: On Tue, 6 May 2014, Maxime Ripard wrote: From: Boris BREZILLON boris.brezil...@free-electrons.com On the Allwinner's A31 SoC the

[linux-sunxi] Re: [PATCH] pinctrl: sunxi Ensure the correct pinctrl drivers are enabled

2014-05-08 Thread Maxime Ripard
Hi Hans, On Thu, May 08, 2014 at 03:36:56PM +0200, Hans de Goede wrote: The commit titled: pinctrl: sunxi: Introduce per-driver Kconfig options adds a bunch of new Kconfig options, but nothing sets them resulting in a non working kernel. Since they are per sunxi family, and we already have

[linux-sunxi] [PATCH 00/10] SPDIF Driver Cleanup

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com This patch series removes all the unnecessary code, provides a clean up and some parameter checks which came from the comparing the drivers released under the A23 SDK(However the A23 does not contain the SPDIF block so it can only be assumed that this

[linux-sunxi] [PATCH 01/10] sunxi: spdif: Removal of unneeded headers

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com There is a lot of code in the SPDIF driver that does nothing. This patch removes all the headers which are deemed unnecessary. Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/spdif/sndspdif.c | 2 --

[linux-sunxi] [PATCH 02/10] sunxi: spdif: removed ccm from code

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/spdif/sunxi_spdif.c | 2 -- sound/soc/sunxi/spdif/sunxi_spdif.h | 27 --- 2 files changed, 4 insertions(+), 25 deletions(-) diff --git

[linux-sunxi] [PATCH 04/10] sunxi: spdif: fix comment styling

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com All comments have been corrected to the format required by the kernel. Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/spdif/sunxi_sndspdif.c | 94 -- sound/soc/sunxi/spdif/sunxi_spdif.c| 61

[linux-sunxi] [PATCH 03/10] sunxi: spdif: remove unused function

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com sunxi_snd_is_clkmaster is not used anywhere and does nothing. Also remove external declarations of functions that are only used in the file that they are defined in. Signed-off-by: Marcus Cooper codekip...@gmail.com ---

[linux-sunxi] [PATCH 05/10] sunxi: spdif: Tidy up

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Tidy up of the code so that it passes checkpatch. Misplaced spaces, tabs etc have been removed and the column width restricted where possible to 80 chars. Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/spdif/sndspdif.c | 21

[linux-sunxi] [PATCH 08/10] sunxi: spdif: add clock checks

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/spdif/sunxi_spdif.c | 27 +++ 1 file changed, 19 insertions(+), 8 deletions(-) diff --git a/sound/soc/sunxi/spdif/sunxi_spdif.c

[linux-sunxi] [PATCH 06/10] sunxi: spdif: reorganise for better backporting

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/spdif/sndspdif.c| 3 ++- sound/soc/sunxi/spdif/sunxi_spdif.c | 10 ++ sound/soc/sunxi/spdif/sunxi_spdma.c | 6 +++--- 3 files changed, 11 insertions(+), 8 deletions(-)

[linux-sunxi] Re: [PATCH v3 1/9] mtd: nand: define struct nand_timings

2014-05-08 Thread Lee Jones
Define a struct containing the standard NAND timings as described in NAND datasheets. Signed-off-by: Boris BREZILLON b.brezillon@gmail.com --- include/linux/mtd/nand.h | 49 ++ 1 file changed, 49 insertions(+) diff --git

[linux-sunxi] Re: [PATCH v2 7/7] ARM: sunxi: dt: add PRCM clk and reset controller subdevices

2014-05-08 Thread Maxime Ripard
On Thu, May 08, 2014 at 11:40:59AM +0800, Chen-Yu Tsai wrote: + apb0_gates: apb0_gates_clk { + compatible = allwinner,sun6i-a31-apb0-gates-clk; + #clock-cells = 1; + clocks = apb0;

[linux-sunxi] [PATCH 7/8] sunxi: codec: remove duplicate settings

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com The settings for snd_pcm_set_ops are set twice. Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/sunxi-codec.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/sound/soc/sunxi/sunxi-codec.c b/sound/soc/sunxi/sunxi-codec.c index

[linux-sunxi] [PATCH 1/8] sunxi: codec: remove pointless state variable

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/sunxi-codec.c | 3 --- sound/soc/sunxi/sunxi-codec.h | 2 -- 2 files changed, 5 deletions(-) diff --git a/sound/soc/sunxi/sunxi-codec.c b/sound/soc/sunxi/sunxi-codec.c index

[linux-sunxi] [PATCH 2/8] sunxi: codec: remove SCRIPT_AUDIO_OK

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/sunxi-codec.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/sound/soc/sunxi/sunxi-codec.c b/sound/soc/sunxi/sunxi-codec.c index 961efa7..8c7d34c 100644 ---

[linux-sunxi] [PATCH 6/8] sunxi: codec: replace fifo divides with defines.

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/sunxi-codec.c | 88 +-- sound/soc/sunxi/sunxi-codec.h | 9 + 2 files changed, 53 insertions(+), 44 deletions(-) diff --git

[linux-sunxi] [PATCH 5/8] sunxi: codec: restyle header and reg writes

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/sunxi-codec.c | 20 +-- sound/soc/sunxi/sunxi-codec.h | 81 +++ 2 files changed, 85 insertions(+), 16 deletions(-) diff --git

[linux-sunxi] [PATCH 8/8] sunxi: codec: fix for warning

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/sunxi-codec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sound/soc/sunxi/sunxi-codec.c b/sound/soc/sunxi/sunxi-codec.c index fe61cd4..97ece44 100644 ---

[linux-sunxi] [PATCH 00/12] sunxi: i2s: tidy up of i2s driver.

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com This patch series removes all the unnecessary code, provides a clean up and some parameter checks which came from the comparing the drivers released under the A23 SDK. The A20, A23 and A31 all have two i2s blocks, however this code only supports the block

[linux-sunxi] [PATCH 06/12] sunxi: i2s: incorrect declaration

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/i2s/sndi2s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/sunxi/i2s/sndi2s.c b/sound/soc/sunxi/i2s/sndi2s.c index b10b8a2..2570fef 100644 ---

[linux-sunxi] [PATCH 08/12] sunxi: i2s: Add debug message

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/i2s/sunxi-i2s.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sound/soc/sunxi/i2s/sunxi-i2s.c b/sound/soc/sunxi/i2s/sunxi-i2s.c index c9ba71a..650e488 100644 ---

[linux-sunxi] [PATCH 05/12] sunxi: i2s: reorganise for better backporting

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/i2s/sndi2s.c| 2 +- sound/soc/sunxi/i2s/sunxi-i2s.c | 14 +- sound/soc/sunxi/i2s/sunxi-i2s.h | 13 ++--- 3 files changed, 12 insertions(+), 17 deletions(-)

[linux-sunxi] [PATCH 04/12] sunxi: i2s: remove ccm and dma from header

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/i2s/sunxi-i2s.c | 1 - sound/soc/sunxi/i2s/sunxi-i2s.h | 97 - 2 files changed, 98 deletions(-) diff --git a/sound/soc/sunxi/i2s/sunxi-i2s.c

[linux-sunxi] [PATCH 09/12] sunxi: i2s: remove unused function

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/i2s/sunxi-i2s.c | 8 1 file changed, 8 deletions(-) diff --git a/sound/soc/sunxi/i2s/sunxi-i2s.c b/sound/soc/sunxi/i2s/sunxi-i2s.c index 650e488..f0d2aa7 100644 ---

[linux-sunxi] [PATCH 02/12] sunxi: i2s: Removal of unneeded headers

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/i2s/sndi2s.c | 2 -- sound/soc/sunxi/i2s/sndi2s.h | 58 -- sound/soc/sunxi/i2s/sunxi-i2s.c| 1 - sound/soc/sunxi/i2s/sunxi-i2sdma.c

[linux-sunxi] [PATCH 10/12] sunxi: i2s: change clock naming

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- arch/arm/mach-sun4i/clock/ccmu/ccm_mod_clk.c | 18 +- arch/arm/mach-sun4i/include/mach/aw_ccu.h| 2 +- drivers/video/sunxi/disp/OSAL_Clock.c| 2 +-

[linux-sunxi] [PATCH 01/12] sunxi: i2s: removal of pointless hdmi parameter

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/i2s/sndi2s.c | 7 --- 1 file changed, 7 deletions(-) diff --git a/sound/soc/sunxi/i2s/sndi2s.c b/sound/soc/sunxi/i2s/sndi2s.c index 68bad02..194a869 100644 ---

[linux-sunxi] [PATCH 11/12] sunxi: i2s: remove compile warning

2014-05-08 Thread codekipper
From: Marcus Cooper codekip...@gmail.com Signed-off-by: Marcus Cooper codekip...@gmail.com --- sound/soc/sunxi/i2s/sunxi-i2s.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sound/soc/sunxi/i2s/sunxi-i2s.c b/sound/soc/sunxi/i2s/sunxi-i2s.c index eb1b7bf..42b1931 100644 ---

[linux-sunxi] Re: [PATCH] pinctrl: sunxi Ensure the correct pinctrl drivers are enabled

2014-05-08 Thread Hans de Goede
Hi, On 05/08/2014 04:21 PM, Maxime Ripard wrote: Hi Hans, On Thu, May 08, 2014 at 03:36:56PM +0200, Hans de Goede wrote: The commit titled: pinctrl: sunxi: Introduce per-driver Kconfig options adds a bunch of new Kconfig options, but nothing sets them resulting in a non working kernel.

[linux-sunxi] Re: [PATCH] pinctrl: sunxi Ensure the correct pinctrl drivers are enabled

2014-05-08 Thread Maxime Ripard
On Thu, May 08, 2014 at 04:35:29PM +0200, Hans de Goede wrote: Hi, On 05/08/2014 04:21 PM, Maxime Ripard wrote: Hi Hans, On Thu, May 08, 2014 at 03:36:56PM +0200, Hans de Goede wrote: The commit titled: pinctrl: sunxi: Introduce per-driver Kconfig options adds a bunch of new Kconfig

Re: [linux-sunxi] Re: State of MTD driver

2014-05-08 Thread Maxime Ripard
On Thu, May 08, 2014 at 08:30:27AM -0400, Stefan Monnier wrote: So the plan is to only have sunxi-3.4 on one side and a submitted upstream on the other side? I'd welcome something intermediate, i.e. a branch that provides the most complete sunxi support in an uptodate kernel, and which is

[linux-sunxi] Re: [PATCH v10 03/15] ARM: sunxi: Add driver for SD/MMC hosts found on Allwinner sunxi SoCs

2014-05-08 Thread Hans de Goede
Hi, On 05/08/2014 05:35 PM, Maxime Ripard wrote: On Thu, May 08, 2014 at 02:30:55PM +0200, Hans de Goede wrote: Hi, On 05/08/2014 02:17 PM, Ulf Hansson wrote: On 8 May 2014 13:26, Hans de Goede hdego...@redhat.com wrote: Hi, On 05/05/2014 10:33 PM, Ulf Hansson wrote: [snip] On

[linux-sunxi] Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-08 Thread Boris BREZILLON
On 08/05/2014 13:02, Lee Jones wrote: The PRCM (Power/Reset/Clock Management) block exposes several subdevices in different subsystems (clk, reset ...) Add basic support for the PRCM unit with clk (AR100, AHB0, and APB0 clks) and reset controller subdevices. Other subdevices might be added

[linux-sunxi] Re: [PATCH v2 2/7] reset: sunxi: allow MFD subdevices probe

2014-05-08 Thread Boris BREZILLON
On 08/05/2014 05:07, Maxime Ripard wrote: On Wed, May 07, 2014 at 07:25:49PM +0200, Boris BREZILLON wrote: The current implementation uses sunxi_reset_init function for both early init and platform device probe. The sunxi_reset_init function uses DT to retrieve device resources, which will

[linux-sunxi] Re: [PATCH v2 7/7] ARM: sunxi: dt: add PRCM clk and reset controller subdevices

2014-05-08 Thread Boris BREZILLON
On 08/05/2014 16:29, Maxime Ripard wrote: On Thu, May 08, 2014 at 11:40:59AM +0800, Chen-Yu Tsai wrote: + apb0_gates: apb0_gates_clk { + compatible = allwinner,sun6i-a31-apb0-gates-clk; + #clock-cells = 1; +

Re: [linux-sunxi] Re: State of MTD driver

2014-05-08 Thread Hans de Goede
Hi, On 05/08/2014 05:33 AM, Maxime Ripard wrote: On Wed, May 07, 2014 at 08:40:45PM -0400, Stefan Monnier wrote: A quick update on the driver status: Thanks Boris, Shouldn't such code be in sunxi-devel? Or where else is there a branch for the most complete sunxi support in an uptodate

[linux-sunxi] Re: [PATCH] pinctrl: sunxi Ensure the correct pinctrl drivers are enabled

2014-05-08 Thread Linus Walleij
On Thu, May 8, 2014 at 4:21 PM, Maxime Ripard maxime.rip...@free-electrons.com wrote: I already posted a similar patch that is still pending. I was only waiting for Linus to merge the branch I gave him to merge it in my tree. I haven't recieved a branch :-( I don't know if the error is on my

Re: [linux-sunxi] Re: [PATCH v2 3/7] mfd: add support for sun6i PRCM (Power/Reset/Clock Management) unit

2014-05-08 Thread Priit Laes
Ühel kenal päeval, N, 08.05.2014 kell 22:04, kirjutas Boris BREZILLON: On 08/05/2014 13:02, Lee Jones wrote: The PRCM (Power/Reset/Clock Management) block exposes several subdevices in different subsystems (clk, reset ...) Add basic support for the PRCM unit with clk (AR100, AHB0, and