mirror of
https://github.com/libretro/Lakka-LibreELEC.git
synced 2025-03-01 03:21:21 +00:00
32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
From 179925a3bc8a5ce03f3930b508c3103406998dd5 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Mon, 18 May 2020 23:23:40 +0000
|
|
Subject: [PATCH 74/88] dt-bindings: arm: amlogic: add X96-AIR bindings
|
|
|
|
Add board bindings for the Amediatech X96-AIR STB which ships with
|
|
model variants distiguished by Ethernet configuration: models using
|
|
internal 10/100 PHY have a -100 suffix, while models using external
|
|
Gigabit PHY have a -1000 suffix.
|
|
|
|
Signed-off-by: Christian Hewitt <christianshewitt@gmail.com>
|
|
---
|
|
Documentation/devicetree/bindings/arm/amlogic.yaml | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
index 4ab110d6b3f0..bbf2b77fa5bf 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -165,6 +165,8 @@ properties:
|
|
- description: Boards with the Amlogic Meson SM1 S905X3/D3/Y3 SoC
|
|
items:
|
|
- enum:
|
|
+ - amediatech,x96-air-100
|
|
+ - amediatech,x96-air-1000
|
|
- hardkernel,odroid-c4
|
|
- hardkernel,odroid-hc4
|
|
- khadas,vim3l
|
|
--
|
|
2.17.1
|
|
|