diff options
author | Maxime Coquelin <mcoquelin.stm32@gmail.com> | 2016-07-22 12:37:48 +0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2016-08-24 16:21:27 +0300 |
commit | 57bd63a4934ff5ef6f19a9b87de5e190e91edc80 (patch) | |
tree | dcb5104e5d3dbfaf6d70a047afaa31dc8a38ddad /Documentation/devicetree/bindings/reset | |
parent | ca9f71f05793e8d0972df4c6df30378a073e63c5 (diff) | |
download | linux-57bd63a4934ff5ef6f19a9b87de5e190e91edc80.tar.xz |
dt-bindings: Document the STM32 reset bindings
This adds documentation of device tree bindings for the
STM32 reset controller.
Signed-off-by: Maxime Coquelin <mcoquelin.stm32@gmail.com>
Signed-off-by: Gabriel Fernandez <gabriel.fernandez@st.com>
Acked-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,stm32-rcc.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/reset/st,stm32-rcc.txt b/Documentation/devicetree/bindings/reset/st,stm32-rcc.txt new file mode 100644 index 000000000000..01db34375192 --- /dev/null +++ b/Documentation/devicetree/bindings/reset/st,stm32-rcc.txt @@ -0,0 +1,6 @@ +STMicroelectronics STM32 Peripheral Reset Controller +==================================================== + +The RCC IP is both a reset and a clock controller. + +Please see Documentation/devicetree/bindings/clock/st,stm32-rcc.txt |