commit | 87f4303831b24862e7c54ad9b8c57a24f4a6ec89 | [log] [tgz] |
---|---|---|
author | Tim Harvey <tharvey@gateworks.com> | Wed Oct 23 13:28:53 2024 -0700 |
committer | Fabio Estevam <festevam@gmail.com> | Fri Oct 25 09:07:35 2024 -0300 |
tree | 667be2c2c6aa641ad4200f78037ca5384633c73d | |
parent | adf72e0ef7543c7154410aac143a9dc72e85ec13 [diff] |
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>