of: unittest-data: Fix whitespace - blank lines

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>
This commit is contained in:
Geert Uytterhoeven 2023-07-28 10:50:37 +02:00 committed by Rob Herring
parent 121b83eadd
commit 517dba9711
19 changed files with 11 additions and 11 deletions

View File

@ -3,7 +3,6 @@
/plugin/;
&electric_1 {
status = "okay";
hvac_2: hvac-large-1 {
@ -57,7 +56,6 @@
};
&lights_2 {
status = "okay";
color = "purple", "white", "red", "green";
rate = < 3 256 >;

View File

@ -23,6 +23,5 @@
status = "okay";
reg = <1>;
};
};
};

View File

@ -7,6 +7,7 @@
&unittest_i2c_test_bus {
#address-cells = <1>;
#size-cells = <0>;
test-unittest15 {
reg = <11>;
compatible = "unittest-i2c-mux";

View File

@ -5,7 +5,6 @@
/* overlay_4 - test insertion of a full node */
&unittest_test_bus {
/* suppress DTC warning */
#address-cells = <1>;
#size-cells = <0>;

View File

@ -13,7 +13,6 @@
*/
&electric_1 {
motor-1 {
controller {
power_bus = < 0x1 0x2 >;

View File

@ -24,7 +24,6 @@
*/
&electric_1 {
motor-1 {
electric {
rpm_avail = < 100 >;

View File

@ -3,7 +3,6 @@
/plugin/;
&electric_1 {
// This label should cause an error when the overlay
// is applied. There is already a phandle value
// in the base tree for motor-1.

View File

@ -3,7 +3,6 @@
/plugin/;
&electric_1 {
// This label should cause an error when the overlay
// is applied. There is already a symbol hvac_1
// in the base tree

View File

@ -85,7 +85,5 @@
compatible = "ot,tickets";
status = "disabled";
};
};
};

View File

@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@0 {
compatible = "unittest-gpio";
reg = <0>;

View File

@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@2 {
compatible = "unittest-gpio";
reg = <2>;

View File

@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@2 {
line-a {
gpio-hog;

View File

@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@3 {
compatible = "unittest-gpio";
reg = <3>;

View File

@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@4 {
compatible = "unittest-gpio";
reg = <4>;

View File

@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@4 {
line-c {
gpio-hog;

View File

@ -5,6 +5,7 @@
changeset {
prop-update = "hello";
prop-remove = "world";
node-remove {
};
};

View File

@ -5,6 +5,7 @@
interrupts {
#address-cells = <1>;
#size-cells = <1>;
test_intc0: intc0 {
interrupt-controller;
#interrupt-cells = <1>;

View File

@ -3,7 +3,6 @@
/ {
testcase-data {
overlay-node {
/* test bus */
unittest_test_bus: test-bus {
compatible = "simple-bus";

View File

@ -8,7 +8,9 @@
testcase: testcase-data {
security-password = "password";
duplicate-name = "duplicate";
duplicate-name { };
phandle-tests {
provider0: provider0 {
#phandle-cells = <0>;