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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: bus: 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: Jernej Skrabec <jernej.skrabec@gmail.com>
Link: https://patch.msgid.link/20251020060951.30776-7-wsa+renesas@sang-engineering.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Wolfram Sang and committed by
Rob Herring (Arm)
3da115f9 7b0f5103

+4 -4
+1 -1
Documentation/devicetree/bindings/bus/allwinner,sun8i-a23-rsb.yaml
··· 43 43 maximum: 20000000 44 44 45 45 patternProperties: 46 - "^.*@[0-9a-fA-F]+$": 46 + "@[0-9a-f]+$": 47 47 type: object 48 48 additionalProperties: true 49 49 properties:
+1 -1
Documentation/devicetree/bindings/bus/st,stm32-etzpc.yaml
··· 44 44 Contains the firewall ID associated to the peripheral. 45 45 46 46 patternProperties: 47 - "^.*@[0-9a-f]+$": 47 + "@[0-9a-f]+$": 48 48 description: Peripherals 49 49 type: object 50 50
+1 -1
Documentation/devicetree/bindings/bus/st,stm32mp25-rifsc.yaml
··· 60 60 Contains the firewall ID associated to the peripheral. 61 61 62 62 patternProperties: 63 - "^.*@[0-9a-f]+$": 63 + "@[0-9a-f]+$": 64 64 description: Peripherals 65 65 type: object 66 66