All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] More amlogic sound-name-prefix DT fixes
@ 2021-12-23 12:24 ` Alexander Stein
  0 siblings, 0 replies; 14+ messages in thread
From: Alexander Stein @ 2021-12-23 12:24 UTC (permalink / raw)
  To: Jerome Brunet, Liam Girdwood, Mark Brown, Rob Herring,
	Neil Armstrong, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: Alexander Stein, alsa-devel, devicetree, dri-devel

Following up [1] here are more fix for missing sound-name-prefix properties in
the arch/arm64/boot/dts/amlogic/ subtree.

[1] https://www.spinics.net/lists/devicetree/msg466125.html

Alexander Stein (3):
  dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix
    property
  ASoC: dt-bindings: spdif-dit: add missing sound-name-prefix property
  ASoC: dt-bindings: aiu: spdif-dit: add missing sound-name-prefix
    property

 .../devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml   | 5 +++++
 Documentation/devicetree/bindings/sound/amlogic,aiu.yaml     | 5 +++++
 Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml | 5 +++++
 3 files changed, 15 insertions(+)

-- 
2.34.1


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

* [PATCH 0/3] More amlogic sound-name-prefix DT fixes
@ 2021-12-23 12:24 ` Alexander Stein
  0 siblings, 0 replies; 14+ messages in thread
From: Alexander Stein @ 2021-12-23 12:24 UTC (permalink / raw)
  To: Jerome Brunet, Liam Girdwood, Mark Brown, Rob Herring,
	Neil Armstrong, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: Alexander Stein, devicetree, alsa-devel, dri-devel

Following up [1] here are more fix for missing sound-name-prefix properties in
the arch/arm64/boot/dts/amlogic/ subtree.

[1] https://www.spinics.net/lists/devicetree/msg466125.html

Alexander Stein (3):
  dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix
    property
  ASoC: dt-bindings: spdif-dit: add missing sound-name-prefix property
  ASoC: dt-bindings: aiu: spdif-dit: add missing sound-name-prefix
    property

 .../devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml   | 5 +++++
 Documentation/devicetree/bindings/sound/amlogic,aiu.yaml     | 5 +++++
 Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml | 5 +++++
 3 files changed, 15 insertions(+)

-- 
2.34.1


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

* [PATCH 1/3] dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property
  2021-12-23 12:24 ` Alexander Stein
@ 2021-12-23 12:24   ` Alexander Stein
  -1 siblings, 0 replies; 14+ messages in thread
From: Alexander Stein @ 2021-12-23 12:24 UTC (permalink / raw)
  To: Jerome Brunet, Liam Girdwood, Mark Brown, Rob Herring,
	Neil Armstrong, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: Alexander Stein, alsa-devel, devicetree, dri-devel

This is used in meson-gx and meson-g12. Add the property to the binding.
This fixes the dtschema warning:
hdmi-tx@c883a000: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
---
 .../devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
index cf5a208f2f10..343598c9f473 100644
--- a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
@@ -10,6 +10,9 @@ title: Amlogic specific extensions to the Synopsys Designware HDMI Controller
 maintainers:
   - Neil Armstrong <narmstrong@baylibre.com>
 
+allOf:
+  - $ref: /schemas/sound/name-prefix.yaml#
+
 description: |
   The Amlogic Meson Synopsys Designware Integration is composed of
   - A Synopsys DesignWare HDMI Controller IP
@@ -99,6 +102,8 @@ properties:
   "#sound-dai-cells":
     const: 0
 
+  sound-name-prefix: true
+
 required:
   - compatible
   - reg
-- 
2.34.1


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

* [PATCH 1/3] dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property
@ 2021-12-23 12:24   ` Alexander Stein
  0 siblings, 0 replies; 14+ messages in thread
From: Alexander Stein @ 2021-12-23 12:24 UTC (permalink / raw)
  To: Jerome Brunet, Liam Girdwood, Mark Brown, Rob Herring,
	Neil Armstrong, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: Alexander Stein, devicetree, alsa-devel, dri-devel

This is used in meson-gx and meson-g12. Add the property to the binding.
This fixes the dtschema warning:
hdmi-tx@c883a000: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
---
 .../devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml   | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
index cf5a208f2f10..343598c9f473 100644
--- a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
@@ -10,6 +10,9 @@ title: Amlogic specific extensions to the Synopsys Designware HDMI Controller
 maintainers:
   - Neil Armstrong <narmstrong@baylibre.com>
 
+allOf:
+  - $ref: /schemas/sound/name-prefix.yaml#
+
 description: |
   The Amlogic Meson Synopsys Designware Integration is composed of
   - A Synopsys DesignWare HDMI Controller IP
@@ -99,6 +102,8 @@ properties:
   "#sound-dai-cells":
     const: 0
 
+  sound-name-prefix: true
+
 required:
   - compatible
   - reg
-- 
2.34.1


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

* [PATCH 2/3] ASoC: dt-bindings: spdif-dit: add missing sound-name-prefix property
  2021-12-23 12:24 ` Alexander Stein
