Commit 517dba97 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Rob Herring

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Link: https://lore.kernel.org/r/c8a512947b22ac95f2ba40e843ecf6015814312e.1690533838.git.geert+renesas@glider.beSigned-off-by: default avatarRob Herring <robh@kernel.org>
parent 121b83ea
......@@ -3,7 +3,6 @@
/plugin/;
&electric_1 {
status = "okay";
hvac_2: hvac-large-1 {
......@@ -57,7 +56,6 @@ ride_200_right: track@20 {
};
&lights_2 {
status = "okay";
color = "purple", "white", "red", "green";
rate = < 3 256 >;
......
......@@ -23,6 +23,5 @@ test-unittest111 {
status = "okay";
reg = <1>;
};
};
};
......@@ -7,6 +7,7 @@
&unittest_i2c_test_bus {
#address-cells = <1>;
#size-cells = <0>;
test-unittest15 {
reg = <11>;
compatible = "unittest-i2c-mux";
......
......@@ -5,7 +5,6 @@
/* overlay_4 - test insertion of a full node */
&unittest_test_bus {
/* suppress DTC warning */
#address-cells = <1>;
#size-cells = <0>;
......
......@@ -13,7 +13,6 @@
*/
&electric_1 {
motor-1 {
controller {
power_bus = < 0x1 0x2 >;
......
......@@ -24,7 +24,6 @@
*/
&electric_1 {
motor-1 {
electric {
rpm_avail = < 100 >;
......
......@@ -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.
......
......@@ -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
......
......@@ -85,7 +85,5 @@ retail_1: vending@50000 {
compatible = "ot,tickets";
status = "disabled";
};
};
};
......@@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@0 {
compatible = "unittest-gpio";
reg = <0>;
......
......@@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@2 {
compatible = "unittest-gpio";
reg = <2>;
......
......@@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@2 {
line-a {
gpio-hog;
......
......@@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@3 {
compatible = "unittest-gpio";
reg = <3>;
......
......@@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@4 {
compatible = "unittest-gpio";
reg = <4>;
......
......@@ -5,6 +5,7 @@
&unittest_test_bus {
#address-cells = <1>;
#size-cells = <0>;
gpio@4 {
line-c {
gpio-hog;
......
......@@ -5,6 +5,7 @@ testcase-data {
changeset {
prop-update = "hello";
prop-remove = "world";
node-remove {
};
};
......
......@@ -5,6 +5,7 @@ testcase-data {
interrupts {
#address-cells = <1>;
#size-cells = <1>;
test_intc0: intc0 {
interrupt-controller;
#interrupt-cells = <1>;
......
......@@ -3,7 +3,6 @@
/ {
testcase-data {
overlay-node {
/* test bus */
unittest_test_bus: test-bus {
compatible = "simple-bus";
......
......@@ -8,7 +8,9 @@ aliases {
testcase: testcase-data {
security-password = "password";
duplicate-name = "duplicate";
duplicate-name { };
phandle-tests {
provider0: provider0 {
#phandle-cells = <0>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment