diff options
author | Philipp Zabel <p.zabel@pengutronix.de> | 2015-02-13 12:20:49 +0100 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2015-08-03 13:13:44 +0200 |
commit | efdf5aa8f175c18def6407bb2b51643e4da88259 (patch) | |
tree | f10a24ba611494d35232b141067c79494728f116 /arch/arm/boot/dts/stih415.dtsi | |
parent | MAINTAINERS: add include/dt-bindings/reset path to reset controller entry (diff) | |
download | linux-efdf5aa8f175c18def6407bb2b51643e4da88259.tar.xz linux-efdf5aa8f175c18def6407bb2b51643e4da88259.zip |
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 'arch/arm/boot/dts/stih415.dtsi')
-rw-r--r-- | arch/arm/boot/dts/stih415.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/stih415.dtsi b/arch/arm/boot/dts/stih415.dtsi index 19b019b5f30e..12427e651e5e 100644 --- a/arch/arm/boot/dts/stih415.dtsi +++ b/arch/arm/boot/dts/stih415.dtsi @@ -10,7 +10,7 @@ #include "stih415-clock.dtsi" #include "stih415-pinctrl.dtsi" #include <dt-bindings/interrupt-controller/arm-gic.h> -#include <dt-bindings/reset-controller/stih415-resets.h> +#include <dt-bindings/reset/stih415-resets.h> / { L2: cache-controller { |