mirror of https://github.com/OpenIPC/firmware.git
Fix hisi_gpio_scanner on CV300 platform
parent
293b19d2b3
commit
ce2c2b0460
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue