Linux-Devicetree Archive mirror
 help / color / mirror / Atom feed
* [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi
@ 2024-04-13 15:38 Johan Jonker
  2024-04-13 15:39 ` [PATCH v1 2/3] dt-bindings: display: add #sound-dai-cells property to rockchip rk3066 hdmi Johan Jonker
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: Johan Jonker @ 2024-04-13 15:38 UTC (permalink / raw
  To: hjc, heiko, andy.yan
  Cc: airlied, daniel, maarten.lankhorst, mripard, tzimmermann, robh,
	krzk+dt, conor+dt, markyao0591, dri-devel, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel

The Rockchip DWC HDMI TX Encoder can take one I2S input and transmit it
over the HDMI output. Add #sound-dai-cells (= 0) to the binding for it.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 .../bindings/display/rockchip/rockchip,dw-hdmi.yaml          | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
index af638b6c0d21..2aac62219ff6 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
@@ -15,6 +15,7 @@ description: |

 allOf:
   - $ref: ../bridge/synopsys,dw-hdmi.yaml#
+  - $ref: /schemas/sound/dai-common.yaml#

 properties:
   compatible:
@@ -124,6 +125,9 @@ properties:
     description:
       phandle to the GRF to mux vopl/vopb.

+  "#sound-dai-cells":
+    const: 0
+
 required:
   - compatible
   - reg
@@ -153,6 +157,7 @@ examples:
         ddc-i2c-bus = <&i2c5>;
         power-domains = <&power RK3288_PD_VIO>;
         rockchip,grf = <&grf>;
+        #sound-dai-cells = <0>;

         ports {
             #address-cells = <1>;
--
2.39.2


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

* [PATCH v1 2/3] dt-bindings: display: add #sound-dai-cells property to rockchip rk3066 hdmi
  2024-04-13 15:38 [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi Johan Jonker
@ 2024-04-13 15:39 ` Johan Jonker
  2024-04-13 15:39 ` [PATCH v1 3/3] dt-bindings: display: add #sound-dai-cells property to rockchip inno hdmi Johan Jonker
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: Johan Jonker @ 2024-04-13 15:39 UTC (permalink / raw
  To: hjc, heiko, andy.yan
  Cc: airlied, daniel, maarten.lankhorst, mripard, tzimmermann, robh,
	krzk+dt, conor+dt, markyao0591, dri-devel, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel

The Rockchip rk3066 HDMI controller can take one I2S input and transmit it
over the HDMI output. Add #sound-dai-cells (= 0) to the binding for it.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 .../bindings/display/rockchip/rockchip,rk3066-hdmi.yaml    | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
index 1a68a940d165..6d4b78a36576 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,rk3066-hdmi.yaml
@@ -10,6 +10,9 @@ maintainers:
   - Sandy Huang <hjc@rock-chips.com>
   - Heiko Stuebner <heiko@sntech.de>

+allOf:
+  - $ref: /schemas/sound/dai-common.yaml#
+
 properties:
   compatible:
     const: rockchip,rk3066-hdmi
@@ -34,6 +37,9 @@ properties:
     description:
       This soc uses GRF regs to switch the HDMI TX input between vop0 and vop1.

+  "#sound-dai-cells":
+    const: 0
+
   ports:
     $ref: /schemas/graph.yaml#/properties/ports

@@ -83,6 +89,7 @@ examples:
       pinctrl-names = "default";
       power-domains = <&power RK3066_PD_VIO>;
       rockchip,grf = <&grf>;
+      #sound-dai-cells = <0>;

       ports {
         #address-cells = <1>;
--
2.39.2


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

* [PATCH v1 3/3] dt-bindings: display: add #sound-dai-cells property to rockchip inno hdmi
  2024-04-13 15:38 [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi Johan Jonker
  2024-04-13 15:39 ` [PATCH v1 2/3] dt-bindings: display: add #sound-dai-cells property to rockchip rk3066 hdmi Johan Jonker
@ 2024-04-13 15:39 ` Johan Jonker
  2024-04-15 16:12 ` [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi Conor Dooley
  2024-04-19 11:18 ` Heiko Stuebner
  3 siblings, 0 replies; 5+ messages in thread
From: Johan Jonker @ 2024-04-13 15:39 UTC (permalink / raw
  To: hjc, heiko, andy.yan
  Cc: airlied, daniel, maarten.lankhorst, mripard, tzimmermann, robh,
	krzk+dt, conor+dt, markyao0591, dri-devel, devicetree,
	linux-arm-kernel, linux-rockchip, linux-kernel

The Rockchip inno HDMI controller can take one I2S input and transmit it
over the HDMI output. Add #sound-dai-cells (= 0) to the binding for it.

Signed-off-by: Johan Jonker <jbx6244@gmail.com>
---
 .../bindings/display/rockchip/rockchip,inno-hdmi.yaml        | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/rockchip/rockchip,inno-hdmi.yaml b/Documentation/devicetree/bindings/display/rockchip/rockchip,inno-hdmi.yaml
index be78dcfa1c76..5b87b0f1963e 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip,inno-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,inno-hdmi.yaml
@@ -37,6 +37,9 @@ properties:
   power-domains:
     maxItems: 1

+  "#sound-dai-cells":
+    const: 0
+
   ports:
     $ref: /schemas/graph.yaml#/properties/ports

@@ -66,6 +69,7 @@ required:
   - ports

 allOf:
+  - $ref: /schemas/sound/dai-common.yaml#
   - if:
       properties:
         compatible:
@@ -106,6 +110,7 @@ examples:
       clock-names = "pclk";
       pinctrl-names = "default";
       pinctrl-0 = <&hdmi_ctl>;
+      #sound-dai-cells = <0>;

       ports {
         #address-cells = <1>;
--
2.39.2


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

* Re: [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi
  2024-04-13 15:38 [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi Johan Jonker
  2024-04-13 15:39 ` [PATCH v1 2/3] dt-bindings: display: add #sound-dai-cells property to rockchip rk3066 hdmi Johan Jonker
  2024-04-13 15:39 ` [PATCH v1 3/3] dt-bindings: display: add #sound-dai-cells property to rockchip inno hdmi Johan Jonker
@ 2024-04-15 16:12 ` Conor Dooley
  2024-04-19 11:18 ` Heiko Stuebner
  3 siblings, 0 replies; 5+ messages in thread
From: Conor Dooley @ 2024-04-15 16:12 UTC (permalink / raw
  To: Johan Jonker
  Cc: hjc, heiko, andy.yan, airlied, daniel, maarten.lankhorst, mripard,
	tzimmermann, robh, krzk+dt, conor+dt, markyao0591, dri-devel,
	devicetree, linux-arm-kernel, linux-rockchip, linux-kernel

[-- Attachment #1: Type: text/plain, Size: 403 bytes --]

On Sat, Apr 13, 2024 at 05:38:05PM +0200, Johan Jonker wrote:
> The Rockchip DWC HDMI TX Encoder can take one I2S input and transmit it
> over the HDMI output. Add #sound-dai-cells (= 0) to the binding for it.
> 
> Signed-off-by: Johan Jonker <jbx6244@gmail.com>

Please send cover letters for multi-patch series, for all 3:
Acked-by: Conor Dooley <conor.dooley@microchip.com>

Chees,
Conor.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 228 bytes --]

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

* Re: [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi
  2024-04-13 15:38 [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi Johan Jonker
                   ` (2 preceding siblings ...)
  2024-04-15 16:12 ` [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi Conor Dooley
@ 2024-04-19 11:18 ` Heiko Stuebner
  3 siblings, 0 replies; 5+ messages in thread
From: Heiko Stuebner @ 2024-04-19 11:18 UTC (permalink / raw
  To: Johan Jonker, andy.yan, hjc
  Cc: Heiko Stuebner, linux-rockchip, robh, airlied, maarten.lankhorst,
	dri-devel, devicetree, markyao0591, conor+dt, tzimmermann,
	mripard, daniel, krzk+dt, linux-kernel, linux-arm-kernel

On Sat, 13 Apr 2024 17:38:05 +0200, Johan Jonker wrote:
> The Rockchip DWC HDMI TX Encoder can take one I2S input and transmit it
> over the HDMI output. Add #sound-dai-cells (= 0) to the binding for it.
> 
> 

Applied, thanks!

[1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi
      commit: e58414e44b5315230de829ed88a63611646907ac
[2/3] dt-bindings: display: add #sound-dai-cells property to rockchip rk3066 hdmi
      commit: 9be3eb5d6ee57662a22b56153c7ee39265685455
[3/3] dt-bindings: display: add #sound-dai-cells property to rockchip inno hdmi
      commit: b1ee6bd3ea954d081bfb1d5559ce3e78ef40443a

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

end of thread, other threads:[~2024-04-19 11:19 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-13 15:38 [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi Johan Jonker
2024-04-13 15:39 ` [PATCH v1 2/3] dt-bindings: display: add #sound-dai-cells property to rockchip rk3066 hdmi Johan Jonker
2024-04-13 15:39 ` [PATCH v1 3/3] dt-bindings: display: add #sound-dai-cells property to rockchip inno hdmi Johan Jonker
2024-04-15 16:12 ` [PATCH v1 1/3] dt-bindings: display: add #sound-dai-cells property to rockchip dw hdmi Conor Dooley
2024-04-19 11:18 ` Heiko Stuebner

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 read-only IMAP folder(s) and NNTP newsgroup(s).