Re: [PATCH v4 1/2] of: unittest: Switch to use fwnode instead of of_node

From: Rob Herring
Date: Mon Jul 11 2022 - 19:08:29 EST


On Sat, 09 Jul 2022 00:45:38 +0300, Andy Shevchenko wrote:
> The OF node in the GPIO library is deprecated and soon will be removed.
> GPIO library now accepts fwnode as a firmware node, so switch the module
> to use it instead.
>
> Signed-off-by: Andy Shevchenko <andriy.shevchenko@xxxxxxxxxxxxxxx>
> Reviewed-by: Bartosz Golaszewski <brgl@xxxxxxxx>
> ---
> v2: added tag (Bart), clarify the purpose in the commit message (Rob)
> drivers/of/unittest.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>

Applied, thanks!