git clone https://github.com/150balbes/Amlogic_s905-kernel.git
cd Amlogic_s905-kernel
vim arch/arm64/boot/dts/amlogic/meson-gxl-s905d-p230.dts
using the keyword search code: interrupts = <29 IRQ_TYPE_LEVEL_LOW>;
then replace 29 with 25
then save this file
make defconfig
make dtbs
cp arch/arm64/boot/dts/amlogic/meson-gxl-s905d-phicomm-n1.dtb ~
sudo mv /boot/dtb/amlogic/meson-gxl-s905d-phicomm-n1.dtb /boot/dtb/amlogic/meson-gxl-s905d-phicomm-n1.dtb.bak
sudo mv ~/meson-gxl-s905d-phicomm-n1.dtb /boot/dtb/amlogic/
Then reboot