diff options
author | Tom Rini <trini@konsulko.com> | 2019-05-01 11:52:04 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-05-01 11:52:04 -0400 |
commit | 3570ea1f98229dc8c166dfc2693510db9167f7f8 (patch) | |
tree | 8226fe6a2518138c6e600e507c9f9dc46d8d089e /drivers/sound/rockchip_sound.c | |
parent | b4ee6daad7a2604ca9466b2ba48de86cc27d381f (diff) | |
parent | dd320e122f78312b99cdbfb085a0ad167a396bb5 (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/sound/rockchip_sound.c')
-rw-r--r-- | drivers/sound/rockchip_sound.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/sound/rockchip_sound.c b/drivers/sound/rockchip_sound.c index e7fb9fb164..a092dbc445 100644 --- a/drivers/sound/rockchip_sound.c +++ b/drivers/sound/rockchip_sound.c @@ -13,7 +13,7 @@ #include <i2s.h> #include <misc.h> #include <sound.h> -#include <asm/arch/periph.h> +#include <asm/arch-rockchip/periph.h> #include <dm/pinctrl.h> static int rockchip_sound_setup(struct udevice *dev) |