Skip to content

Commit 0b23331

Browse files
committed
dt-bindings: Remove extra blank lines
Generally at most 1 blank line is the standard style for DT schema files. Remove the few cases with more than 1 so that the yamllint check for this can be enabled. Acked-by: Lee Jones <lee@kernel.org> Reviewed-by: Mathieu Poirier <mathieu.poirier@linaro.org> # remoteproc Acked-by: Georgi Djakov <djakov@kernel.org> Acked-by: Vinod Koul <vkoul@kernel.org> Acked-by: Andi Shyti <andi.shyti@kernel.org> Acked-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org> Acked-by: Jonathan Cameron <jonathan.cameron@huawei.com> Acked-by: Philipp Zabel <p.zabel@pengutronix.de> Acked-by: Uwe Kleine-König <ukleinek@kernel.org> # for allwinner,sun4i-a10-pwm.yaml Reviewed-by: Miquel Raynal <miquel.raynal@bootlin.com> # mtd Acked-by: Guenter Roeck <linux@roeck-us.net> Acked-by: Mark Brown <broonie@kernel.org> Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org> Acked-by: Sebastian Reichel <sebastian.reichel@collabora.com> Acked-by: Manivannan Sadhasivam <mani@kernel.org> # For PCI controller bindings Link: https://patch.msgid.link/20251023143957.2899600-1-robh@kernel.org Signed-off-by: Rob Herring (Arm) <robh@kernel.org>
1 parent bcc357c commit 0b23331

116 files changed

Lines changed: 2 additions & 136 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Documentation/devicetree/bindings/.yamllint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ rules:
3030
document-start:
3131
present: true
3232
empty-lines:
33-
max: 3
33+
max: 1
3434
max-end: 1
3535
empty-values:
3636
forbid-in-block-mappings: true

Documentation/devicetree/bindings/arm/psci.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,6 @@ examples:
163163
method = "smc";
164164
};
165165
166-
167166
- |+
168167
169168
// Case 3: PSCI v0.2 and PSCI v0.1.

Documentation/devicetree/bindings/clock/allwinner,sun4i-a10-gates-clk.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,6 @@ examples:
132132
"ahb_mp", "ahb_mali400";
133133
};
134134
135-
136135
- |
137136
clk@1c20068 {
138137
#clock-cells = <1>;

Documentation/devicetree/bindings/clock/renesas,cpg-mssr.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ properties:
9999
the datasheet.
100100
const: 1
101101

102-
103102
required:
104103
- compatible
105104
- reg

Documentation/devicetree/bindings/clock/xlnx,clocking-wizard.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ properties:
2222
- xlnx,clocking-wizard-v6.0
2323
- xlnx,versal-clk-wizard
2424

25-
2625
reg:
2726
maxItems: 1
2827

Documentation/devicetree/bindings/display/allwinner,sun4i-a10-display-frontend.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,4 @@ examples:
121121
};
122122
};
123123
124-
125124
...

Documentation/devicetree/bindings/display/allwinner,sun6i-a31-drc.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,5 +121,4 @@ examples:
121121
};
122122
};
123123
124-
125124
...

Documentation/devicetree/bindings/display/allwinner,sun8i-a83t-dw-hdmi.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,6 @@ then:
142142
reset-names:
143143
minItems: 2
144144

145-
146145
additionalProperties: false
147146

148147
examples:

Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ description: |
2525
M |-------|______|----|____________| |________________| | |
2626
___|__________________________________________________________|_______________|
2727
28-
2928
VIU: Video Input Unit
3029
---------------------
3130

Documentation/devicetree/bindings/display/bridge/adi,adv7511.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,6 @@ else:
156156
adi,input-style: false
157157
adi,input-justification: false
158158

159-
160159
required:
161160
- compatible
162161
- reg

0 commit comments

Comments
 (0)