raspberrypi-firmware-dt/disable-v3d-overlay.dts
Guillaume GARDET 614d5c4a50 Accepting request 867163 from home:nsaenzjulienne:branches:hardware:boot
- Introduce disable-v3d-overlay.dts, in order to be able to selectively disable
  v3d while using vc4 as the display controller.

- Update to 02dbfea28f (2021-01-22):
 * Add reserved memory template to hold firmware configuration
- Drop upstream-blconfig-rmem.patch as it's now available upstream.

OBS-URL: https://build.opensuse.org/request/show/867163
OBS-URL: https://build.opensuse.org/package/show/hardware:boot/raspberrypi-firmware-dt?expand=0&rev=71
2021-01-27 13:40:15 +00:00

14 lines
140 B
Plaintext

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