517dba9711
Blank line between properties and subnodes. Blank line between subsequent subnodes. No blank line after subnode opening curly brace. No blank line after subnode closing curly brace. No blank line at end of file. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Link: https://lore.kernel.org/r/c8a512947b22ac95f2ba40e843ecf6015814312e.1690533838.git.geert+renesas@glider.be Signed-off-by: Rob Herring <robh@kernel.org>
22 lines
375 B
Plaintext
22 lines
375 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
|
|
/ {
|
|
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-address.dtsi"
|
|
#include "tests-platform.dtsi"
|
|
#include "tests-overlay.dtsi"
|
|
#include "tests-lifecycle.dtsi"
|