diff options
| author | Ashok Reddy Soma <[email protected]> | 2022-07-22 02:46:56 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-07-26 08:36:15 +0200 |
| commit | 7b4e365e49c76df88917883bd59dc9799131bac2 (patch) | |
| tree | f77bc3ab97b1fa4aef42b324b7d56539180ea68d | |
| parent | 2e40ab1f215641c53d2c60baa347892d159cafc9 (diff) | |
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 <[email protected]>
Signed-off-by: Michal Simek <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
| -rw-r--r-- | configs/xilinx_zynqmp_virt_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig index 22ddbf31db4..e5ac26e0381 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 |
