]> git.dujemihanovic.xyz Git - u-boot.git/commit
pinctrl: imx: Convert to use livetree API for fdt access
authorTim Harvey <tharvey@gateworks.com>
Wed, 23 Oct 2024 20:28:52 +0000 (13:28 -0700)
committerFabio Estevam <festevam@gmail.com>
Fri, 25 Oct 2024 12:07:30 +0000 (09:07 -0300)
commit59382d2cb9f5aef06f2de8a24b283466c0c1cf50
treefbcbec5f3dc35fa31c34693f262d7d8618355b24
parent7f62b52305b45694949442bfc674f57e7bf8d2c6
pinctrl: imx: Convert to use livetree API for fdt access

Convert to using livetree API functions.

Without this if livetree is enabled (OF_LIVE) the imx8mq-pinctrl
driver will (silently) fail to probe causing issues with multiple
devices.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
drivers/pinctrl/nxp/pinctrl-imx.c