summaryrefslogtreecommitdiff
path: root/drivers/sysreset
diff options
context:
space:
mode:
authorTom Rini <[email protected]>2019-05-01 11:52:04 -0400
committerTom Rini <[email protected]>2019-05-01 11:52:04 -0400
commit3570ea1f98229dc8c166dfc2693510db9167f7f8 (patch)
tree8226fe6a2518138c6e600e507c9f9dc46d8d089e /drivers/sysreset
parentb4ee6daad7a2604ca9466b2ba48de86cc27d381f (diff)
parentdd320e122f78312b99cdbfb085a0ad167a396bb5 (diff)
Merge tag 'rockchip-for-2019.07' of git://git.denx.de/u-boot-rockchip
Improvements and new features: - improved SPI driver for better read throughput - refactors initialisation of debug UART init - restructures header file paths - adds pinctrl improvements Adds Kever as a co-custodian.
Diffstat (limited to 'drivers/sysreset')
-rw-r--r--drivers/sysreset/sysreset_rockchip.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/sysreset/sysreset_rockchip.c b/drivers/sysreset/sysreset_rockchip.c
index 93d7cfe463a..0fc6b683f2b 100644
--- a/drivers/sysreset/sysreset_rockchip.c
+++ b/drivers/sysreset/sysreset_rockchip.c
@@ -8,9 +8,9 @@
#include <errno.h>
#include <sysreset.h>
#include <asm/io.h>
-#include <asm/arch/clock.h>
-#include <asm/arch/cru_rk3328.h>
-#include <asm/arch/hardware.h>
+#include <asm/arch-rockchip/clock.h>
+#include <asm/arch-rockchip/cru_rk3328.h>
+#include <asm/arch-rockchip/hardware.h>
#include <linux/err.h>
int rockchip_sysreset_request(struct udevice *dev, enum sysreset_t type)