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

dt-bindings: arm: bcm: Convert Northstar 2 to YAML

Update the Broadcom Northstar 2 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>

+23 -9
-9
Documentation/devicetree/bindings/arm/bcm/brcm,ns2.txt
··· 1 - Broadcom North Star 2 (NS2) device tree bindings 2 - ------------------------------------------------ 3 - 4 - Boards with NS2 shall have the following properties: 5 - 6 - Required root node property: 7 - 8 - NS2 SVK board 9 - compatible = "brcm,ns2-svk", "brcm,ns2";
+23
Documentation/devicetree/bindings/arm/bcm/brcm,ns2.yaml
··· 1 + # SPDX-License-Identifier: GPL-2.0 2 + %YAML 1.2 3 + --- 4 + $id: http://devicetree.org/schemas/arm/bcm/brcm,ns2.yaml# 5 + $schema: http://devicetree.org/meta-schemas/core.yaml# 6 + 7 + title: Broadcom North Star 2 (NS2) 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,ns2-svk 20 + - brcm,ns2-xmc 21 + - const: brcm,ns2 22 + 23 + ...