[PATCH 2/2] rockchip: rk3576: Use DMA when loading FIT images

Kever Yang kever.yang at rock-chips.com
Sun Mar 8 16:14:05 CET 2026


On 2026/1/8 21:32, Jonas Karlman wrote:
> Enable use of DMA when loading FIT images from eMMC, SD-card and SPI
> flash now that access to PMU_SRAM for non-secure masters is allowed.
>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk3576-u-boot.dtsi | 4 ----
>   1 file changed, 4 deletions(-)
>
> diff --git a/arch/arm/dts/rk3576-u-boot.dtsi b/arch/arm/dts/rk3576-u-boot.dtsi
> index dc3771b556a3..018c9cc8d696 100644
> --- a/arch/arm/dts/rk3576-u-boot.dtsi
> +++ b/arch/arm/dts/rk3576-u-boot.dtsi
> @@ -118,13 +118,11 @@
>   &sdhci {
>   	bootph-pre-ram;
>   	bootph-some-ram;
> -	u-boot,spl-fifo-mode;
>   };
>   
>   &sdmmc {
>   	bootph-pre-ram;
>   	bootph-some-ram;
> -	u-boot,spl-fifo-mode;
>   };
>   
>   &sdmmc0_bus4 {
> @@ -154,12 +152,10 @@
>   
>   &sfc0 {
>   	bootph-some-ram;
> -	u-boot,spl-sfc-no-dma;
>   };
>   
>   &sfc1 {
>   	bootph-some-ram;
> -	u-boot,spl-sfc-no-dma;
>   };
>   
>   &sys_grf {


More information about the U-Boot mailing list