mirror of
https://github.com/armbian/build.git
synced 2025-08-15 23:56:57 +02:00
* Add MXQ target. Copy HDMI fix from odroid-c1. * meson8, MXQ: add boot from usb support, configurable dtb * MXQ: remove boot logo Built-in U-BOOT is used, so the logo will not be displayed anyway. * meson: kernel update: legacy -> 6.6, current -> 6.12 * Change Odroid C1 and Onecloud to community supported as build now passes --------- Co-authored-by: Igor Pecovnik <igor@armbian.com>
33 lines
1.1 KiB
Diff
33 lines
1.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
Date: Sat, 25 Apr 2020 22:16:15 +0200
|
|
Subject: dt-bindings: display: meson-vpu: add support for Meson8/8b/8m2 - WiP
|
|
|
|
WiP
|
|
|
|
Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
|
|
---
|
|
Documentation/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 111111111111..222222222222 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:
|
|
--
|
|
Armbian
|
|
|