32 lines
1.2 KiB
Diff
32 lines
1.2 KiB
Diff
From d3f8339a14bb50d961ea6abd4d391355d2b21858 Mon Sep 17 00:00:00 2001
|
|
From: Christian Hewitt <christianshewitt@gmail.com>
|
|
Date: Mon, 29 Jun 2020 15:54:45 +0000
|
|
Subject: [PATCH 76/88] dt-bindings: arm: amlogic: add A95XF3-AIR bindings
|
|
|
|
Add board bindings for the CYX A95XF3-AIR set-top box 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 bbf2b77fa5bf..6a6eec15747b 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -167,6 +167,8 @@ properties:
|
|
- enum:
|
|
- amediatech,x96-air-100
|
|
- amediatech,x96-air-1000
|
|
+ - cyx,a95xf3-air-100
|
|
+ - cyx,a95xf3-air-1000
|
|
- hardkernel,odroid-c4
|
|
- hardkernel,odroid-hc4
|
|
- khadas,vim3l
|
|
--
|
|
2.17.1
|
|
|