commit | d279f5d3a8ddff5db38d321d892f876350a8bf24 | [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 | 59382d2cb9f5aef06f2de8a24b283466c0c1cf50 [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>