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" [off-list ref] wrote:
quoted
Document the Apple Video Decoder. A hardware video decoder present on
Apple hardware.
Signed-off-by: Sofus Forstreuter <redacted>
---
.../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!