diff options
author | Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> | 2022-05-04 10:43:04 +0200 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2022-05-23 16:13:26 +0200 |
commit | 21a486c4a9b8cfcb5f11c854287f4b5d3f6af28c (patch) | |
tree | 6685e2eb7efc3d64597d3c4cd3b4c4002379d839 /Documentation | |
parent | mfd: rt4831: Improve error reporting for problems during .remove() (diff) | |
download | linux-21a486c4a9b8cfcb5f11c854287f4b5d3f6af28c.tar.xz linux-21a486c4a9b8cfcb5f11c854287f4b5d3f6af28c.zip |
dt-bindings: mfd: wlf,arizona: Add spi-max-frequency
The Wolfson Microelectronics Arizona audio can be connected via SPI bus
(e.g. WM5110 on Exynos5433 TM2 board), so allow SPI peripheral
properties.
Reported-by: Rob Herring <robh@kernel.org>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Rob Herring <robh@kernel.org>
Acked-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Link: https://lore.kernel.org/r/20220504084304.46173-1-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/mfd/wlf,arizona.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml b/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml index 9e762d474218..ea3337dafaf5 100644 --- a/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml +++ b/Documentation/devicetree/bindings/mfd/wlf,arizona.yaml @@ -14,6 +14,7 @@ description: | range of analogue I/O. allOf: + - $ref: /schemas/spi/spi-peripheral-props.yaml - $ref: /schemas/sound/wlf,arizona.yaml# - $ref: /schemas/regulator/wlf,arizona.yaml# - $ref: /schemas/extcon/wlf,arizona.yaml# |