diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2015-02-13 14:20:49 +0300 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2015-08-03 14:13:44 +0300 |
commit | efdf5aa8f175c18def6407bb2b51643e4da88259 (patch) | |
tree | f10a24ba611494d35232b141067c79494728f116 /Documentation/devicetree/bindings/reset/st,sti-powerdown.txt | |
parent | b2f6dd7b94ee9c07b93fb8e69d782af6fde0410f (diff) | |
download | linux-efdf5aa8f175c18def6407bb2b51643e4da88259.tar.xz |
ARM: STi: DT: Move reset controller constants into common location
By popular vote, the DT binding includes for reset controllers are located
in include/dt-bindings/reset/. Move the STi reset constants in there, too,
to avoid confusion.
Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Acked-by: Patrice Chotard <patrice.chotard@st.com>
Diffstat (limited to 'Documentation/devicetree/bindings/reset/st,sti-powerdown.txt')
-rw-r--r-- | Documentation/devicetree/bindings/reset/st,sti-powerdown.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt b/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt index 5ab26b7e9d35..1cfd21d1dfa1 100644 --- a/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt +++ b/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt @@ -43,5 +43,5 @@ example: Macro definitions for the supported reset channels can be found in: -include/dt-bindings/reset-controller/stih415-resets.h -include/dt-bindings/reset-controller/stih416-resets.h +include/dt-bindings/reset/stih415-resets.h +include/dt-bindings/reset/stih416-resets.h |