Kernel 3.19 (re-)introduced Device Tree Overlays. I am on Linux kernel 3.19.4
, via Fedora (3.19.4-200.fc21.armv7hl
).
I have an overlay file overlay.dts
as described in the documentation.
overlay.c contains functions to work with overlays, including to functions to load an overlay.
Does the kernel check any paths for overlays to load? If so, where? If not, how can I load my overlay?