mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-04-02 10:41:46 -04:00
29 lines
953 B
Diff
29 lines
953 B
Diff
From 18e13ed0bc6e08e4e772758fff2e8114044cdf64 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Wed, 16 Feb 2022 07:27:07 +0000
|
|
Subject: [PATCH 50/92] WIP: dt-bindings: arm: amlogic: add support for Radxa
|
|
Zero2
|
|
|
|
The Radxa Zero2 is a small form-factor SBC using the Amlogic
|
|
A311D 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 9fda2436c618..cf81dc06df2e 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -154,6 +154,7 @@ properties:
|
|
items:
|
|
- enum:
|
|
- khadas,vim3
|
|
+ - radxa,zero2
|
|
- const: amlogic,a311d
|
|
- const: amlogic,g12b
|
|
|
|
--
|
|
2.34.1
|
|
|