Commits

Leonard Crestez committed 4467085f7ed
MLK-16225: imx8 pm: Check of_device_is_available This patch causes imx8-pd nodes marked with status = "disabled" to be ignored. This is very common in devicetree handling. When running with xen the hypervisor will convert all xen,passthrough properties to status = "disabled" before passing dtb to dom0. This patch allows power domains to be marked this way and have them be ignored by the host automatically. The alternative is to remove the power domain nodes and references using /delete-node/ and /delete-property/ and that gets messy. Signed-off-by: Leonard Crestez <leonard.crestez@nxp.com> Reviewed-by: Ranjani Vaidyanathan <Ranjani.vaidyanathan@nxp.com> Reviewed-by: Peng Fan <peng.fan@nxp.com>