mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 23:24:38 +00:00
pwm: aspeed: Select SYSCON to get parent detail.
To work correctly, this driver depends on SYSCON to get the base address from the parent dts node. Signed-off-by: Billy Tsai <billy_tsai@aspeedtech.com> Reviewed-by: Chia-Wei Wang <chiawei_wang@aspeedtech.com>
This commit is contained in:
parent
707b17f64e
commit
11d30963bc
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ config DM_PWM
|
||||||
config PWM_ASPEED
|
config PWM_ASPEED
|
||||||
bool "Enable support for the Aspeed PWM"
|
bool "Enable support for the Aspeed PWM"
|
||||||
depends on DM_PWM
|
depends on DM_PWM
|
||||||
|
select SYSCON
|
||||||
help
|
help
|
||||||
This PWM is found on Ast2600 SoCs. It supports a programmable period
|
This PWM is found on Ast2600 SoCs. It supports a programmable period
|
||||||
and duty cycle. It provides 16 channels which can be independently
|
and duty cycle. It provides 16 channels which can be independently
|
||||||
|
|
Loading…
Reference in a new issue