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

dt-bindings: arm: bcm: Convert Stingray to YAML

Update the Broadcom Stingray SoC binding document for boards/SoCs to use
YAML. Verified with dt_binding_check and dtbs_check.

Acked-by: Scott Branden <scott.branden@broadcom.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>

+24 -12
-12
Documentation/devicetree/bindings/arm/bcm/brcm,stingray.txt
··· 1 - Broadcom Stingray device tree bindings 2 - ------------------------------------------------ 3 - 4 - Boards with Stingray shall have the following properties: 5 - 6 - Required root node property: 7 - 8 - Stingray Combo SVK board 9 - compatible = "brcm,bcm958742k", "brcm,stingray"; 10 - 11 - Stingray SST100 board 12 - compatible = "brcm,bcm958742t", "brcm,stingray";
+24
Documentation/devicetree/bindings/arm/bcm/brcm,stingray.yaml
··· 1 + # SPDX-License-Identifier: GPL-2.0 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/arm/bcm/brcm,stingray.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Broadcom Stingray device tree bindings 8 + 9 + maintainers: 10 + - Ray Jui <rjui@broadcom.com> 11 + - Scott Branden <sbranden@broadcom.com> 12 + 13 + properties: 14 + $nodename: 15 + const: '/' 16 + compatible: 17 + items: 18 + - enum: 19 + - brcm,bcm958742k 20 + - brcm,bcm958742t 21 + - brcm,bcm958802a802x 22 + - const: brcm,stingray 23 + 24 + ...