diff options
author | Gabriel Fernandez <gabriel.fernandez@st.com> | 2018-03-19 10:25:50 +0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2018-03-27 11:44:03 +0300 |
commit | dae5af9762c8f03233b68401ecc4fab4befae11c (patch) | |
tree | 4281f2616f32abbcfc0497fa5272708b7f81f08f /Documentation/devicetree/bindings/reset | |
parent | b06b631c8b67aafd57cfbc0313bdfec0db62cacb (diff) | |
download | linux-dae5af9762c8f03233b68401ecc4fab4befae11c.tar.xz |
dt-bindings: reset: add STM32MP1 resets
This patch adds the reset binding entry for STM32MP1
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'Documentation/devicetree/bindings/reset')
-rw-r--r-- | Documentation/devicetree/bindings/reset/st,stm32mp1-rcc.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/reset/st,stm32mp1-rcc.txt b/Documentation/devicetree/bindings/reset/st,stm32mp1-rcc.txt new file mode 100644 index 000000000000..b4edaf7c7ff3 --- /dev/null +++ b/Documentation/devicetree/bindings/reset/st,stm32mp1-rcc.txt @@ -0,0 +1,6 @@ +STMicroelectronics STM32MP1 Peripheral Reset Controller +======================================================= + +The RCC IP is both a reset and a clock controller. + +Please see Documentation/devicetree/bindings/clock/st,stm32mp1-rcc.txt |