public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [PATCH] dt-bindings: iio: adc: amlogic,meson-saradc: also allow meson8-saradc to have amlogic,hhi-sysctrl property
@ 2024-09-11 15:29 Neil Armstrong
  2024-09-15 19:19 ` Martin Blumenstingl
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Neil Armstrong @ 2024-09-11 15:29 UTC (permalink / raw)
  To: Jonathan Cameron, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Kevin Hilman, Jerome Brunet,
	Martin Blumenstingl
  Cc: linux-iio, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel, Neil Armstrong

The SARADC on the Amlogic Meson8 SoC also requires the amlogic,hhi-sysctrl,
property, document it by adding the amlogic,meson8-saradc compatible in the
adequate allOf:if:compatible:contains:enums along meson8b and meson8m2.

Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
---
 Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml b/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml
index f748f3a60b35..b0962a4583ac 100644
--- a/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml
+++ b/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml
@@ -98,6 +98,7 @@ allOf:
         compatible:
           contains:
             enum:
+              - amlogic,meson8-saradc
               - amlogic,meson8b-saradc
               - amlogic,meson8m2-saradc
     then:

---
base-commit: 47ac09b91befbb6a235ab620c32af719f8208399
change-id: 20240911-topic-amlogic-arm32-upstream-bindings-fixes-amlogic-hhi-sysctrl-127d3feddf3a

Best regards,
-- 
Neil Armstrong <neil.armstrong@linaro.org>



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

* Re: [PATCH] dt-bindings: iio: adc: amlogic,meson-saradc: also allow meson8-saradc to have amlogic,hhi-sysctrl property
  2024-09-11 15:29 [PATCH] dt-bindings: iio: adc: amlogic,meson-saradc: also allow meson8-saradc to have amlogic,hhi-sysctrl property Neil Armstrong
@ 2024-09-15 19:19 ` Martin Blumenstingl
  2024-09-16 17:41 ` Rob Herring (Arm)
  2024-09-28 14:25 ` Jonathan Cameron
  2 siblings, 0 replies; 4+ messages in thread
From: Martin Blumenstingl @ 2024-09-15 19:19 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Jonathan Cameron, Lars-Peter Clausen, Rob Herring,
	Krzysztof Kozlowski, Conor Dooley, Kevin Hilman, Jerome Brunet,
	linux-iio, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel

On Wed, Sep 11, 2024 at 5:29 PM Neil Armstrong
<neil.armstrong@linaro.org> wrote:
>
> The SARADC on the Amlogic Meson8 SoC also requires the amlogic,hhi-sysctrl,
> property, document it by adding the amlogic,meson8-saradc compatible in the
> adequate allOf:if:compatible:contains:enums along meson8b and meson8m2.
>
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Reviewed-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>


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

* Re: [PATCH] dt-bindings: iio: adc: amlogic,meson-saradc: also allow meson8-saradc to have amlogic,hhi-sysctrl property
  2024-09-11 15:29 [PATCH] dt-bindings: iio: adc: amlogic,meson-saradc: also allow meson8-saradc to have amlogic,hhi-sysctrl property Neil Armstrong
  2024-09-15 19:19 ` Martin Blumenstingl
@ 2024-09-16 17:41 ` Rob Herring (Arm)
  2024-09-28 14:25 ` Jonathan Cameron
  2 siblings, 0 replies; 4+ messages in thread
From: Rob Herring (Arm) @ 2024-09-16 17:41 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Lars-Peter Clausen, Jerome Brunet, Martin Blumenstingl,
	linux-amlogic, Kevin Hilman, Conor Dooley, Jonathan Cameron,
	devicetree, linux-iio, Krzysztof Kozlowski, linux-kernel,
	linux-arm-kernel


On Wed, 11 Sep 2024 17:29:53 +0200, Neil Armstrong wrote:
> The SARADC on the Amlogic Meson8 SoC also requires the amlogic,hhi-sysctrl,
> property, document it by adding the amlogic,meson8-saradc compatible in the
> adequate allOf:if:compatible:contains:enums along meson8b and meson8m2.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
> ---
>  Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 

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



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

* Re: [PATCH] dt-bindings: iio: adc: amlogic,meson-saradc: also allow meson8-saradc to have amlogic,hhi-sysctrl property
  2024-09-11 15:29 [PATCH] dt-bindings: iio: adc: amlogic,meson-saradc: also allow meson8-saradc to have amlogic,hhi-sysctrl property Neil Armstrong
  2024-09-15 19:19 ` Martin Blumenstingl
  2024-09-16 17:41 ` Rob Herring (Arm)
@ 2024-09-28 14:25 ` Jonathan Cameron
  2 siblings, 0 replies; 4+ messages in thread
From: Jonathan Cameron @ 2024-09-28 14:25 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Lars-Peter Clausen, Rob Herring, Krzysztof Kozlowski,
	Conor Dooley, Kevin Hilman, Jerome Brunet, Martin Blumenstingl,
	linux-iio, devicetree, linux-arm-kernel, linux-amlogic,
	linux-kernel

On Wed, 11 Sep 2024 17:29:53 +0200
Neil Armstrong <neil.armstrong@linaro.org> wrote:

> The SARADC on the Amlogic Meson8 SoC also requires the amlogic,hhi-sysctrl,
> property, document it by adding the amlogic,meson8-saradc compatible in the
> adequate allOf:if:compatible:contains:enums along meson8b and meson8m2.
> 
> Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Applied to the togreg branch of iio.git.

Shout and provide a fixes tag if this should be in stable.

Jonathan

> ---
>  Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml b/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml
> index f748f3a60b35..b0962a4583ac 100644
> --- a/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml
> +++ b/Documentation/devicetree/bindings/iio/adc/amlogic,meson-saradc.yaml
> @@ -98,6 +98,7 @@ allOf:
>          compatible:
>            contains:
>              enum:
> +              - amlogic,meson8-saradc
>                - amlogic,meson8b-saradc
>                - amlogic,meson8m2-saradc
>      then:
> 
> ---
> base-commit: 47ac09b91befbb6a235ab620c32af719f8208399
> change-id: 20240911-topic-amlogic-arm32-upstream-bindings-fixes-amlogic-hhi-sysctrl-127d3feddf3a
> 
> Best regards,



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

end of thread, other threads:[~2024-09-28 14:26 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-11 15:29 [PATCH] dt-bindings: iio: adc: amlogic,meson-saradc: also allow meson8-saradc to have amlogic,hhi-sysctrl property Neil Armstrong
2024-09-15 19:19 ` Martin Blumenstingl
2024-09-16 17:41 ` Rob Herring (Arm)
2024-09-28 14:25 ` Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox