mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2026-06-13 15:03:58 +03:00
The upstream devicetree uses simple-pm-bus, so CONFIG_POWER_DOMAIN is required now. CONFIG_POWER_DOMAIN enables probing power domains, the PRM power domain driver is requierd as well now. CONFIG_PHANDLE_CHECK_SEQ is now needed as many device nodes are now named for example mmc@0. This switches all evm defconfig variants to use the upstream devicetree. Signed-off-by: Markus Schneider-Pargmann (TI) <msp@baylibre.com> Reviewed-by: Kory Maincent <kory.maincent@bootlin.com>