@ 2021-12-23 12:24   ` Alexander Stein
  -1 siblings, 0 replies; 14+ messages in thread
From: Alexander Stein @ 2021-12-23 12:24 UTC (permalink / raw)
  To: Jerome Brunet, Liam Girdwood, Mark Brown, Rob Herring,
	Neil Armstrong, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: Alexander Stein, alsa-devel, devicetree, dri-devel

This is used in meson-axg, meson-g12 and meson-gx. Add the property to
the binding.
This fixes the dtschema warning:
audio-codec-0: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
---
 Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml b/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml
index c6b070e1d014..a4f9257e313d 100644
--- a/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml
+++ b/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml
@@ -9,6 +9,9 @@ title: Dummy SPDIF Transmitter Device Tree Bindings
 maintainers:
   - Mark Brown <broonie@kernel.org>
 
+allOf:
+  - $ref: name-prefix.yaml#
+
 properties:
   compatible:
     const: linux,spdif-dit
@@ -16,6 +19,8 @@ properties:
   "#sound-dai-cells":
     const: 0
 
+  sound-name-prefix: true
+
 required:
   - "#sound-dai-cells"
   - compatible
-- 
2.34.1


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

* [PATCH 2/3] ASoC: dt-bindings: spdif-dit: add missing sound-name-prefix property
@ 2021-12-23 12:24   ` Alexander Stein
  0 siblings, 0 replies; 14+ messages in thread
From: Alexander Stein @ 2021-12-23 12:24 UTC (permalink / raw)
  To: Jerome Brunet, Liam Girdwood, Mark Brown, Rob Herring,
	Neil Armstrong, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: Alexander Stein, devicetree, alsa-devel, dri-devel

This is used in meson-axg, meson-g12 and meson-gx. Add the property to
the binding.
This fixes the dtschema warning:
audio-codec-0: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
---
 Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml b/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml
index c6b070e1d014..a4f9257e313d 100644
--- a/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml
+++ b/Documentation/devicetree/bindings/sound/linux,spdif-dit.yaml
@@ -9,6 +9,9 @@ title: Dummy SPDIF Transmitter Device Tree Bindings
 maintainers:
   - Mark Brown <broonie@kernel.org>
 
+allOf:
+  - $ref: name-prefix.yaml#
+
 properties:
   compatible:
     const: linux,spdif-dit
@@ -16,6 +19,8 @@ properties:
   "#sound-dai-cells":
     const: 0
 
+  sound-name-prefix: true
+
 required:
   - "#sound-dai-cells"
   - compatible
-- 
2.34.1


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

* [PATCH 3/3] ASoC: dt-bindings: aiu: spdif-dit: add missing sound-name-prefix property
  2021-12-23 12:24 ` Alexander Stein
@ 2021-12-23 12:24   ` Alexander Stein
  -1 siblings, 0 replies; 14+ messages in thread
From: Alexander Stein @ 2021-12-23 12:24 UTC (permalink / raw)
  To: Jerome Brunet, Liam Girdwood, Mark Brown, Rob Herring,
	Neil Armstrong, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: Alexander Stein, alsa-devel, devicetree, dri-devel

This is used in meson-gx. Add the property to the binding.
This fixes the dtschema warning:
audio-controller@5400: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
---
 Documentation/devicetree/bindings/sound/amlogic,aiu.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml b/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml
index f50558ed914f..0705f91199a0 100644
--- a/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml
+++ b/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml
@@ -9,6 +9,9 @@ title: Amlogic AIU audio output controller
 maintainers:
   - Jerome Brunet <jbrunet@baylibre.com>
 
+allOf:
+  - $ref: name-prefix.yaml#
+
 properties:
   $nodename:
     pattern: "^audio-controller@.*"
@@ -65,6 +68,8 @@ properties:
   resets:
     maxItems: 1
 
+  sound-name-prefix: true
+
 required:
   - "#sound-dai-cells"
   - compatible
-- 
2.34.1


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

