* [PATCH] dt-bindings: display: rockchip: add missing #sound-dai-cells to dw-hdmi
@ 2024-03-26 17:28 Heiko Stuebner
2024-03-26 17:50 ` Krzysztof Kozlowski
0 siblings, 1 reply; 4+ messages in thread
From: Heiko Stuebner @ 2024-03-26 17:28 UTC (permalink / raw)
To: hjc, andy.yan, robh, krzysztof.kozlowski+dt, conor+dt
Cc: dri-devel, devicetree, linux-arm-kernel, linux-rockchip,
linux-kernel, Heiko Stuebner
The #sound-dai-cells DT property is required to describe link between
the HDMI IP block and the SoC's audio subsystem.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
---
.../devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml | 3 +++
1 file changed, 3 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..3768df80ca7a 100644
--- a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
+++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
@@ -124,6 +124,9 @@ properties:
description:
phandle to the GRF to mux vopl/vopb.
+ "#sound-dai-cells":
+ const: 0
+
required:
- compatible
- reg
--
2.39.2
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply related [flat|nested] 4+ messages in thread* Re: [PATCH] dt-bindings: display: rockchip: add missing #sound-dai-cells to dw-hdmi
2024-03-26 17:28 [PATCH] dt-bindings: display: rockchip: add missing #sound-dai-cells to dw-hdmi Heiko Stuebner
@ 2024-03-26 17:50 ` Krzysztof Kozlowski
2024-03-26 17:50 ` Krzysztof Kozlowski
0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-26 17:50 UTC (permalink / raw)
To: Heiko Stuebner, hjc, andy.yan, robh, krzysztof.kozlowski+dt,
conor+dt
Cc: dri-devel, devicetree, linux-arm-kernel, linux-rockchip,
linux-kernel
On 26/03/2024 18:28, Heiko Stuebner wrote:
> The #sound-dai-cells DT property is required to describe link between
> the HDMI IP block and the SoC's audio subsystem.
>
> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> ---
> .../devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml | 3 +++
> 1 file changed, 3 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..3768df80ca7a 100644
> --- a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
> +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
> @@ -124,6 +124,9 @@ properties:
> description:
> phandle to the GRF to mux vopl/vopb.
>
> + "#sound-dai-cells":
> + const: 0
> +
Then you miss $ref in allOf to /schemas/sound/dai-common.yaml
Best regards,
Krzysztof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: display: rockchip: add missing #sound-dai-cells to dw-hdmi
2024-03-26 17:50 ` Krzysztof Kozlowski
@ 2024-03-26 17:50 ` Krzysztof Kozlowski
2024-03-26 19:29 ` Heiko Stübner
0 siblings, 1 reply; 4+ messages in thread
From: Krzysztof Kozlowski @ 2024-03-26 17:50 UTC (permalink / raw)
To: Heiko Stuebner, hjc, andy.yan, robh, krzysztof.kozlowski+dt,
conor+dt
Cc: dri-devel, devicetree, linux-arm-kernel, linux-rockchip,
linux-kernel
On 26/03/2024 18:50, Krzysztof Kozlowski wrote:
> On 26/03/2024 18:28, Heiko Stuebner wrote:
>> The #sound-dai-cells DT property is required to describe link between
>> the HDMI IP block and the SoC's audio subsystem.
>>
>> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
>> ---
>> .../devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml | 3 +++
>> 1 file changed, 3 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..3768df80ca7a 100644
>> --- a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
>> +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
>> @@ -124,6 +124,9 @@ properties:
>> description:
>> phandle to the GRF to mux vopl/vopb.
>>
>> + "#sound-dai-cells":
>> + const: 0
>> +
>
> Then you miss $ref in allOf to /schemas/sound/dai-common.yaml
I meant, except your change you should add also above $ref.
Best regards,
Krzysztof
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] dt-bindings: display: rockchip: add missing #sound-dai-cells to dw-hdmi
2024-03-26 17:50 ` Krzysztof Kozlowski
@ 2024-03-26 19:29 ` Heiko Stübner
0 siblings, 0 replies; 4+ messages in thread
From: Heiko Stübner @ 2024-03-26 19:29 UTC (permalink / raw)
To: hjc, andy.yan, robh, krzysztof.kozlowski+dt, conor+dt,
Krzysztof Kozlowski
Cc: dri-devel, devicetree, linux-arm-kernel, linux-rockchip,
linux-kernel
Am Dienstag, 26. März 2024, 18:50:37 CET schrieb Krzysztof Kozlowski:
> On 26/03/2024 18:50, Krzysztof Kozlowski wrote:
> > On 26/03/2024 18:28, Heiko Stuebner wrote:
> >> The #sound-dai-cells DT property is required to describe link between
> >> the HDMI IP block and the SoC's audio subsystem.
> >>
> >> Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> >> ---
> >> .../devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml | 3 +++
> >> 1 file changed, 3 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..3768df80ca7a 100644
> >> --- a/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
> >> +++ b/Documentation/devicetree/bindings/display/rockchip/rockchip,dw-hdmi.yaml
> >> @@ -124,6 +124,9 @@ properties:
> >> description:
> >> phandle to the GRF to mux vopl/vopb.
> >>
> >> + "#sound-dai-cells":
> >> + const: 0
> >> +
> >
> > Then you miss $ref in allOf to /schemas/sound/dai-common.yaml
>
> I meant, except your change you should add also above $ref.
sorry about that, will fix that.
Thanks for the pointer
Heiko
_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-03-26 19:30 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-26 17:28 [PATCH] dt-bindings: display: rockchip: add missing #sound-dai-cells to dw-hdmi Heiko Stuebner
2024-03-26 17:50 ` Krzysztof Kozlowski
2024-03-26 17:50 ` Krzysztof Kozlowski
2024-03-26 19:29 ` Heiko Stübner
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).