set pin 19 to GPIO in init script
This commit is contained in:
@ -1,6 +1,9 @@
|
|||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
# set PWR_GPIO[4] to gpio
|
# Set Pin-29(PWR_SEQ2) to GPIO
|
||||||
devmem 0x0502707c 32 0x111
|
devmem 0x0502707c 32 0x111
|
||||||
devmem 0x03001068 32 0x3
|
devmem 0x03001068 32 0x3
|
||||||
|
|
||||||
|
# Set Pin-19(SD0_PWR_EN) to GPIO
|
||||||
|
cvi_pinmux -w SD0_PWR_EN/XGPIOA_14 > /dev/null
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user