* [PATCH 3/3] ASoC: dt-bindings: aiu: spdif-dit: add missing sound-name-prefix property
@ 2021-12-23 12:24   ` Alexander Stein
  0 siblings, 0 replies; 14+ messages in thread
From: Alexander Stein @ 2021-12-23 12:24 UTC (permalink / raw)
  To: Jerome Brunet, Liam Girdwood, Mark Brown, Rob Herring,
	Neil Armstrong, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: Alexander Stein, devicetree, alsa-devel, dri-devel

This is used in meson-gx. Add the property to the binding.
This fixes the dtschema warning:
audio-controller@5400: 'sound-name-prefix' does not match any of the
regexes: 'pinctrl-[0-9]+'

Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
---
 Documentation/devicetree/bindings/sound/amlogic,aiu.yaml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml b/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml
index f50558ed914f..0705f91199a0 100644
--- a/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml
+++ b/Documentation/devicetree/bindings/sound/amlogic,aiu.yaml
@@ -9,6 +9,9 @@ title: Amlogic AIU audio output controller
 maintainers:
   - Jerome Brunet <jbrunet@baylibre.com>
 
+allOf:
+  - $ref: name-prefix.yaml#
+
 properties:
   $nodename:
     pattern: "^audio-controller@.*"
@@ -65,6 +68,8 @@ properties:
   resets:
     maxItems: 1
 
+  sound-name-prefix: true
+
 required:
   - "#sound-dai-cells"
   - compatible
-- 
2.34.1


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

* Re: (subset) [PATCH 0/3] More amlogic sound-name-prefix DT fixes
  2021-12-23 12:24 ` Alexander Stein
@ 2021-12-23 17:17   ` Mark Brown
  -1 siblings, 0 replies; 14+ messages in thread
From: Mark Brown @ 2021-12-23 17:17 UTC (permalink / raw)
  To: Martin Blumenstingl, Neil Armstrong, Alexander Stein,
	David Airlie, Rob Herring, Kevin Hilman, Liam Girdwood,
	Daniel Vetter, Jerome Brunet
  Cc: alsa-devel, devicetree, dri-devel

On Thu, 23 Dec 2021 13:24:31 +0100, Alexander Stein wrote:
> Following up [1] here are more fix for missing sound-name-prefix properties in
> the arch/arm64/boot/dts/amlogic/ subtree.
> 
> [1] https://www.spinics.net/lists/devicetree/msg466125.html
> 
> Alexander Stein (3):
>   dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix
>     property
>   ASoC: dt-bindings: spdif-dit: add missing sound-name-prefix property
>   ASoC: dt-bindings: aiu: spdif-dit: add missing sound-name-prefix
>     property
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[2/3] ASoC: dt-bindings: spdif-dit: add missing sound-name-prefix property
      commit: c6cef35bf723ef0152258d15179c725c5f8cbeba
[3/3] ASoC: dt-bindings: aiu: spdif-dit: add missing sound-name-prefix property
      commit: 559ec82aa47d7c9ce39f3c769f1ba5f3237f6869

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

* Re: (subset) [PATCH 0/3] More amlogic sound-name-prefix DT fixes
@ 2021-12-23 17:17   ` Mark Brown
  0 siblings, 0 replies; 14+ messages in thread
From: Mark Brown @ 2021-12-23 17:17 UTC (permalink / raw)
  To: Martin Blumenstingl, Neil Armstrong, Alexander Stein,
	David Airlie, Rob Herring, Kevin Hilman, Liam Girdwood,
	Daniel Vetter, Jerome Brunet
  Cc: devicetree, alsa-devel, dri-devel

On Thu, 23 Dec 2021 13:24:31 +0100, Alexander Stein wrote:
> Following up [1] here are more fix for missing sound-name-prefix properties in
> the arch/arm64/boot/dts/amlogic/ subtree.
> 
> [1] https://www.spinics.net/lists/devicetree/msg466125.html
> 
> Alexander Stein (3):
>   dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix
>     property
>   ASoC: dt-bindings: spdif-dit: add missing sound-name-prefix property
>   ASoC: dt-bindings: aiu: spdif-dit: add missing sound-name-prefix
>     property
> 
> [...]

Applied to

   https://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound.git for-next

Thanks!

[2/3] ASoC: dt-bindings: spdif-dit: add missing sound-name-prefix property
      commit: c6cef35bf723ef0152258d15179c725c5f8cbeba
[3/3] ASoC: dt-bindings: aiu: spdif-dit: add missing sound-name-prefix property
      commit: 559ec82aa47d7c9ce39f3c769f1ba5f3237f6869

All being well this means that it will be integrated into the linux-next
tree (usually sometime in the next 24 hours) and sent to Linus during
the next merge window (or sooner if it is a bug fix), however if
problems are discovered then the patch may be dropped or reverted.

