On 10/20/22 02:12, max...@cerno.tech wrote:
A significant number of RaspberryPi drivers using the firmware don't
have a phandle to it, so end up scanning the device tree to find a node
with the firmware compatible.
That code is duplicated everywhere, so let's introduce a helper instead.
Signed-off-by: Maxime Ripard <max...@cerno.tech>
Acked-by: Florian Fainelli <f.faine...@gmail.com>
Thanks for re-ordering the rpi_firmware_of_match array and avoiding a
forward declaration that I was initially confused about in v3.
--
Florian