mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00

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>
27 lines
457 B
Text
27 lines
457 B
Text
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/* overlay_11 */
|
|
/* overlays 8, 9, 10, 11 application and removal in bad sequence */
|
|
|
|
&unittest_test_bus {
|
|
/* suppress DTC warning */
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
test-unittest11 {
|
|
compatible = "unittest";
|
|
status = "okay";
|
|
reg = <11>;
|
|
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
test-unittest111 {
|
|
compatible = "unittest";
|
|
status = "okay";
|
|
reg = <1>;
|
|
};
|
|
};
|
|
};
|