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 13fcb2cd934993bf97d27f11db35f2a478d173b4 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Wed, 8 Dec 2021 15:28:50 +0000
|
|
Subject: [PATCH 078/120] 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 657af6e662ea..a0ea076b7b4d 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
|
|
|