Skip to content

Commit 3e96de3

Browse files
alcharkkrzk
authored andcommitted
dt-bindings: arm: vt8500: Add VIA APC Rock/Paper boards
APC Rock is a development board based on WonderMedia WM8950 SoC released around 2013. Paper is the same as Rock but lacking a VGA port and shipped with a recycled cardboard case. While at that, put myself as the maintainer, given that Tony is unavailable as of lately. Acked-by: Conor Dooley <[email protected]> Signed-off-by: Alexey Charkov <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 0af2f6b commit 3e96de3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

Documentation/devicetree/bindings/arm/vt8500.yaml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,23 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: VIA/Wondermedia VT8500 Platforms
88

99
maintainers:
10-
- Tony Prisk <[email protected]>
11-
description: test
10+
- Alexey Charkov <[email protected]>
1211

1312
properties:
1413
$nodename:
1514
const: '/'
1615
compatible:
17-
items:
16+
oneOf:
1817
- enum:
1918
- via,vt8500
2019
- wm,wm8505
2120
- wm,wm8650
2221
- wm,wm8750
2322
- wm,wm8850
2423

24+
- description: VIA APC Rock and Paper boards
25+
items:
26+
- const: via,apc-rock
27+
- const: wm,wm8950
28+
2529
additionalProperties: true

0 commit comments

Comments
 (0)