raspberrypi-firmware-dt/disable-vc4-overlay.dts
Guillaume GARDET ee92c19369 Accepting request 748598 from home:nsaenzjulienne:branches:hardware:boot
For now vc4 crashes on the RPi4, introduce a device tree overlay to disable
it. This can be used to disable vc4 trough congfig.txt.

OBS-URL: https://build.opensuse.org/request/show/748598
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/raspberrypi-firmware-dt?expand=0&rev=28
2019-11-19 07:56:56 +00:00

14 lines
140 B
Plaintext

/dts-v1/;
/plugin/;
/{
compatible = "brcm,bcm2711";
fragment@0 {
target = <&vc4>;
__overlay__ {
status = "disabled";
};
};
};