[PATCH 0/8] dt-bidnings: soc: Introduce UniPhier miscelaneous register blocks

From: Kunihiko Hayashi
Date: Tue Nov 29 2022 - 05:35:20 EST


This series introduces dt-bindings documents for miscellaneous register
blocks implemented in Socionext Uniphier SoCs.

These are previously defined in the devicetree and used in the examples of
subnodes' dt-bindings, however, not documented.

These include two types of the blocks

* independent block including miscellaneous registers and functions for
the whole SoC (system controller and SoC-glue logic)

* sideband logic including control registers in the component (others)

This series is part of the previous series shown below:
https://lore.kernel.org/linux-arm-kernel/20221107103410.3443-2-hayashi.kunihiko@xxxxxxxxxxxxx

Kunihiko Hayashi (8):
dt-bindings: soc: socionext: Add UniPhier system controller
dt-bindings: soc: socionext: Add UniPhier SoC-glue logic
dt-bindings: soc: socionext: Add UniPhier peripheral block
dt-bindings: soc: socionext: Add UniPhier media I/O block
dt-bindings: soc: socionext: Add UniPhier SD interface block
dt-bindings: soc: socionext: Add UniPhier ADAMV block
dt-bindings: soc: socionext: Add UniPhier DWC3 USB glue layer
dt-bindings: soc: socionext: Add UniPhier AHCI glue layer

.../socionext/socionext,uniphier-adamv.yaml | 52 +++++++++
.../socionext,uniphier-ahci-glue.yaml | 78 +++++++++++++
.../socionext,uniphier-dwc3-glue.yaml | 106 ++++++++++++++++++
.../socionext/socionext,uniphier-mioctrl.yaml | 67 +++++++++++
.../socionext,uniphier-perictrl.yaml | 67 +++++++++++
.../socionext/socionext,uniphier-sdctrl.yaml | 63 +++++++++++
.../socionext,uniphier-soc-glue.yaml | 94 ++++++++++++++++
.../socionext/socionext,uniphier-sysctrl.yaml | 84 ++++++++++++++
MAINTAINERS | 1 +
9 files changed, 612 insertions(+)
create mode 100644 Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-adamv.yaml
create mode 100644 Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-ahci-glue.yaml
create mode 100644 Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-dwc3-glue.yaml
create mode 100644 Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-mioctrl.yaml
create mode 100644 Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-perictrl.yaml
create mode 100644 Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-sdctrl.yaml
create mode 100644 Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-soc-glue.yaml
create mode 100644 Documentation/devicetree/bindings/soc/socionext/socionext,uniphier-sysctrl.yaml

--
2.25.1