Skip to content

Commit b55a9f7

Browse files
superna9999storulf
authored andcommitted
dt-bindings: mmc: controller: remove '|' when not needed
Adding "|" is used to keep the description format, remove it when not needed after the split into mmc-controller.yaml and mmc-controller-common.yaml files. Signed-off-by: Neil Armstrong <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Message-ID: <20241128-topic-amlogic-arm32-upstream-bindings-fixes-convert-meson-mx-sdio-v4-3-11d9f9200a59@linaro.org> Signed-off-by: Ulf Hansson <[email protected]>
1 parent 3aee3ee commit b55a9f7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Documentation/devicetree/bindings/mmc/mmc-controller-common.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,14 @@ title: MMC Controller & Slots Common Properties
99
maintainers:
1010
- Ulf Hansson <[email protected]>
1111

12-
description: |
12+
description:
1313
These properties are common to multiple MMC host controllers and the
1414
possible slots or ports for multi-slot controllers.
1515

1616
properties:
1717
"#address-cells":
1818
const: 1
19-
description: |
19+
description:
2020
The cell is the SDIO function number if a function subnode is used.
2121

2222
"#size-cells":
@@ -321,7 +321,7 @@ patternProperties:
321321
322322
properties:
323323
compatible:
324-
description: |
324+
description:
325325
Name of SDIO function following generic names recommended
326326
practice
327327

Documentation/devicetree/bindings/mmc/mmc-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: MMC Controller Common Properties
99
maintainers:
1010
- Ulf Hansson <[email protected]>
1111

12-
description: |
12+
description:
1313
These properties are common to multiple MMC host controllers. Any host
1414
that requires the respective functionality should implement them using
1515
these definitions.

0 commit comments

Comments
 (0)