40 lines
1.2 KiB
Diff
40 lines
1.2 KiB
Diff
From f871a01e6b10f3d16e4082fe345af7c5f56ab14d Mon Sep 17 00:00:00 2001
|
|
From: Vyacheslav Bocharov <devel@lexina.in>
|
|
Date: Sat, 4 Sep 2021 16:49:49 +0300
|
|
Subject: [PATCH 01/10] dt-bindings: arm: amlogic: add bindings for Jethub
|
|
D1/H1
|
|
|
|
JetHome is a series of home automation controllers:
|
|
- Jethub D1 based on Amlogic A113X
|
|
- Jethub H1 based on AmLogic S905W
|
|
|
|
Signed-off-by: Vyacheslav Bocharov <adeep@lexina.in>
|
|
Acked-by: Rob Herring <robh@kernel.org>
|
|
---
|
|
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 131f13015eb0..0bd50f3072d2 100644
|
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
|
@@ -86,6 +86,7 @@ properties:
|
|
- enum:
|
|
- amlogic,p281
|
|
- oranth,tx3-mini
|
|
+ - jethome,jethub-j80
|
|
- const: amlogic,s905w
|
|
- const: amlogic,meson-gxl
|
|
|
|
@@ -130,6 +131,7 @@ properties:
|
|
items:
|
|
- enum:
|
|
- amlogic,s400
|
|
+ - jethome,jethub-j100
|
|
- const: amlogic,a113d
|
|
- const: amlogic,meson-axg
|
|
|
|
--
|
|
2.30.2
|
|
|