Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
deviceTree: Allow applying dtoverlays for DT with no compatible string
In some cases vendor provided .dts's do not have a `compatible` string set [example](https://github.com/raspberrypi/linux/blob/rpi-6.1.y/arch/arm/boot/dts/overlays/hat_map.dts). Trying to patch them with `apply_overlays.py` results in an exception (and therefore build error) even when the filter didn't match this .dtb. These changes allow patching .dtbs with no `compatible` set, assuming they are compatible with the overlay.
- Loading branch information