mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-23 15:15:59 +07:00
f5525593c6
Remove the manually added __local_fixups__ because dtc can now generate them. This also fixes a new warning in the process: drivers/of/unittest-data/testcases.dtb: Warning (interrupts_extended_property): Could not get phandle node for /__local_fixups__/testcase-data/interrupts/interrupts-extended0:interrupts-extended(cell 3) Signed-off-by: Rob Herring <robh@kernel.org>
19 lines
295 B
Plaintext
19 lines
295 B
Plaintext
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/ {
|
|
testcase-data {
|
|
changeset {
|
|
prop-update = "hello";
|
|
prop-remove = "world";
|
|
node-remove {
|
|
};
|
|
};
|
|
};
|
|
};
|
|
#include "tests-phandle.dtsi"
|
|
#include "tests-interrupts.dtsi"
|
|
#include "tests-match.dtsi"
|
|
#include "tests-platform.dtsi"
|
|
#include "tests-overlay.dtsi"
|