4a63c1c1ed
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
4 lines
49 B
Plaintext
4 lines
49 B
Plaintext
/ {
|
|
freebsd,dts-version = LINUX_DTS_VERSION;
|
|
};
|