mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
30 lines
1.1 KiB
Diff
30 lines
1.1 KiB
Diff
From 59064c140b25b8316983ae348ccc1e316af7bb2f Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Thu, 15 Dec 2022 04:27:45 +0000
|
|
Subject: [PATCH 89/92] WIP: dt-bindings: arm: amlogic: add support for Ugoos
|
|
AM6 plus
|
|
|
|
The AM6 plus is a revised version of the AM6 Android box based
|
|
on the Amlogic W400 reference board, but now with an S922XJ to
|
|
bump CPU speeds (rev C silicon) and add Dolby Vision features.
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
---
|
|
Documentation/devicetree/bindings/arm/amlogic.yaml | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
index 6af30f2020a1..4f6b8a44f28c 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -184,6 +184,7 @@ properties:
|
|
- hardkernel,odroid-n2-plus
|
|
- khadas,vim3
|
|
- ugoos,am6
|
|
+ - ugoos,am6-plus
|
|
- const: amlogic,s922x
|
|
- const: amlogic,g12b
|
|
|
|
--
|
|
2.34.1
|
|
|