mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
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>
18 lines
227 B
Plaintext
18 lines
227 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
&unittest_test_bus {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
gpio@4 {
|
|
line-c {
|
|
gpio-hog;
|
|
gpios = <3 0>;
|
|
input;
|
|
line-name = "line-C-input";
|
|
};
|
|
};
|
|
};
|