42 lines
1.5 KiB
Diff
42 lines
1.5 KiB
Diff
|
From 8e22ad11c8d0c2a5b1ae70d439a57782d3b8d775 Mon Sep 17 00:00:00 2001
|
||
|
From: Jerome Brunet <jbrunet@baylibre.com>
|
||
|
Date: Fri, 6 Oct 2023 12:34:59 +0200
|
||
|
Subject: [PATCH 3/4] dt-bindings: arm: amlogic: add libretech cottonwood
|
||
|
support
|
||
|
|
||
|
Add compatibles for the Libretech cottonwood board family
|
||
|
|
||
|
Co-developed-by: Da Xue <da.xue@libretech.co>
|
||
|
Signed-off-by: Da Xue <da.xue@libretech.co>
|
||
|
Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
|
||
|
Acked-by: Conor Dooley <conor.dooley@microchip.com>
|
||
|
Link: https://lore.kernel.org/r/20231006103500.2015183-2-jbrunet@baylibre.com
|
||
|
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.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 08d59842655c..067e0d6d9aaa 100644
|
||
|
--- a/Documentation/devicetree/bindings/arm/amlogic.yaml
|
||
|
+++ b/Documentation/devicetree/bindings/arm/amlogic.yaml
|
||
|
@@ -155,6 +155,7 @@ properties:
|
||
|
- enum:
|
||
|
- bananapi,bpi-m2s
|
||
|
- khadas,vim3
|
||
|
+ - libretech,aml-a311d-cc
|
||
|
- radxa,zero2
|
||
|
- const: amlogic,a311d
|
||
|
- const: amlogic,g12b
|
||
|
@@ -196,6 +197,7 @@ properties:
|
||
|
- hardkernel,odroid-hc4
|
||
|
- haochuangyi,h96-max
|
||
|
- khadas,vim3l
|
||
|
+ - libretech,aml-s905d3-cc
|
||
|
- seirobotics,sei610
|
||
|
- const: amlogic,sm1
|
||
|
|
||
|
--
|
||
|
2.41.0
|
||
|
|