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: vendor-prefixes: Also allow node names starting with '_'

Generated nodes for overlays begin with '_'. The binding examples are
built as overlays in order to allow unresolved phandles, so we need to
allow the generated node names.

Reviewed-by: Maxime Ripard <maxime.ripard@bootlin.com>
Signed-off-by: Rob Herring <robh@kernel.org>

+1 -1
+1 -1
Documentation/devicetree/bindings/vendor-prefixes.yaml
··· 1028 1028 1029 1029 # Normal property name match without a comma 1030 1030 # These should catch all node/property names without a prefix 1031 - "^[a-zA-Z0-9#][a-zA-Z0-9+\\-._@]{0,63}$": true 1031 + "^[a-zA-Z0-9#_][a-zA-Z0-9+\\-._@]{0,63}$": true 1032 1032 "^[a-zA-Z0-9+\\-._]*@[0-9a-zA-Z,]*$": true 1033 1033 "^#.*": true 1034 1034