Add gpio profiles

pull/166/head
p0isk 2022-01-22 18:46:05 +03:00
parent c120c9ca11
commit 2a778898a6
1 changed files with 4 additions and 4 deletions

View File

@ -2,7 +2,7 @@
soc=$(fw_printenv -n soc) || (>&2 echo "SOC not defined in U-Boot ENV"; exit 1)
vendor=$(fw_printenv -n vendor) || (>&2 echo "Vendor not defined in U-Boot ENV"; exit 1)
# devid=$(fw_printenv -n devid) || (>&2 echo "SOC not defined in U-Boot ENV"; exit 1)
# devid=$(fw_printenv -n devid) || (>&2 echo "Device ID not defined in U-Boot ENV"; exit 1)
case ${vendor} in
anjoy)
@ -12,7 +12,7 @@ case ${vendor} in
;;
esac
;;
camhi|xin)
camhi|hichip|xin)
case ${soc} in
hi3516ev200|gk7205v200)
gpio="usb_ena=-9"