]> git.karo-electronics.de Git - linux-beck.git/commitdiff
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 54ae9f747e45175425696159a2234d5a40716c25..9ca27761f8116116cd379222c15d1503550e077f 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 5ab26b7e9d35c9e696927fc121029f146be3523d..1cfd21d1dfa1826753be5486a7ca3f282ba500e2 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 a8d3d3c25ca265fc40f4ed688c01d5901efc3638..891a2fd85ed619ca0274b1709e3093fc0713f4c2 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 838b812cbda10c1ec991aa0a471a7956e1fbace2..eab3477e0a0e2f32f4f8c00303c3fd96230785dc 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 19b019b5f30e6aab57d5a793c06a2fdc834b43d3..12427e651e5e947da74b11fabbc5ef4ed93c50d8 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 9dca173e694a1c28715cdc196325c88f16c45cd0..9e3170ccd18c628f54d5896558c1646283c535da 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 d83db5d72d08c119736314cca53f9024826aa235..f7a6cb0939833c0502fbd4e22c056aeb2665d5f6 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 8dad603d863c9b779d6e34c006d886c19531f1ec..f7b49d5a62dc9390e044b0f9e3f5b3d8cf955df3 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 79aed70a26c013b800a521e9e626e5f48df41e61..d65a82e74004eef349b40eb9d03c191b90861433 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"