mirror of
https://github.com/torvalds/linux.git
synced 2026-03-13 22:36:17 +01:00
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) <robh@kernel.org> Link: https://lore.kernel.org/r/20240517142245.178556-1-krzysztof.kozlowski@linaro.org Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
This commit is contained in:
parent
93ba8817f2
commit
68c402fe5c
1 changed files with 9 additions and 0 deletions
|
|
@ -30,6 +30,15 @@ properties:
|
|||
reg:
|
||||
maxItems: 1
|
||||
|
||||
sti-sasg-codec:
|
||||
description: STi internal audio codec
|
||||
type: object
|
||||
additionalProperties: true
|
||||
|
||||
properties:
|
||||
compatible:
|
||||
const: st,stih407-sas-codec
|
||||
|
||||
required:
|
||||
- compatible
|
||||
- reg
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue