7a80409e7e
Also enables touchscreen with downstream PMIC driver.
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
From 7f084b50032c0fb5f2c6b1fdadffd1d05a27d298 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.
|
|
|
|
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
|
|
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.42.0
|
|
|