mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
30 lines
1.0 KiB
Diff
30 lines
1.0 KiB
Diff
From 0a079e9c7149766df7cfa6cbd94d2d26c2d5a0cf Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Wed, 8 Dec 2021 15:28:50 +0000
|
|
Subject: [PATCH 65/75] 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 4a9334f626f9..eb360bf4789a 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.17.1
|
|
|