Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

spi: dt-bindings: don't check node names

Node names are already and properly checked by the core schema. No need
to do it again.

Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Acked-by: Conor Dooley <conor.dooley@microchip.com>
Link: https://patch.msgid.link/20251020060951.30776-10-wsa+renesas@sang-engineering.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Wolfram Sang and committed by
Mark Brown
7c69694c 0cdb2b1b

+2 -2
+1 -1
Documentation/devicetree/bindings/spi/snps,dw-apb-ssi.yaml
··· 153 153 provides an interface to override the native DWC SSI CS control. 154 154 155 155 patternProperties: 156 - "^.*@[0-9a-f]+$": 156 + "@[0-9a-f]+$": 157 157 type: object 158 158 additionalProperties: true 159 159
+1 -1
Documentation/devicetree/bindings/spi/spi-controller.yaml
··· 111 111 - compatible 112 112 113 113 patternProperties: 114 - "^.*@[0-9a-f]+$": 114 + "@[0-9a-f]+$": 115 115 type: object 116 116 $ref: spi-peripheral-props.yaml 117 117 additionalProperties: true