[PATCH] of: Make of framebuffer devices unique

Rob Herring robh at kernel.org
Thu Jan 19 03:24:40 AEDT 2023


On Tue, 17 Jan 2023 17:58:04 +0100, Michal Suchanek wrote:
> Since Linux 5.19 this error is observed:
> 
> sysfs: cannot create duplicate filename '/devices/platform/of-display'
> 
> This is because multiple devices with the same name 'of-display' are
> created on the same bus.
> 
> Update the code to create numbered device names for the non-boot
> disaplay.
> 
> cc: linuxppc-dev at lists.ozlabs.org
> References: https://bugzilla.kernel.org/show_bug.cgi?id=216095
> Fixes: 52b1b46c39ae ("of: Create platform devices for OF framebuffers")
> Reported-by: Erhard F. <erhard_f at mailbox.org>
> Suggested-by: Thomas Zimmermann <tzimmermann at suse.de>
> Signed-off-by: Michal Suchanek <msuchanek at suse.de>
> ---
>  drivers/of/platform.c | 8 +++++++-
>  1 file changed, 7 insertions(+), 1 deletion(-)
> 

Applied, thanks!


More information about the Linuxppc-dev mailing list