4f842cfd9a
[ci:skip-build]: already built successfully in CI
34 lines
1.1 KiB
Diff
34 lines
1.1 KiB
Diff
From 4a92c2d243b9516d119fb631666ec44d212e4405 Mon Sep 17 00:00:00 2001
|
|
From: =?UTF-8?q?Duje=20Mihanovi=C4=87?= <duje.mihanovic@skole.hr>
|
|
Date: Fri, 21 Jul 2023 22:37:51 +0200
|
|
Subject: [PATCH] dt-bindings: marvell: Document PXA1908 SoC
|
|
MIME-Version: 1.0
|
|
Content-Type: text/plain; charset=UTF-8
|
|
Content-Transfer-Encoding: 8bit
|
|
|
|
Add dt binding for the Marvell PXA1908 SoC.
|
|
|
|
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
|
|
---
|
|
Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml | 5 +++++
|
|
1 file changed, 5 insertions(+)
|
|
|
|
diff --git a/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml b/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml
|
|
index 4c43eaf3632e..f73bb8ec3a1a 100644
|
|
--- a/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml
|
|
+++ b/Documentation/devicetree/bindings/arm/mrvl/mrvl.yaml
|
|
@@ -35,6 +35,11 @@ properties:
|
|
- enum:
|
|
- dell,wyse-ariel
|
|
- const: marvell,mmp3
|
|
+ - description: PXA1908 based boards
|
|
+ items:
|
|
+ - enum:
|
|
+ - samsung,coreprimevelte
|
|
+ - const: marvell,pxa1908
|
|
|
|
additionalProperties: true
|
|
|
|
--
|
|
2.41.0
|
|
|