You may get further e-mails resulting from automated or manual testing
and review of the tree, please engage with people reporting problems and
send followup patches addressing any issues that are reported if needed.

If any updates are required or you are submitting further changes they
should be sent as incremental updates against current git, existing
patches will not be replaced.

Please add any relevant lists and maintainers to the CCs when replying
to this mail.

Thanks,
Mark

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

* Re: [PATCH 1/3] dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property
  2021-12-23 12:24   ` Alexander Stein
@ 2022-01-03 11:32     ` Neil Armstrong
  -1 siblings, 0 replies; 14+ messages in thread
From: Neil Armstrong @ 2022-01-03 11:32 UTC (permalink / raw)
  To: Alexander Stein, Jerome Brunet, Liam Girdwood, Mark Brown,
	Rob Herring, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: alsa-devel, devicetree, dri-devel

On 23/12/2021 13:24, Alexander Stein wrote:
> This is used in meson-gx and meson-g12. Add the property to the binding.
> This fixes the dtschema warning:
> hdmi-tx@c883a000: 'sound-name-prefix' does not match any of the
> regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
> ---
>  .../devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml   | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
> index cf5a208f2f10..343598c9f473 100644
> --- a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
> +++ b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
> @@ -10,6 +10,9 @@ title: Amlogic specific extensions to the Synopsys Designware HDMI Controller
>  maintainers:
>    - Neil Armstrong <narmstrong@baylibre.com>
>  
> +allOf:
> +  - $ref: /schemas/sound/name-prefix.yaml#
> +
>  description: |
>    The Amlogic Meson Synopsys Designware Integration is composed of
>    - A Synopsys DesignWare HDMI Controller IP
> @@ -99,6 +102,8 @@ properties:
>    "#sound-dai-cells":
>      const: 0
>  
> +  sound-name-prefix: true
> +
>  required:
>    - compatible
>    - reg
> 

Fixes: 376bf52deef5 ("dt-bindings: display: amlogic, meson-dw-hdmi: convert to yaml")

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

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

* Re: [PATCH 1/3] dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property
@ 2022-01-03 11:32     ` Neil Armstrong
  0 siblings, 0 replies; 14+ messages in thread
From: Neil Armstrong @ 2022-01-03 11:32 UTC (permalink / raw)
  To: Alexander Stein, Jerome Brunet, Liam Girdwood, Mark Brown,
	Rob Herring, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: devicetree, alsa-devel, dri-devel

On 23/12/2021 13:24, Alexander Stein wrote:
> This is used in meson-gx and meson-g12. Add the property to the binding.
> This fixes the dtschema warning:
> hdmi-tx@c883a000: 'sound-name-prefix' does not match any of the
> regexes: 'pinctrl-[0-9]+'
> 
> Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
> ---
>  .../devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml   | 5 +++++
>  1 file changed, 5 insertions(+)
> 
> diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
> index cf5a208f2f10..343598c9f473 100644
> --- a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
> +++ b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
> @@ -10,6 +10,9 @@ title: Amlogic specific extensions to the Synopsys Designware HDMI Controller
>  maintainers:
>    - Neil Armstrong <narmstrong@baylibre.com>
>  
> +allOf:
> +  - $ref: /schemas/sound/name-prefix.yaml#
> +
>  description: |
>    The Amlogic Meson Synopsys Designware Integration is composed of
>    - A Synopsys DesignWare HDMI Controller IP
> @@ -99,6 +102,8 @@ properties:
>    "#sound-dai-cells":
>      const: 0
>  
> +  sound-name-prefix: true
> +
>  required:
>    - compatible
>    - reg
> 

Fixes: 376bf52deef5 ("dt-bindings: display: amlogic, meson-dw-hdmi: convert to yaml")

Acked-by: Neil Armstrong <narmstrong@baylibre.com>

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

* Re: [PATCH 1/3] dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property
  2022-01-03 11:32     ` Neil Armstrong
