Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: dts: mediatek: Move reset controller constants into common location

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>

authored by

Enric Balletbo i Serra and committed by
Matthias Brugger
f07c776f c99c4733

+4 -4
+1 -1
arch/arm64/boot/dts/mediatek/mt8183.dtsi
··· 11 11 #include <dt-bindings/interrupt-controller/irq.h> 12 12 #include <dt-bindings/memory/mt8183-larb-port.h> 13 13 #include <dt-bindings/power/mt8183-power.h> 14 - #include <dt-bindings/reset-controller/mt8183-resets.h> 14 + #include <dt-bindings/reset/mt8183-resets.h> 15 15 #include <dt-bindings/phy/phy.h> 16 16 #include <dt-bindings/thermal/thermal.h> 17 17 #include <dt-bindings/pinctrl/mt8183-pinfunc.h>
+3 -3
drivers/watchdog/mtk_wdt.c
··· 9 9 * Based on sunxi_wdt.c 10 10 */ 11 11 12 - #include <dt-bindings/reset-controller/mt2712-resets.h> 13 - #include <dt-bindings/reset-controller/mt8183-resets.h> 14 - #include <dt-bindings/reset-controller/mt8192-resets.h> 12 + #include <dt-bindings/reset/mt2712-resets.h> 13 + #include <dt-bindings/reset/mt8183-resets.h> 14 + #include <dt-bindings/reset/mt8192-resets.h> 15 15 #include <dt-bindings/reset/mt8195-resets.h> 16 16 #include <linux/delay.h> 17 17 #include <linux/err.h>
include/dt-bindings/reset-controller/mt2712-resets.h include/dt-bindings/reset/mt2712-resets.h
include/dt-bindings/reset-controller/mt8183-resets.h include/dt-bindings/reset/mt8183-resets.h
include/dt-bindings/reset-controller/mt8192-resets.h include/dt-bindings/reset/mt8192-resets.h