mirror of
https://github.com/armbian/build
synced 2025-09-24 19:47:06 +07:00
* import new layout for libreelec patches (no more mbox) * refactor existing patches to kernel 6.17 * fix uboot issue causing VOP IOMMU page fault and no screen
17 lines
294 B
Plaintext
17 lines
294 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/*
|
|
* Disable regular gpio-ir-receiver and enable
|
|
* rockchip-ir-receiver driver; also enables virtual
|
|
* poweroff on shutdown to allow restart with power key
|
|
* on remote controller
|
|
*/
|
|
&ir_receiver {
|
|
status = "disabled";
|
|
};
|
|
|
|
&rockchip_ir_receiver {
|
|
status = "okay";
|
|
};
|