diff options
author | Michal Simek <michal.simek@amd.com> | 2023-08-03 10:24:25 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2023-08-03 19:07:11 +0300 |
commit | ffae65fb1ae4738151158b4435fad822cb1ca29c (patch) | |
tree | 17e79b047c0089c6d479c95d8f3692e6d5b0dbad /Documentation/devicetree/bindings/spi | |
parent | 88362275240303455bbec05c249daa84aff07059 (diff) | |
download | linux-ffae65fb1ae4738151158b4435fad822cb1ca29c.tar.xz |
dt-bindings: spi: spi-cadence: Add label property
Add a label property to allow a custom name to be used for identifying the
controller on a board. This is useful when there is more than one
controller present. Similar change was done by commit 412b7a521c30
("dt-bindings: eeprom: at24: Add label property for AT24").
Signed-off-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/82cd1a57397867b5a1039cd15244344c02a3ece1.1691047461.git.michal.simek@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/spi')
-rw-r--r-- | Documentation/devicetree/bindings/spi/spi-cadence.yaml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/spi/spi-cadence.yaml b/Documentation/devicetree/bindings/spi/spi-cadence.yaml index 9eda7f0d2869..d4b61b0e8301 100644 --- a/Documentation/devicetree/bindings/spi/spi-cadence.yaml +++ b/Documentation/devicetree/bindings/spi/spi-cadence.yaml @@ -52,6 +52,9 @@ properties: power-domains: maxItems: 1 + label: + description: Descriptive name of the SPI controller. + required: - compatible - reg |