mirror of
https://github.com/LibreELEC/LibreELEC.tv
synced 2025-09-24 19:46:01 +07:00
30 lines
953 B
Diff
30 lines
953 B
Diff
From 906616d64230c5d0792d92344f5906270dfbb988 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Wed, 16 Feb 2022 07:27:07 +0000
|
|
Subject: [PATCH 48/70] 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 61a6cabb375b..bf32821281b1 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -152,6 +152,7 @@ properties:
|
|
items:
|
|
- enum:
|
|
- khadas,vim3
|
|
+ - radxa,zero2
|
|
- const: amlogic,a311d
|
|
- const: amlogic,g12b
|
|
|
|
--
|
|
2.17.1
|
|
|