[PATCH] rockchip: rk3328: Fix bootph prop for vop node

Kever Yang kever.yang at rock-chips.com
Mon Apr 22 10:22:44 CEST 2024


On 2024/4/22 04:12, Jonas Karlman wrote:
> The vop node should not be included in TPL/SPL control FDT, it should
> only be included at U-Boot proper pre-reloc phase.
>
> Change to use bootph-some-ram prop to fix this.
>
> Fixes: 6794063d5065 ("ARM: dts: rk3328: Enable VOP for bootph-all")
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk3328-u-boot.dtsi | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/dts/rk3328-u-boot.dtsi b/arch/arm/dts/rk3328-u-boot.dtsi
> index 7c5067cf002e..d3608bd0e2b2 100644
> --- a/arch/arm/dts/rk3328-u-boot.dtsi
> +++ b/arch/arm/dts/rk3328-u-boot.dtsi
> @@ -131,7 +131,7 @@
>   };
>   
>   &vop {
> -	bootph-all;
> +	bootph-some-ram;
>   };
>   
>   #ifdef CONFIG_ROCKCHIP_SPI_IMAGE


More information about the U-Boot mailing list