diff options
| author | Ashok Reddy Soma <[email protected]> | 2022-07-20 03:59:59 -0600 |
|---|---|---|
| committer | Michal Simek <[email protected]> | 2022-07-26 08:28:32 +0200 |
| commit | 9dac63b6f4df17398345d4ea4f771fcf9e5e4547 (patch) | |
| tree | 5cecf2cb9a773187e2213863e660c4599d082659 | |
| parent | c0ce59aaacfd139f75f57181f0e15a3efbd7b3fc (diff) | |
arm64: zynqmp: Enable reset driver
Enable reset driver for ZynqMP platforms. This will enable us to reset
the IP's using generic reset_assert and reset_deassert calls.
Signed-off-by: T Karthik Reddy <[email protected]>
Signed-off-by: Ashok Reddy Soma <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Michal Simek <[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 bee48162e75..22ddbf31db4 100644 --- a/configs/xilinx_zynqmp_virt_defconfig +++ b/configs/xilinx_zynqmp_virt_defconfig @@ -183,6 +183,8 @@ CONFIG_DM_REGULATOR=y CONFIG_DM_REGULATOR_FIXED=y CONFIG_DM_PWM=y CONFIG_PWM_CADENCE_TTC=y +CONFIG_DM_RESET=y +CONFIG_RESET_ZYNQMP=y CONFIG_DM_RTC=y CONFIG_RTC_EMULATION=y CONFIG_RTC_ZYNQMP=y |
