[T31] Update GPIO driver and init script (#477)

pull/478/head
Igor Zalatov 2022-09-20 12:32:42 +03:00 committed by GitHub
parent 34fada55c6
commit 34ee9d06a3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 2 deletions

View File

@ -97,5 +97,6 @@ if [ $? -ne 0 ]; then
insmod ${KMOD_PATH/%\//}/sensor_${SENSOR}_t31.ko ${SENSOR_PARAM}
check_return "insmod sensor drv"
fi
# temporary hax to claim gpio 57,58 on HICHIP boards
insmod ${KMOD_PATH/%\//}/ircut.ko; rmmod ircut
#
# Need for gpio 57,58 on HICHIP boards
insmod ${KMOD_PATH/%\//}/gpio.ko