diff options
author | Kunihiko Hayashi <hayashi.kunihiko@socionext.com> | 2022-12-13 09:24:41 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-12-26 23:09:29 +0100 |
commit | 75c7aaa66f5fdabcbaf1e6775c5f85b35b7debaa (patch) | |
tree | 2592f87c27c1ba4572cc2255f990d27548117e9b /MAINTAINERS | |
parent | dt-bindings: nvmem: Fix node descriptions in uniphier-efuse example (diff) | |
download | linux-75c7aaa66f5fdabcbaf1e6775c5f85b35b7debaa.tar.xz linux-75c7aaa66f5fdabcbaf1e6775c5f85b35b7debaa.zip |
dt-bindings: soc: socionext: Add UniPhier system controller
Add devicetree binding schema for the system controller implemented on
Socionext Uniphier SoCs.
This system controller has multiple functions such as clock control,
reset control, internal watchdog timer, thermal management, and so on.
Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20221213082449.2721-10-hayashi.kunihiko@socionext.com
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index f61eb221415b..5035336998a3 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -3103,6 +3103,7 @@ S: Maintained F: Documentation/devicetree/bindings/arm/socionext/uniphier.yaml F: Documentation/devicetree/bindings/gpio/socionext,uniphier-gpio.yaml F: Documentation/devicetree/bindings/pinctrl/socionext,uniphier-pinctrl.yaml +F: Documentation/devicetree/bindings/soc/socionext/socionext,uniphier*.yaml F: arch/arm/boot/dts/uniphier* F: arch/arm/include/asm/hardware/cache-uniphier.h F: arch/arm/mach-uniphier/ |