Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: arm: Add mstar YAML schema

Signed-off-by: Daniel Palmer <daniel@0x0f.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

authored by

Daniel Palmer and committed by
Arnd Bergmann
343e8f72 d1b6e3bd

+40
+33
Documentation/devicetree/bindings/arm/mstar.yaml
··· 1 + # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/arm/mstar.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: MStar platforms device tree bindings 8 + 9 + maintainers: 10 + - Daniel Palmer <daniel@thingy.jp> 11 + 12 + properties: 13 + $nodename: 14 + const: '/' 15 + compatible: 16 + oneOf: 17 + - description: infinity boards 18 + items: 19 + - enum: 20 + - thingyjp,breadbee-crust # thingy.jp BreadBee Crust 21 + - const: mstar,infinity 22 + 23 + - description: infinity3 boards 24 + items: 25 + - enum: 26 + - thingyjp,breadbee # thingy.jp BreadBee 27 + - const: mstar,infinity3 28 + 29 + - description: mercury5 boards 30 + items: 31 + - enum: 32 + - 70mai,midrived08 # 70mai midrive d08 33 + - const: mstar,mercury5
+7
MAINTAINERS
··· 2134 2134 S: Maintained 2135 2135 F: arch/arm/mach-pxa/mioa701.c 2136 2136 2137 + ARM/MStar/Sigmastar Armv7 SoC support 2138 + M: Daniel Palmer <daniel@thingy.jp> 2139 + L: linux-arm-kernel@lists.infradead.org (moderated for non-subscribers) 2140 + S: Maintained 2141 + W: http://linux-chenxing.org/ 2142 + F: Documentation/devicetree/bindings/arm/mstar.yaml 2143 + 2137 2144 ARM/NEC MOBILEPRO 900/c MACHINE SUPPORT 2138 2145 M: Michael Petchkovsky <mkpetch@internode.on.net> 2139 2146 S: Maintained