[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20221129103509.9958-1-hayashi.kunihiko@socionext.com>
Date: Tue, 29 Nov 2022 19:35:01 +0900
From: Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
To: Rob Herring <robh+dt@...nel.org>,
Krzysztof Kozlowski <krzysztof.kozlowski+dt@...aro.org>
Cc: Masami Hiramatsu <mhiramat@...nel.org>, devicetree@...r.kernel.org,
linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
Kunihiko Hayashi <hayashi.kunihiko@...ionext.com>
Subject: [PATCH 0/8] dt-bidnings: soc: Introduce UniPhier miscelaneous register blocks
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@socionext.com
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
Powered by blists - more mailing lists