linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] dt-bindings: mfd: wlf,arizona: Add spi-max-frequency
@ 2022-05-04  8:43 Krzysztof Kozlowski
  2022-05-04 15:46 ` Charles Keepax
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Krzysztof Kozlowski @ 2022-05-04  8:43 UTC (permalink / raw)
  To: Lee Jones, Rob Herring, Krzysztof Kozlowski, -, devicetree, linux-kernel
  Cc: Krzysztof Kozlowski, Rob Herring

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>

---

Changes since v1:
1. Allow all SPI properties, not only max-frequency.
---
 Documentation/devicetree/bindings/mfd/wlf,arizona.yaml | 1 +
 1 file changed, 1 insertion(+)

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#
-- 
2.32.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: mfd: wlf,arizona: Add spi-max-frequency
  2022-05-04  8:43 [PATCH v2] dt-bindings: mfd: wlf,arizona: Add spi-max-frequency Krzysztof Kozlowski
@ 2022-05-04 15:46 ` Charles Keepax
  2022-05-05 14:19 ` Rob Herring
  2022-05-23 14:13 ` Lee Jones
  2 siblings, 0 replies; 4+ messages in thread
From: Charles Keepax @ 2022-05-04 15:46 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Lee Jones, Rob Herring, Krzysztof Kozlowski, -,
	devicetree, linux-kernel, Rob Herring

On Wed, May 04, 2022 at 10:43:04AM +0200, Krzysztof Kozlowski wrote:
> 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: Charles Keepax <ckeepax@opensource.cirrus.com>

Thanks,
Charles

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: mfd: wlf,arizona: Add spi-max-frequency
  2022-05-04  8:43 [PATCH v2] dt-bindings: mfd: wlf,arizona: Add spi-max-frequency Krzysztof Kozlowski
  2022-05-04 15:46 ` Charles Keepax
@ 2022-05-05 14:19 ` Rob Herring
  2022-05-23 14:13 ` Lee Jones
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring @ 2022-05-05 14:19 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: linux-kernel, -, Rob Herring, Lee Jones, Krzysztof Kozlowski, devicetree

On Wed, 04 May 2022 10:43:04 +0200, Krzysztof Kozlowski wrote:
> 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>
> 
> ---
> 
> Changes since v1:
> 1. Allow all SPI properties, not only max-frequency.
> ---
>  Documentation/devicetree/bindings/mfd/wlf,arizona.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

Acked-by: Rob Herring <robh@kernel.org>

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH v2] dt-bindings: mfd: wlf,arizona: Add spi-max-frequency
  2022-05-04  8:43 [PATCH v2] dt-bindings: mfd: wlf,arizona: Add spi-max-frequency Krzysztof Kozlowski
  2022-05-04 15:46 ` Charles Keepax
  2022-05-05 14:19 ` Rob Herring
@ 2022-05-23 14:13 ` Lee Jones
  2 siblings, 0 replies; 4+ messages in thread
From: Lee Jones @ 2022-05-23 14:13 UTC (permalink / raw)
  To: Krzysztof Kozlowski
  Cc: Rob Herring, Krzysztof Kozlowski, -,
	devicetree, linux-kernel, Rob Herring

On Wed, 04 May 2022, Krzysztof Kozlowski wrote:

> 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>
> 
> ---
> 
> Changes since v1:
> 1. Allow all SPI properties, not only max-frequency.
> ---
>  Documentation/devicetree/bindings/mfd/wlf,arizona.yaml | 1 +
>  1 file changed, 1 insertion(+)

Applied, thanks.

-- 
Lee Jones [李琼斯]
Principal Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2022-05-23 14:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-04  8:43 [PATCH v2] dt-bindings: mfd: wlf,arizona: Add spi-max-frequency Krzysztof Kozlowski
2022-05-04 15:46 ` Charles Keepax
2022-05-05 14:19 ` Rob Herring
2022-05-23 14:13 ` Lee Jones

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).