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

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

Update the Broadcom BCM23550 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>

+21 -15
-15
Documentation/devicetree/bindings/arm/bcm/brcm,bcm23550.txt
··· 1 - Broadcom BCM23550 device tree bindings 2 - -------------------------------------- 3 - 4 - This document describes the device tree bindings for boards with the BCM23550 5 - SoC. 6 - 7 - Required root node property: 8 - - compatible: brcm,bcm23550 9 - 10 - Example: 11 - / { 12 - model = "BCM23550 SoC"; 13 - compatible = "brcm,bcm23550"; 14 - [...] 15 - }
+21
Documentation/devicetree/bindings/arm/bcm/brcm,bcm23550.yaml
··· 1 + # SPDX-License-Identifier: GPL-2.0 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/arm/bcm/brcm,bcm23550.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Broadcom BCM23550 device tree bindings 8 + 9 + maintainers: 10 + - Florian Fainelli <f.fainelli@gmail.com> 11 + 12 + properties: 13 + $nodename: 14 + const: '/' 15 + compatible: 16 + items: 17 + - enum: 18 + - brcm,bcm23550-sparrow 19 + - const: brcm,bcm23550 20 + 21 + ...