Fix hisi_gpio_scanner on CV300 platform

pull/164/head
Dmitry Ilyin 2022-01-22 10:34:01 +03:00
parent 293b19d2b3
commit ce2c2b0460
1 changed files with 1 additions and 0 deletions

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;