@ 2022-01-03 11:48       ` Neil Armstrong
  -1 siblings, 0 replies; 14+ messages in thread
From: Neil Armstrong @ 2022-01-03 11:48 UTC (permalink / raw)
  To: Alexander Stein, Jerome Brunet, Liam Girdwood, Mark Brown,
	Rob Herring, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: alsa-devel, devicetree, dri-devel

On 03/01/2022 12:32, Neil Armstrong wrote:
> On 23/12/2021 13:24, Alexander Stein wrote:
>> This is used in meson-gx and meson-g12. Add the property to the binding.
>> This fixes the dtschema warning:
>> hdmi-tx@c883a000: 'sound-name-prefix' does not match any of the
>> regexes: 'pinctrl-[0-9]+'
>>
>> Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
>> ---
>>  .../devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml   | 5 +++++
>>  1 file changed, 5 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
>> index cf5a208f2f10..343598c9f473 100644
>> --- a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
>> +++ b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
>> @@ -10,6 +10,9 @@ title: Amlogic specific extensions to the Synopsys Designware HDMI Controller
>>  maintainers:
>>    - Neil Armstrong <narmstrong@baylibre.com>
>>  
>> +allOf:
>> +  - $ref: /schemas/sound/name-prefix.yaml#
>> +
>>  description: |
>>    The Amlogic Meson Synopsys Designware Integration is composed of
>>    - A Synopsys DesignWare HDMI Controller IP
>> @@ -99,6 +102,8 @@ properties:
>>    "#sound-dai-cells":
>>      const: 0
>>  
>> +  sound-name-prefix: true
>> +
>>  required:
>>    - compatible
>>    - reg
>>
> 
> Fixes: 376bf52deef5 ("dt-bindings: display: amlogic, meson-dw-hdmi: convert to yaml")
> 
> Acked-by: Neil Armstrong <narmstrong@baylibre.com>
> 

Applied to drm-misc-fixes

Thanks,
Neil

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

* Re: [PATCH 1/3] dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property
@ 2022-01-03 11:48       ` Neil Armstrong
  0 siblings, 0 replies; 14+ messages in thread
From: Neil Armstrong @ 2022-01-03 11:48 UTC (permalink / raw)
  To: Alexander Stein, Jerome Brunet, Liam Girdwood, Mark Brown,
	Rob Herring, David Airlie, Daniel Vetter, Kevin Hilman,
	Martin Blumenstingl
  Cc: devicetree, alsa-devel, dri-devel

On 03/01/2022 12:32, Neil Armstrong wrote:
> On 23/12/2021 13:24, Alexander Stein wrote:
>> This is used in meson-gx and meson-g12. Add the property to the binding.
>> This fixes the dtschema warning:
>> hdmi-tx@c883a000: 'sound-name-prefix' does not match any of the
>> regexes: 'pinctrl-[0-9]+'
>>
>> Signed-off-by: Alexander Stein <alexander.stein@mailbox.org>
>> ---
>>  .../devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml   | 5 +++++
>>  1 file changed, 5 insertions(+)
>>
>> diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
>> index cf5a208f2f10..343598c9f473 100644
>> --- a/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
>> +++ b/Documentation/devicetree/bindings/display/amlogic,meson-dw-hdmi.yaml
>> @@ -10,6 +10,9 @@ title: Amlogic specific extensions to the Synopsys Designware HDMI Controller
>>  maintainers:
>>    - Neil Armstrong <narmstrong@baylibre.com>
>>  
>> +allOf:
>> +  - $ref: /schemas/sound/name-prefix.yaml#
>> +
>>  description: |
>>    The Amlogic Meson Synopsys Designware Integration is composed of
>>    - A Synopsys DesignWare HDMI Controller IP
>> @@ -99,6 +102,8 @@ properties:
>>    "#sound-dai-cells":
>>      const: 0
>>  
>> +  sound-name-prefix: true
>> +
>>  required:
>>    - compatible
>>    - reg
>>
> 
> Fixes: 376bf52deef5 ("dt-bindings: display: amlogic, meson-dw-hdmi: convert to yaml")
> 
> Acked-by: Neil Armstrong <narmstrong@baylibre.com>
> 

Applied to drm-misc-fixes

Thanks,
Neil

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

end of thread, other threads:[~2022-01-03 11:49 UTC | newest]

Thread overview: 14+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-23 12:24 [PATCH 0/3] More amlogic sound-name-prefix DT fixes Alexander Stein
2021-12-23 12:24 ` Alexander Stein
2021-12-23 12:24 ` [PATCH 1/3] dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property Alexander Stein
2021-12-23 12:24   ` Alexander Stein
2022-01-03 11:32   ` Neil Armstrong
2022-01-03 11:32     ` Neil Armstrong
2022-01-03 11:48     ` Neil Armstrong
2022-01-03 11:48       ` Neil Armstrong
2021-12-23 12:24 ` [PATCH 2/3] ASoC: dt-bindings: spdif-dit: " Alexander Stein
2021-12-23 12:24   ` Alexander Stein
2021-12-23 12:24 ` [PATCH 3/3] ASoC: dt-bindings: aiu: " Alexander Stein
2021-12-23 12:24   ` Alexander Stein
2021-12-23 17:17 ` (subset) [PATCH 0/3] More amlogic sound-name-prefix DT fixes Mark Brown
2021-12-23 17:17   ` Mark Brown

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.