Fix hisi_gpio_scanner on CV300 platform ()

* Fix hisi_gpio_scanner on CV300 platform
pull/165/head
Dmitry Ilyin 2022-01-22 10:36:42 +03:00 committed by GitHub
parent 5f6e8d9c82
commit d0c9b6c580
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions
general/package/hisi_gpio/src

View File

@ -191,6 +191,7 @@ void get_chip_gpio_adress(unsigned long *Chip_Id, unsigned long *GPIO_Groups,
case 0x3516C300:
*GPIO_Groups = 9;
*GPIO_Base = 0x12140000;
*GPIO_Offset = 0x1000;
break;
case 0x3516A300:
*GPIO_Groups = 12;