mirror of
https://github.com/torvalds/linux.git
synced 2024-12-26 21:02:19 +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>
32 lines
479 B
Plaintext
32 lines
479 B
Plaintext
// SPDX-License-Identifier: GPL-2.0
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
/* overlay_15 - mux overlay */
|
|
|
|
&unittest_i2c_test_bus {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
test-unittest15 {
|
|
reg = <11>;
|
|
compatible = "unittest-i2c-mux";
|
|
status = "okay";
|
|
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
|
|
i2c@0 {
|
|
#address-cells = <1>;
|
|
#size-cells = <0>;
|
|
reg = <0>;
|
|
|
|
test-mux-dev@20 {
|
|
reg = <0x20>;
|
|
compatible = "unittest-i2c-dev";
|
|
status = "okay";
|
|
};
|
|
};
|
|
};
|
|
};
|