arm64: dts: mediatek: Move reset controller constants into common location
authorEnric Balletbo i Serra <enric.balletbo@collabora.com>
Thu, 30 Sep 2021 08:31:44 +0000 (10:31 +0200)
committerMatthias Brugger <matthias.bgg@gmail.com>
Fri, 8 Oct 2021 13:11:13 +0000 (15:11 +0200)
The DT binding includes for reset controllers are located in
include/dt-bindings/reset/. Move the Mediatek reset constants in there.

Signed-off-by: Enric Balletbo i Serra <enric.balletbo@collabora.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Reviewed-by: Matthias Brugger <matthias.bgg@gmail.com>
Link: https://lore.kernel.org/r/20210930103105.v4.1.I514d9aafff3a062f751b37d3fea7402f67595b86@changeid
Signed-off-by: Matthias Brugger <matthias.bgg@gmail.com>
arch/arm64/boot/dts/mediatek/mt8183.dtsi
drivers/watchdog/mtk_wdt.c
include/dt-bindings/reset/mt2712-resets.h [moved from include/dt-bindings/reset-controller/mt2712-resets.h with 100% similarity]
include/dt-bindings/reset/mt8183-resets.h [moved from include/dt-bindings/reset-controller/mt8183-resets.h with 100% similarity]
include/dt-bindings/reset/mt8192-resets.h [moved from include/dt-bindings/reset-controller/mt8192-resets.h with 100% similarity]

index 9ea4c50..de12f78 100644 (file)
@@ -11,7 +11,7 @@
 #include <dt-bindings/interrupt-controller/irq.h>
 #include <dt-bindings/memory/mt8183-larb-port.h>
 #include <dt-bindings/power/mt8183-power.h>
-#include <dt-bindings/reset-controller/mt8183-resets.h>
+#include <dt-bindings/reset/mt8183-resets.h>
 #include <dt-bindings/phy/phy.h>
 #include <dt-bindings/thermal/thermal.h>
 #include <dt-bindings/pinctrl/mt8183-pinfunc.h>
index 796fbb0..3d208d6 100644 (file)
@@ -9,9 +9,9 @@
  * Based on sunxi_wdt.c
  */
 
-#include <dt-bindings/reset-controller/mt2712-resets.h>
-#include <dt-bindings/reset-controller/mt8183-resets.h>
-#include <dt-bindings/reset-controller/mt8192-resets.h>
+#include <dt-bindings/reset/mt2712-resets.h>
+#include <dt-bindings/reset/mt8183-resets.h>
+#include <dt-bindings/reset/mt8192-resets.h>
 #include <dt-bindings/reset/mt8195-resets.h>
 #include <linux/delay.h>
 #include <linux/err.h>