On 5/27/26 17:39, Alberto Aróstegui wrote:
From: AlbertoArostegui <[email protected]>pxa168fb maps the LCD controller register resource with devm_ioremap(), which does not request the memory region. Use devm_ioremap_resource() instead so the MMIO range is claimed before being mapped. This also handles cleanup automatically. Signed-off-by: AlbertoArostegui <[email protected]> --- drivers/video/fbdev/pxa168fb.c | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-)
applied. Thanks! Helge
