]> www.infradead.org Git - users/jedix/linux-maple.git/commit
gpio: nomadik: replace of_property_read_*() by device_property_read_*()
authorThéo Lebrun <theo.lebrun@bootlin.com>
Wed, 28 Feb 2024 11:28:14 +0000 (12:28 +0100)
committerLinus Walleij <linus.walleij@linaro.org>
Thu, 29 Feb 2024 09:30:15 +0000 (10:30 +0100)
commitbe0552e1f4bfade2b27830e8b2f587c395baf39d
tree9c580e6269ca016a31168d50e0183a317aaeff76
parent0b95fcd1f42f0ff5d0464e6a0f577b883fc20a4b
gpio: nomadik: replace of_property_read_*() by device_property_read_*()

Avoid OF APIs in the GPIO subsystem. Here, replace
of_property_read_{u32,bool}() call by device_property_read_{u32,bool}().

Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com>
Link: https://lore.kernel.org/r/20240228-mbly-gpio-v2-16-3ba757474006@bootlin.com
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/gpio/gpio-nomadik.c