lkml.org 
[lkml]   [2021]   [Dec]   [7]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Subject[PATCH v3 00/15] Broadcom DT bindings updates to YAML
Date
Hi Rob,

This patch series contains a number of device tree bindings being
converted to YAML to help with validation.

There will be second, and possibly third rounds later on after those
land in.

Thanks!

Changes in v3;

- added Gregorys' Acked-by to the GPIO binding patch
- added Uwe's Acked-by to the PWM binding patch
- fixed STB L2 binding to include the missing 2711 compatible string
and interrupt-names property for 7445
- fixed the NSP SATA3 controller node unit name and added a missing
check for the 63138 variant to check for the reset/reset-names
property

Changes in v2:

- rebased against dt/next
- addressed Gregory's feedback on the GPIO binding change
- added Damien's Acked-by to the ATA binding patch

Florian Fainelli (15):
dt-bindings: mmc: Convert Broadcom STB SDHCI binding to YAML
dt-bindings: reset: Convert Broadcom STB reset to YAML
dt-bindings: pwm: Convert BCM7038 PWM binding to YAML
dt-bindings: rtc: Convert Broadcom STB waketimer to YAML
dt-bindings: gpio: Convert Broadcom STB GPIO to YAML
dt-binding: interrupt-controller: Convert BCM7038 L1 intc to YAML
dt-bindings: interrupt-controller: Convert BCM7120 L2 to YAML
dt-bindings: interrupt-controller: Merge BCM3380 with BCM7120
dt-bindings: interrupt-controller: Convert Broadcom STB L2 to YAML
dt-bindings: rng: Convert iProc RNG200 to YAML
dt-bindings: thermal: Convert Broadcom TMON to YAML
ARM: dts: NSP: Rename SATA unit name
dt-bindings: ata: Convert Broadcom SATA to YAML
dt-bindings: bus: Convert GISB arbiter to YAML
dt-bindings: usb: Convert BDC to YAML

.../bindings/ata/brcm,sata-brcm.txt | 45 ------
.../bindings/ata/brcm,sata-brcm.yaml | 98 ++++++++++++
.../devicetree/bindings/bus/brcm,gisb-arb.txt | 34 ----
.../bindings/bus/brcm,gisb-arb.yaml | 66 ++++++++
.../bindings/gpio/brcm,brcmstb-gpio.txt | 83 ----------
.../bindings/gpio/brcm,brcmstb-gpio.yaml | 105 ++++++++++++
.../brcm,bcm3380-l2-intc.txt | 39 -----
.../brcm,bcm7038-l1-intc.txt | 61 -------
.../brcm,bcm7038-l1-intc.yaml | 91 +++++++++++
.../brcm,bcm7120-l2-intc.txt | 88 -----------
.../brcm,bcm7120-l2-intc.yaml | 149 ++++++++++++++++++
.../interrupt-controller/brcm,l2-intc.txt | 31 ----
.../interrupt-controller/brcm,l2-intc.yaml | 71 +++++++++
.../bindings/mmc/brcm,sdhci-brcmstb.txt | 53 -------
.../bindings/mmc/brcm,sdhci-brcmstb.yaml | 100 ++++++++++++
.../bindings/pwm/brcm,bcm7038-pwm.txt | 20 ---
.../bindings/pwm/brcm,bcm7038-pwm.yaml | 43 +++++
.../bindings/reset/brcm,brcmstb-reset.txt | 27 ----
.../bindings/reset/brcm,brcmstb-reset.yaml | 48 ++++++
.../bindings/rng/brcm,iproc-rng200.txt | 16 --
.../bindings/rng/brcm,iproc-rng200.yaml | 29 ++++
.../bindings/rtc/brcm,brcmstb-waketimer.txt | 20 ---
.../bindings/rtc/brcm,brcmstb-waketimer.yaml | 44 ++++++
.../bindings/thermal/brcm,avs-tmon.txt | 23 ---
.../bindings/thermal/brcm,avs-tmon.yaml | 57 +++++++
.../devicetree/bindings/usb/brcm,bdc.txt | 29 ----
.../devicetree/bindings/usb/brcm,bdc.yaml | 46 ++++++
MAINTAINERS | 6 +-
arch/arm/boot/dts/bcm-nsp.dtsi | 2 +-
29 files changed, 951 insertions(+), 573 deletions(-)
delete mode 100644 Documentation/devicetree/bindings/ata/brcm,sata-brcm.txt
create mode 100644 Documentation/devicetree/bindings/ata/brcm,sata-brcm.yaml
delete mode 100644 Documentation/devicetree/bindings/bus/brcm,gisb-arb.txt
create mode 100644 Documentation/devicetree/bindings/bus/brcm,gisb-arb.yaml
delete mode 100644 Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.txt
create mode 100644 Documentation/devicetree/bindings/gpio/brcm,brcmstb-gpio.yaml
delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm3380-l2-intc.txt
delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7038-l1-intc.txt
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7038-l1-intc.yaml
delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7120-l2-intc.txt
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,bcm7120-l2-intc.yaml
delete mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.txt
create mode 100644 Documentation/devicetree/bindings/interrupt-controller/brcm,l2-intc.yaml
delete mode 100644 Documentation/devicetree/bindings/mmc/brcm,sdhci-brcmstb.txt
create mode 100644 Documentation/devicetree/bindings/mmc/brcm,sdhci-brcmstb.yaml
delete mode 100644 Documentation/devicetree/bindings/pwm/brcm,bcm7038-pwm.txt
create mode 100644 Documentation/devicetree/bindings/pwm/brcm,bcm7038-pwm.yaml
delete mode 100644 Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.txt
create mode 100644 Documentation/devicetree/bindings/reset/brcm,brcmstb-reset.yaml
delete mode 100644 Documentation/devicetree/bindings/rng/brcm,iproc-rng200.txt
create mode 100644 Documentation/devicetree/bindings/rng/brcm,iproc-rng200.yaml
delete mode 100644 Documentation/devicetree/bindings/rtc/brcm,brcmstb-waketimer.txt
create mode 100644 Documentation/devicetree/bindings/rtc/brcm,brcmstb-waketimer.yaml
delete mode 100644 Documentation/devicetree/bindings/thermal/brcm,avs-tmon.txt
create mode 100644 Documentation/devicetree/bindings/thermal/brcm,avs-tmon.yaml
delete mode 100644 Documentation/devicetree/bindings/usb/brcm,bdc.txt
create mode 100644 Documentation/devicetree/bindings/usb/brcm,bdc.yaml

--
2.25.1

\
 
 \ /
  Last update: 2021-12-08 01:38    [W:0.884 / U:0.140 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site