busybox: drop VIM3 workaround from ledfix

This commit is contained in:
Christian Hewitt 2020-12-03 07:35:48 +00:00
parent 7c9365ae35
commit f55929632e

View File

@ -14,10 +14,3 @@ case $(dtsoc) in
done done
;; ;;
esac esac
# add device-specific led handling here
case $(dtname) in
khadas,vim3*)
echo "255" > /sys/devices/platform/leds/leds/vim3\:red/brightness
;;
esac