Recently I've installed armbian on my 905 TV box using this article as a guide: https://i12bretro.github.io/tutorials/0269.html 
 
	After some experiments with dtb files and tuning everything seems to work fine except of one thing: the box can't be turned off, it boots immediately  after shutting  down.
 
	I've found a similar problem described in several articles, for example: https://gist.github.com/george-hawkins/a897a6fe116093a4c1f29ad19df088de
 
	It is suggested to enable XHCI HCD quirks in grub. But there is not such file in the system I've installed, the closest thing I found was config-5.9.0-arm-64 file. What is the right way to modify it to add XHCI HCD quirks? Or maybe the suggested method doesn't  suite for my system?
 
	Sorry if my question is dumb, I'm a total noob with Linux.