diff options
author | Krzysztof Kozlowski <[email protected]> | 2024-05-17 16:22:45 +0200 |
---|---|---|
committer | Krzysztof Kozlowski <[email protected]> | 2024-06-26 13:28:05 +0200 |
commit | 68c402fe5c5e5aa9a04c8bba9d99feb08a68afa7 (patch) | |
tree | 55cff8aa71ac53817dc8389b34e8ccd1c20fb189 | |
parent | 93ba8817f2ea13593d1c43e02a819cb7d9be048b (diff) |
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]>
-rw-r--r-- | Documentation/devicetree/bindings/soc/sti/st,sti-syscon.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/soc/sti/st,sti-syscon.yaml b/Documentation/devicetree/bindings/soc/sti/st,sti-syscon.yaml index 5f97d9ff17fb..fc933d70d138 100644 --- a/Documentation/devicetree/bindings/soc/sti/st,sti-syscon.yaml +++ b/Documentation/devicetree/bindings/soc/sti/st,sti-syscon.yaml @@ -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 |