diff mbox series

[v4,4/4] arm: zynqmp: Enable PWM command and cadence ttc pwm driver

Message ID a660c8f2010f4f07534753e0ac44a34b8ff0d3c3.1634303847.git.michal.simek@xilinx.com
State Accepted
Commit 24d973c0c19c76ad5959a1ab212240acff54a930
Delegated to: Simon Glass
Headers show
Series [v4,1/4] dm: core: Bind another driver with the same compatible string | expand

Commit Message

Michal Simek Oct. 15, 2021, 1:17 p.m. UTC
Enable PWM ttc driver and command in generic image.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
---

Changes in v4:
- New patch in the series

 configs/xilinx_zynqmp_virt_defconfig | 3 +++
 1 file changed, 3 insertions(+)

Comments

Michal Simek March 30, 2022, 12:47 p.m. UTC | #1
pá 15. 10. 2021 v 15:17 odesílatel Michal Simek
<michal.simek@xilinx.com> napsal:
>
> Enable PWM ttc driver and command in generic image.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>
> Changes in v4:
> - New patch in the series
>
>  configs/xilinx_zynqmp_virt_defconfig | 3 +++
>  1 file changed, 3 insertions(+)
>
> diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
> index 7401078c113e..94a45f293b9b 100644
> --- a/configs/xilinx_zynqmp_virt_defconfig
> +++ b/configs/xilinx_zynqmp_virt_defconfig
> @@ -52,6 +52,7 @@ CONFIG_CMD_FPGA_LOADBP=y
>  CONFIG_CMD_FPGA_LOADP=y
>  CONFIG_CMD_FPGA_LOAD_SECURE=y
>  CONFIG_CMD_GPIO=y
> +CONFIG_CMD_PWM=y
>  CONFIG_CMD_GPT=y
>  CONFIG_CMD_I2C=y
>  CONFIG_CMD_MMC=y
> @@ -160,6 +161,8 @@ CONFIG_XILINX_AXIEMAC=y
>  CONFIG_ZYNQ_GEM=y
>  CONFIG_DM_REGULATOR=y
>  CONFIG_DM_REGULATOR_FIXED=y
> +CONFIG_DM_PWM=y
> +CONFIG_PWM_CADENCE_TTC=y
>  CONFIG_DM_RTC=y
>  CONFIG_RTC_EMULATION=y
>  CONFIG_RTC_ZYNQMP=y
> --
> 2.33.1
>

Applied.
M
diff mbox series

Patch

diff --git a/configs/xilinx_zynqmp_virt_defconfig b/configs/xilinx_zynqmp_virt_defconfig
index 7401078c113e..94a45f293b9b 100644
--- a/configs/xilinx_zynqmp_virt_defconfig
+++ b/configs/xilinx_zynqmp_virt_defconfig
@@ -52,6 +52,7 @@  CONFIG_CMD_FPGA_LOADBP=y
 CONFIG_CMD_FPGA_LOADP=y
 CONFIG_CMD_FPGA_LOAD_SECURE=y
 CONFIG_CMD_GPIO=y
+CONFIG_CMD_PWM=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_I2C=y
 CONFIG_CMD_MMC=y
@@ -160,6 +161,8 @@  CONFIG_XILINX_AXIEMAC=y
 CONFIG_ZYNQ_GEM=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
+CONFIG_DM_PWM=y
+CONFIG_PWM_CADENCE_TTC=y
 CONFIG_DM_RTC=y
 CONFIG_RTC_EMULATION=y
 CONFIG_RTC_ZYNQMP=y