mirror of https://github.com/OpenIPC/firmware.git
Fix hisi_gpio_scanner on CV300 platform (#164)
* Fix hisi_gpio_scanner on CV300 platformpull/165/head
parent
5f6e8d9c82
commit
d0c9b6c580
general/package/hisi_gpio/src
|
@ -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