2022-03-17 05:45:27

by Nicolas Belin

[permalink] [raw]
Subject: [PATCH 0/3] drm: bridge: it66121: Add audio support

This patch series adds the audio support on the it66121 HDMI bridge.

Patch 1 updates the ITE 66121 HDMI bridge bindings in order to support
audio.

Patch 2 sets the register page length or window length of the ITE 66121
HDMI bridge to 0x100 according to the documentation.

Patch 3 contains the actual driver modifications in order to add the
audio support on the ITE 66121 HDMI bridge.

Nicolas Belin (3):
dt-bindings: display: bridge: it66121: Add audio support
drm: bridge: it66121: Fix the register page length
drm: bridge: it66121: Add audio support

.../bindings/display/bridge/ite,it66121.yaml | 3 +
drivers/gpu/drm/bridge/ite-it66121.c | 629 +++++++++++++++++-
2 files changed, 631 insertions(+), 1 deletion(-)

--
2.25.1


2022-03-17 06:35:25

by Nicolas Belin

[permalink] [raw]
Subject: [PATCH 1/3] dt-bindings: display: bridge: it66121: Add audio support

Update the ITE bridge HDMI it66121 bindings in order to
support audio.

Signed-off-by: Nicolas Belin <[email protected]>
---
.../devicetree/bindings/display/bridge/ite,it66121.yaml | 3 +++
1 file changed, 3 insertions(+)

diff --git a/Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml b/Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
index 6ec1d5fbb8bc..c6e81f532215 100644
--- a/Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
+++ b/Documentation/devicetree/bindings/display/bridge/ite,it66121.yaml
@@ -38,6 +38,9 @@ properties:
interrupts:
maxItems: 1

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

--
2.25.1

2022-03-24 14:33:44

by Rob Herring

[permalink] [raw]
Subject: Re: [PATCH 1/3] dt-bindings: display: bridge: it66121: Add audio support

On Wed, 16 Mar 2022 14:57:31 +0100, Nicolas Belin wrote:
> Update the ITE bridge HDMI it66121 bindings in order to
> support audio.
>
> Signed-off-by: Nicolas Belin <[email protected]>
> ---
> .../devicetree/bindings/display/bridge/ite,it66121.yaml | 3 +++
> 1 file changed, 3 insertions(+)
>

Acked-by: Rob Herring <[email protected]>

2022-03-24 15:42:57

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH 0/3] drm: bridge: it66121: Add audio support

Hi,

On Wed, 16 Mar 2022 14:57:30 +0100, Nicolas Belin wrote:
> This patch series adds the audio support on the it66121 HDMI bridge.
>
> Patch 1 updates the ITE 66121 HDMI bridge bindings in order to support
> audio.
>
> Patch 2 sets the register page length or window length of the ITE 66121
> HDMI bridge to 0x100 according to the documentation.
>
> [...]

Thanks, Applied to https://anongit.freedesktop.org/git/drm/drm-misc.git (drm-misc-next)

[1/3] dt-bindings: display: bridge: it66121: Add audio support
https://cgit.freedesktop.org/drm/drm-misc/commit/?id=cc2f2df48a17980e815fa09a43b81861f7ebad85
[2/3] drm: bridge: it66121: Fix the register page length
https://cgit.freedesktop.org/drm/drm-misc/commit/?id=003a1bd6a2a55c16cb2451153533dbedb12bebec
[3/3] drm: bridge: it66121: Add audio support
https://cgit.freedesktop.org/drm/drm-misc/commit/?id=e0fd83dbe92426e4f09b01111d260d2a7dc72fdb

--
Neil