From: Ashok Reddy Soma Date: Fri, 22 Jul 2022 08:46:56 +0000 (-0600) Subject: arm64: zynqmp: Enable power domain driver X-Git-Url: http://git.dujemihanovic.xyz/login.html?a=commitdiff_plain;h=7b4e365e49c76df88917883bd59dc9799131bac2;p=u-boot.git arm64: zynqmp: Enable power domain driver Enable power domain driver to configure pmufw config object and request node for all the IP's that are enabled in DT. Signed-off-by: Ashok Reddy Soma Signed-off-by: Michal Simek Link: https://lore.kernel.org/r/20220722084658.30995-4-ashok.reddy.soma@xilinx.com --- diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index 22ddbf31db..e5ac26e038 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -179,6 +179,8 @@ CONFIG_PHY_FIXED=y CONFIG_DM_ETH_PHY=y CONFIG_XILINX_AXIEMAC=y CONFIG_ZYNQ_GEM=y +CONFIG_POWER_DOMAIN=y +CONFIG_ZYNQMP_POWER_DOMAIN=y CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_PWM=y