@@ -7,19 +7,22 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
title: VIA/Wondermedia VT8500 Platforms
maintainers:
- - Tony Prisk <linux@prisktech.co.nz>
+ - Alexey Charkov <alchark@gmail.com>
description: test
properties:
$nodename:
const: '/'
compatible:
- items:
- - enum:
- - via,vt8500
- - wm,wm8505
- - wm,wm8650
- - wm,wm8750
- - wm,wm8850
+ oneOf:
+ - const: via,vt8500
+ - const: wm,wm8505
+ - const: wm,wm8650
+ - const: wm,wm8750
+ - const: wm,wm8850
+ - description: VIA APC Rock and Paper boards
+ items:
+ - const: via,apc-rock
+ - const: wm,wm8950
additionalProperties: true
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. Signed-off-by: Alexey Charkov <alchark@gmail.com> --- Documentation/devicetree/bindings/arm/vt8500.yaml | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-)