mbox series

[V2,0/3] Convert Unisoc GPIO bindings to yaml and add support for UMS512

Message ID 20220930082405.1761-1-zhang.lyra@gmail.com
Headers show
Series Convert Unisoc GPIO bindings to yaml and add support for UMS512 | expand

Message

Chunyan Zhang Sept. 30, 2022, 8:24 a.m. UTC
From: Chunyan Zhang <chunyan.zhang@unisoc.com>

Changes on V2:
* Addressed review comments:
- Fixed typo;
- Added description for 'reg' property and modified its maxItems;
- Removed redundant examples;
- Rephrased commit message.

Chunyan Zhang (3):
  dt-bindings: gpio: Convert Unisoc GPIO controller binding to yaml
  dt-bindings: gpio: Convert Unisoc EIC controller binding to yaml
  dt-bindings: gpio: Add compatible string for Unisoc UMS512

 .../bindings/gpio/gpio-eic-sprd.txt           |  97 ------------
 .../devicetree/bindings/gpio/gpio-sprd.txt    |  28 ----
 .../bindings/gpio/sprd,gpio-eic.yaml          | 140 ++++++++++++++++++
 .../devicetree/bindings/gpio/sprd,gpio.yaml   |  75 ++++++++++
 4 files changed, 215 insertions(+), 125 deletions(-)
 delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-eic-sprd.txt
 delete mode 100644 Documentation/devicetree/bindings/gpio/gpio-sprd.txt
 create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio-eic.yaml
 create mode 100644 Documentation/devicetree/bindings/gpio/sprd,gpio.yaml