Skip to content

Commit 4cc9cf2

Browse files
Wolfram Sangbroonie
authored andcommitted
spi: dt-bindings: Fix description mentioning a removed property
'spi-cpha' was removed from this file. So, replace it in the description with an existing example. Reformat the paragraph to adhere to max line length. Fixes: 233363a ("spi/panel: dt-bindings: drop CPHA and CPOL from common properties") Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com> Link: https://patch.msgid.link/20250417111630.53084-2-wsa+renesas@sang-engineering.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent d981e7b commit 4cc9cf2

1 file changed

Lines changed: 7 additions & 6 deletions

File tree

Documentation/devicetree/bindings/spi/spi-peripheral-props.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,13 @@ title: Peripheral-specific properties for a SPI bus.
88

99
description:
1010
Many SPI controllers need to add properties to peripheral devices. They could
11-
be common properties like spi-max-frequency, spi-cpha, etc. or they could be
12-
controller specific like delay in clock or data lines, etc. These properties
13-
need to be defined in the peripheral node because they are per-peripheral and
14-
there can be multiple peripherals attached to a controller. All those
15-
properties are listed here. The controller specific properties should go in
16-
their own separate schema that should be referenced from here.
11+
be common properties like spi-max-frequency, spi-cs-high, etc. or they could
12+
be controller specific like delay in clock or data lines, etc. These
13+
properties need to be defined in the peripheral node because they are
14+
per-peripheral and there can be multiple peripherals attached to a
15+
controller. All those properties are listed here. The controller specific
16+
properties should go in their own separate schema that should be referenced
17+
from here.
1718

1819
maintainers:
1920
- Mark Brown <broonie@kernel.org>

0 commit comments

Comments
 (0)