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

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>

+9
+9
Documentation/devicetree/bindings/soc/sti/st,sti-syscon.yaml
··· 30 30 reg: 31 31 maxItems: 1 32 32 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 + 33 42 required: 34 43 - compatible 35 44 - reg