freebsd-dev/sys/dts/freebsd-compatible.dts
Emmanuel Vadot 4a63c1c1ed Brand our DTS with the Linux version it was imported from
DTS must be synced with the kernel, add a freebsd,dts-version string in
the root node of each DTS that we compile so we can later in the kernel
check that it contain a correct value.

Reviewed by:	imp, mmel
Differential Revision:	https://reviews.freebsd.org/D26724
2020-10-10 07:18:51 +00:00

4 lines
49 B
Plaintext

/ {
freebsd,dts-version = LINUX_DTS_VERSION;
};