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

Convert to using livetree API functions.

Without this if livetree is enabled (OF_LIVE) the imx8m-power-domain
driver will (silently) fail to probe its children leaving you with
no power domain support causing issues with certain devices.

Signed-off-by: Tim Harvey <tharvey@gateworks.com>
Reviewed-by: Jaehoon Chung <jh80.chung@samsung.com>
drivers/power/domain/imx8m-power-domain.c