libsoc: update board configuration files to fix pwm definitions
Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
parent
1f7920f7de
commit
c3459a0fdc
|
|
@ -30,9 +30,7 @@ DEFAULT_SPI_SS = 0
|
|||
[PWM]
|
||||
|
||||
# PWM1 on LCD board connector (pin 10).
|
||||
DEFAULT_PWM_CHIP = 0
|
||||
|
||||
DEFAULT_PWM_SIGNAL = 0
|
||||
DEFAULT_PWM = 0,0
|
||||
|
||||
[ADC]
|
||||
|
||||
|
|
|
|||
|
|
@ -24,9 +24,7 @@ DEFAULT_SPI_SS = 0
|
|||
[PWM]
|
||||
|
||||
# PWM4 on GPIO board connector (pin 11).
|
||||
DEFAULT_PWM_CHIP = 0
|
||||
|
||||
DEFAULT_PWM_SIGNAL = 0
|
||||
DEFAULT_PWM = 0,0
|
||||
|
||||
[ADC]
|
||||
|
||||
|
|
|
|||
|
|
@ -24,9 +24,7 @@ DEFAULT_SPI_SS = 0
|
|||
[PWM]
|
||||
|
||||
# PWM1 on Expansion connector (pin 27).
|
||||
DEFAULT_PWM_CHIP = 0
|
||||
|
||||
DEFAULT_PWM_SIGNAL = 0
|
||||
DEFAULT_PWM = 0,0
|
||||
|
||||
[ADC]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue