mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
31 lines
1.1 KiB
Diff
31 lines
1.1 KiB
Diff
From ab90388d1569247b46cdec1d98085ebdb387708d Mon Sep 17 00:00:00 2001
|
|
From: Jonas Karlman <jonas@kwiboo.se>
|
|
Date: Sun, 10 Aug 2025 21:24:36 +0000
|
|
Subject: [PATCH 050/113] FROMLIST(v3): media: dt-bindings: rockchip,vdec: Add
|
|
RK3288 compatible
|
|
|
|
Add a RK3288 compatible for a version of the Rockchip VDEC IP that only
|
|
support HEVC decoding.
|
|
|
|
Signed-off-by: Jonas Karlman <jonas@kwiboo.se>
|
|
Acked-by: Conor Dooley <conor.dooley@microchip.com>
|
|
---
|
|
Documentation/devicetree/bindings/media/rockchip,vdec.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/media/rockchip,vdec.yaml b/Documentation/devicetree/bindings/media/rockchip,vdec.yaml
|
|
index 96b6c8938768..809fda45b3bd 100644
|
|
--- a/Documentation/devicetree/bindings/media/rockchip,vdec.yaml
|
|
+++ b/Documentation/devicetree/bindings/media/rockchip,vdec.yaml
|
|
@@ -16,6 +16,7 @@ description: |-
|
|
properties:
|
|
compatible:
|
|
oneOf:
|
|
+ - const: rockchip,rk3288-vdec
|
|
- const: rockchip,rk3399-vdec
|
|
- const: rockchip,rk3576-vdec
|
|
- const: rockchip,rk3588-vdec
|
|
--
|
|
2.34.1
|
|
|