libsoc: update board configuration files to fix pwm definitions

Signed-off-by: David Escalona <david.escalona@digi.com>
This commit is contained in:
David Escalona 2017-09-07 17:30:32 +02:00
parent 1f7920f7de
commit c3459a0fdc
3 changed files with 3 additions and 9 deletions

View File

@ -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]

View File

@ -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]

View File

@ -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]