diff options
author | Krzysztof Kozlowski <[email protected]> | 2023-02-06 19:08:04 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-02-09 16:06:41 +0000 |
commit | 636caca3583923b75fa538bc43ce57801fb8a1a2 (patch) | |
tree | e75d0c99b886ec4216273e87f6ebb45aac97dfd4 | |
parent | edcda9a605bbfdd78d8d79043e01544d8b742828 (diff) |
ASoC: dt-bindings: qcom,wcd934x: Describe slim-ifc-dev
The "slim-ifc-dev" property should not be just "true", because it allows
any type.
Signed-off-by: Krzysztof Kozlowski <[email protected]>
Acked-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml b/Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml index 184e8ccbdd13..39b27126cfc1 100644 --- a/Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml +++ b/Documentation/devicetree/bindings/sound/qcom,wcd934x.yaml @@ -28,7 +28,9 @@ properties: description: GPIO spec for reset line to use maxItems: 1 - slim-ifc-dev: true + slim-ifc-dev: + description: IFC device interface + $ref: /schemas/types.yaml#/definitions/phandle clocks: maxItems: 1 |