Skip to content

Commit 68c402f

Browse files
committed
dt-bindings: soc: sti: st,sti-syscon: document codec node
st,stih407-core-syscfg syscon block comes with a child - the audio codec, whose binding is still in TXT format. Document the child to fix dtbs_check validation errors, while allowing later the binding to be converted to DT schema: stih410-b2260.dtb: core-syscfg@92b0000: 'sti-sasg-codec' does not match any of the regexes: 'pinctrl-[0-9]+' Reviewed-by: Rob Herring (Arm) <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 93ba881 commit 68c402f

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Documentation/devicetree/bindings/soc/sti/st,sti-syscon.yaml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,15 @@ properties:
3030
reg:
3131
maxItems: 1
3232

33+
sti-sasg-codec:
34+
description: STi internal audio codec
35+
type: object
36+
additionalProperties: true
37+
38+
properties:
39+
compatible:
40+
const: st,stih407-sas-codec
41+
3342
required:
3443
- compatible
3544
- reg

0 commit comments

Comments
 (0)