[PATCH] rockchip: rk3288: Fix bootph prop for vop nodes
Kever Yang
kever.yang at rock-chips.com
Wed Nov 6 11:13:48 CET 2024
On 2024/11/5 04:25, Jonas Karlman wrote:
> The vop nodes does not need to be included in xPL control FDT, they only
> need to be included at U-Boot proper pre-reloc phase.
>
> Change to use bootph-some-ram prop to fix this.
>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>
Thanks,
- Kever
> ---
> arch/arm/dts/rk3288-u-boot.dtsi | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/arm/dts/rk3288-u-boot.dtsi b/arch/arm/dts/rk3288-u-boot.dtsi
> index a43d320ade7b..c51bfca65604 100644
> --- a/arch/arm/dts/rk3288-u-boot.dtsi
> +++ b/arch/arm/dts/rk3288-u-boot.dtsi
> @@ -128,11 +128,11 @@
> };
>
> &vopb {
> - bootph-all;
> + bootph-some-ram;
> };
>
> &vopl {
> - bootph-all;
> + bootph-some-ram;
> };
>
> &xin24m {
More information about the U-Boot
mailing list