mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2024-11-24 10:16:18 +00:00
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From d7ec2bf4d082d383dd2f3a77cbf46bb10261ea59 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Sat, 29 Feb 2020 15:13:02 +0000
|
|
Subject: [PATCH 072/120] WIP: dt-bindings: arm: amlogic: add support for the
|
|
Tanix TX5 Max
|
|
|
|
The Oranth (Tanix) TX5 Max is based on the Amlogic U200 reference
|
|
board with an S905X2 chip.
|
|
|
|
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 94f68e7c85ed..845a5eb56ff3 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -146,6 +146,7 @@ properties:
|
|
- enum:
|
|
- amediatech,x96-max
|
|
- amlogic,u200
|
|
+ - oranth,tx5-max
|
|
- radxa,zero
|
|
- seirobotics,sei510
|
|
- const: amlogic,g12a
|
|
--
|
|
2.34.1
|
|
|