mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
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 <t.karthik.reddy@amd.com> Signed-off-by: Ashok Reddy Soma <ashok.reddy.soma@xilinx.com> Link: https://lore.kernel.org/r/20220720095959.29610-4-ashok.reddy.soma@xilinx.com Signed-off-by: Michal Simek <michal.simek@amd.com>
This commit is contained in:
parent
c0ce59aaac
commit
9dac63b6f4
@ -183,6 +183,8 @@ CONFIG_DM_REGULATOR=y
|
|||||||
CONFIG_DM_REGULATOR_FIXED=y
|
CONFIG_DM_REGULATOR_FIXED=y
|
||||||
CONFIG_DM_PWM=y
|
CONFIG_DM_PWM=y
|
||||||
CONFIG_PWM_CADENCE_TTC=y
|
CONFIG_PWM_CADENCE_TTC=y
|
||||||
|
CONFIG_DM_RESET=y
|
||||||
|
CONFIG_RESET_ZYNQMP=y
|
||||||
CONFIG_DM_RTC=y
|
CONFIG_DM_RTC=y
|
||||||
CONFIG_RTC_EMULATION=y
|
CONFIG_RTC_EMULATION=y
|
||||||
CONFIG_RTC_ZYNQMP=y
|
CONFIG_RTC_ZYNQMP=y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user