mirror of
https://github.com/armbian/build.git
synced 2025-09-19 20:51:12 +02:00
34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From 875ed8762a46e7f0fd143b58a3002c3a76b805cd Mon Sep 17 00:00:00 2001
|
|
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
Date: Sat, 25 Apr 2020 22:16:15 +0200
|
|
Subject: [PATCH 45/96] dt-bindings: display: meson-vpu: add support for
|
|
Meson8/8b/8m2 - WiP
|
|
|
|
WiP
|
|
|
|
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
---
|
|
.../devicetree/bindings/display/amlogic,meson-vpu.yaml | 4 ++++
|
|
1 file changed, 4 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml b/Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml
|
|
index c9ab01434..96c32747e 100644
|
|
--- a/Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml
|
|
+++ b/Documentation/devicetree/bindings/display/amlogic,meson-vpu.yaml
|
|
@@ -66,8 +66,12 @@ properties:
|
|
- const: amlogic,meson-gx-vpu
|
|
- enum:
|
|
- amlogic,meson-g12a-vpu # G12A (S905X2, S905Y2, S905D2)
|
|
+ - amlogic,meson8-vpu
|
|
+ - amlogic,meson8b-vpu
|
|
+ - amlogic,meson8m2-vpu
|
|
|
|
reg:
|
|
+ minItems: 1
|
|
maxItems: 2
|
|
|
|
reg-names:
|
|
--
|
|
2.45.1
|
|
|