Re: [PATCH] fbdev/simplefb: Suppress error on missing power domains

2023-11-22 Thread Hans de Goede
Hi, On 11/22/23 01:54, Richard Acayan wrote: > When the power domains are missing, the call to of_count_phandle_with_args > fails with -ENOENT. The power domains are not required and there are > some device trees that do not specify them. Suppress this error to fix > devices without power domains

[PATCH] fbdev/simplefb: Suppress error on missing power domains

2023-11-21 Thread Richard Acayan
When the power domains are missing, the call to of_count_phandle_with_args fails with -ENOENT. The power domains are not required and there are some device trees that do not specify them. Suppress this error to fix devices without power domains attached to simplefb. Fixes: 92a511a568e4 ("fbdev/sim