ARM: STi: DT: Move reset controller constants into common location
authorPhilipp Zabel <p.zabel@pengutronix.de>
Fri, 13 Feb 2015 11:20:49 +0000 (12:20 +0100)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Mon, 3 Aug 2015 11:13:44 +0000 (13:13 +0200)
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>
12 files changed:
Documentation/devicetree/bindings/reset/st,sti-picophyreset.txt
Documentation/devicetree/bindings/reset/st,sti-powerdown.txt
Documentation/devicetree/bindings/reset/st,sti-softreset.txt
arch/arm/boot/dts/stih407-family.dtsi
arch/arm/boot/dts/stih415.dtsi
arch/arm/boot/dts/stih416.dtsi
drivers/reset/sti/reset-stih407.c
drivers/reset/sti/reset-stih415.c
drivers/reset/sti/reset-stih416.c
include/dt-bindings/reset/stih407-resets.h [moved from include/dt-bindings/reset-controller/stih407-resets.h with 100% similarity]
include/dt-bindings/reset/stih415-resets.h [moved from include/dt-bindings/reset-controller/stih415-resets.h with 100% similarity]
include/dt-bindings/reset/stih416-resets.h [moved from include/dt-bindings/reset-controller/stih416-resets.h with 100% similarity]

index 54ae9f7..9ca2776 100644 (file)
@@ -39,4 +39,4 @@ Example:
        };
 
 Macro definitions for the supported reset channels can be found in:
-include/dt-bindings/reset-controller/stih407-resets.h
+include/dt-bindings/reset/stih407-resets.h
index 5ab26b7..1cfd21d 100644 (file)
@@ -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
index a8d3d3c..891a2fd 100644 (file)
@@ -42,5 +42,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
index 838b812..eab3477 100644 (file)
@@ -9,7 +9,7 @@
 #include "stih407-pinctrl.dtsi"
 #include <dt-bindings/mfd/st-lpc.h>
 #include <dt-bindings/phy/phy.h>
-#include <dt-bindings/reset-controller/stih407-resets.h>
+#include <dt-bindings/reset/stih407-resets.h>
 #include <dt-bindings/interrupt-controller/irq-st.h>
 / {
        #address-cells = <1>;
index 19b019b..12427e6 100644 (file)
@@ -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 {
index 9dca173..9e3170c 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <dt-bindings/phy/phy.h>
 #include <dt-bindings/interrupt-controller/arm-gic.h>
-#include <dt-bindings/reset-controller/stih416-resets.h>
+#include <dt-bindings/reset/stih416-resets.h>
 #include <dt-bindings/interrupt-controller/irq-st.h>
 / {
        L2: cache-controller {
index d83db5d..f7a6cb0 100644 (file)
@@ -11,7 +11,7 @@
 #include <linux/of.h>
 #include <linux/of_platform.h>
 #include <linux/platform_device.h>
-#include <dt-bindings/reset-controller/stih407-resets.h>
+#include <dt-bindings/reset/stih407-resets.h>
 #include "reset-syscfg.h"
 
 /* STiH407 Peripheral powerdown definitions. */
index 8dad603..f7b49d5 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/of_platform.h>
 #include <linux/platform_device.h>
 
-#include <dt-bindings/reset-controller/stih415-resets.h>
+#include <dt-bindings/reset/stih415-resets.h>
 
 #include "reset-syscfg.h"
 
index 79aed70..d65a82e 100644 (file)
@@ -13,7 +13,7 @@
 #include <linux/of_platform.h>
 #include <linux/platform_device.h>
 
-#include <dt-bindings/reset-controller/stih416-resets.h>
+#include <dt-bindings/reset/stih416-resets.h>
 
 #include "reset-syscfg.h"