Re: [PATCH 02/14] dt-bindings: media: add apple,avd
From: Sofus Forstreuter
Date: Sun Sep 20 2026 - 06:51:12 EST
Hi Andy,
On Sun, Sep 20, 2026 at 04:10:55PM +0800, Andy Yan wrote:
>
> Hello,
>
> At 2026-09-18 21:15:07, "Sofus Forstreuter" <sofus.c@xxxxxxxxxx> wrote:
> >Document the Apple Video Decoder. A hardware video decoder present on
> >Apple hardware.
> >
> >Signed-off-by: Sofus Forstreuter <sofus.c@xxxxxxxxxx>
> >---
> > .../devicetree/bindings/media/apple,avd.yaml | 112 +++++++++++++++++++++
> > MAINTAINERS | 1 +
> > 2 files changed, 113 insertions(+)
> >
> >diff --git a/Documentation/devicetree/bindings/media/apple,avd.yaml b/Documentation/devicetree/bindings/media/apple,avd.yaml
> >new file mode 100644
> >index 000000000000..34a4129d6a46
> >--- /dev/null
> >+++ b/Documentation/devicetree/bindings/media/apple,avd.yaml
> >@@ -0,0 +1,112 @@
> >+# SPDX-License-Identifier: GPL-2.0-only OR BSD-2-Clause
> >+%YAML 1.2
> >+---
> >+$id: http://devicetree.org/schemas/media/apple,avd.yaml#
> >+$schema: http://devicetree.org/meta-schemas/core.yaml#
> >+
> >+title: Apple Video Decoder (AVD)
> >+
> >+description: |
> >+ AVD is a stateless video decode IP block present on Apple devices.
> >+ Notably it includes an ARM Cortex-M3 and associated DMA controller.
> >+ AVD is capable of decoding H264, H265, VP9 and AV1 on never SoCs.
>
> Typo: s/never/Newer?
>
Yes, thanks!