Re: [PATCH v3 0/2] clk: eyeq: Reserve OLB memory regions
From: Brian Masney
Date: Thu Sep 17 2026 - 10:47:42 EST
On Wed, 16 Sep 2026 14:08:53 +0200, Benoît Monin wrote:
> clk: eyeq: Reserve OLB memory regions
>
> The Other Logic Blocks of Mobileye SoCs are clock providers, and some of
> them are registered early with CLK_OF_DECLARE_DRIVER(). Their early init
> maps the registers with of_iomap(), which does not request the memory
> region. On the platform device side, eqc_probe() used a plain ioremap()
> too, so none of the OLB regions were reserved in the iomem_resource
> tree.
>
> [...]
Applied, thanks!
[1/2] clk: eyeq: Use devm_platform_ioremap_resource()
commit: b8bd186778e74492a2bbeaed7e00d87dbe46b6f2
[2/2] clk: eyeq: Add mobileye,eyeq6h-central-olb compatible
commit: 07bdb358bc50f17442b6b685d18a6f141b6f276b
Best regards,
--
Brian Masney <bmasney@xxxxxxxxxx>