Re: [RESEND PATCH] drm/tegra: switch to using devm_fwnode_gpiod_get()

2022-11-11 Thread Thierry Reding
From: Thierry Reding On Mon, 7 Nov 2022 20:41:42 -0800, Dmitry Torokhov wrote: > devm_gpiod_get_from_of_node() is going away and GPIO consumers should > use generic device/firmware node APIs to fetch GPIOs assigned to them. > Switch the driver to use devm_fwnode_gpiod_get() instead. > > Applie

[RESEND PATCH] drm/tegra: switch to using devm_fwnode_gpiod_get()

2022-11-07 Thread Dmitry Torokhov
devm_gpiod_get_from_of_node() is going away and GPIO consumers should use generic device/firmware node APIs to fetch GPIOs assigned to them. Switch the driver to use devm_fwnode_gpiod_get() instead. Signed-off-by: Dmitry Torokhov --- Marked as "resend" since the contents of the patch are the sam