tests/qtest:ast2700-gpio-test: Add GPIO test case for AST2700
Add GPIO test cases to test output and input pins from A0 to D7 for AST2700. Signed-off-by: Jamin Lin <jamin_lin@aspeedtech.com> Reviewed-by: Thomas Huth <thuth@redhat.com> [ clg: - Updated MAINTAINERS ] Signed-off-by: Cédric Le Goater <clg@redhat.com>
This commit is contained in:
committed by
Cédric Le Goater
parent
c6a8a2a7e9
commit
34fdd734c5
@@ -210,6 +210,8 @@ qtests_aspeed = \
|
||||
['aspeed_hace-test',
|
||||
'aspeed_smc-test',
|
||||
'aspeed_gpio-test']
|
||||
qtests_aspeed64 = \
|
||||
['ast2700-gpio-test']
|
||||
|
||||
qtests_stm32l4x5 = \
|
||||
['stm32l4x5_exti-test',
|
||||
@@ -248,6 +250,7 @@ qtests_aarch64 = \
|
||||
(config_all_devices.has_key('CONFIG_RASPI') ? ['bcm2835-dma-test', 'bcm2835-i2c-test'] : []) + \
|
||||
(config_all_accel.has_key('CONFIG_TCG') and \
|
||||
config_all_devices.has_key('CONFIG_TPM_TIS_I2C') ? ['tpm-tis-i2c-test'] : []) + \
|
||||
(config_all_devices.has_key('CONFIG_ASPEED_SOC') ? qtests_aspeed64 : []) + \
|
||||
['arm-cpu-features',
|
||||
'numa-test',
|
||||
'boot-serial-test',
|
||||
|
||||
Reference in New Issue
Block a user