mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
29 lines
1 KiB
Diff
29 lines
1 KiB
Diff
From d23c3fbbae77767a676c25c6f45674db1b021c53 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Wed, 8 Dec 2021 15:28:50 +0000
|
|
Subject: [PATCH 64/92] WIP: dt-bindings: arm: amlogic: add support for Beelink
|
|
Mini MXIII
|
|
|
|
The Beelink Mini MXIII is an Android STB based on the Amlogic P200
|
|
(GXBB) reference design with an S905 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 275d3fcd7366..68b21500a620 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -56,6 +56,7 @@ properties:
|
|
- enum:
|
|
- amlogic,p200
|
|
- amlogic,p201
|
|
+ - beelink,mini-mxiii
|
|
- friendlyarm,nanopi-k2
|
|
- hardkernel,odroid-c2
|
|
- minix,neo-u1
|
|
--
|
|
2.34.1
|
|
|