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

dt-bindings: arm: Document compatibles for Ux500 boards

The device-specific compatible values used by the Ux500 boards
were not documented so far. Add a new simple schema to document them.

Signed-off-by: Stephan Gerhold <stephan@gerhold.net>
Link: https://lore.kernel.org/r/20191120181857.97174-4-stephan@gerhold.net
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>

authored by

Stephan Gerhold and committed by
Linus Walleij
6cfeb611 08d89bc9

+32
+31
Documentation/devicetree/bindings/arm/ux500.yaml
··· 1 + # SPDX-License-Identifier: GPL-2.0-only 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/arm/ux500.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Ux500 platforms device tree bindings 8 + 9 + maintainers: 10 + - Linus Walleij <linus.walleij@linaro.org> 11 + 12 + properties: 13 + $nodename: 14 + const: '/' 15 + compatible: 16 + oneOf: 17 + 18 + - description: ST-Ericsson HREF (pre-v60) 19 + items: 20 + - const: st-ericsson,mop500 21 + - const: st-ericsson,u8500 22 + 23 + - description: ST-Ericsson HREF (v60+) 24 + items: 25 + - const: st-ericsson,hrefv60+ 26 + - const: st-ericsson,u8500 27 + 28 + - description: Calao Systems Snowball 29 + items: 30 + - const: calaosystems,snowball-a9500 31 + - const: st-ericsson,u9500
+1
MAINTAINERS
··· 2058 2058 F: drivers/watchdog/coh901327_wdt.c 2059 2059 F: Documentation/devicetree/bindings/arm/ste-* 2060 2060 F: Documentation/devicetree/bindings/arm/ux500/ 2061 + F: Documentation/devicetree/bindings/arm/ux500.yaml 2061 2062 T: git git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-nomadik.git 2062 2063 2063 2064 ARM/NUVOTON NPCM ARCHITECTURE