diff mbox series

rockchip: dts: fix bootph tags for rv1126

Message ID 20231030131241.501472-1-tim@feathertop.org
State Accepted
Commit dae79b870ad61744000c76a49484ba203a44f78d
Delegated to: Kever Yang
Headers show
Series rockchip: dts: fix bootph tags for rv1126 | expand

Commit Message

Tim Lunn Oct. 30, 2023, 1:12 p.m. UTC
RV1126 fails to boot on 2024.01-rc1.

Commit 9e64428 changed the behaviour of bootph-pre-ram, to limit
nodes to spl phase. This caused rv1126 boards to fail to boot
with the current dts.

This patch updates the pmu/grf nodes to bootph-all tags as they are
needed in all phases. This fixes the boot issue on rv1126 boards.

Signed-off-by: Tim Lunn <tim@feathertop.org>
---
 arch/arm/dts/rv1126-u-boot.dtsi | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Comments

Kever Yang Nov. 7, 2023, 4:05 a.m. UTC | #1
On 2023/10/30 21:12, Tim Lunn wrote:
> RV1126 fails to boot on 2024.01-rc1.
>
> Commit 9e64428 changed the behaviour of bootph-pre-ram, to limit
> nodes to spl phase. This caused rv1126 boards to fail to boot
> with the current dts.
>
> This patch updates the pmu/grf nodes to bootph-all tags as they are
> needed in all phases. This fixes the boot issue on rv1126 boards.
>
> Signed-off-by: Tim Lunn <tim@feathertop.org>
Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rv1126-u-boot.dtsi | 6 +++---
>   1 file changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/arch/arm/dts/rv1126-u-boot.dtsi b/arch/arm/dts/rv1126-u-boot.dtsi
> index 5e348278f2..918c307743 100644
> --- a/arch/arm/dts/rv1126-u-boot.dtsi
> +++ b/arch/arm/dts/rv1126-u-boot.dtsi
> @@ -26,15 +26,15 @@
>   };
>   
>   &grf {
> -	bootph-pre-ram;
> +	bootph-all;
>   };
>   
>   &pmu {
> -	bootph-pre-ram;
> +	bootph-all;
>   };
>   
>   &pmugrf {
> -	bootph-pre-ram;
> +	bootph-all;
>   };
>   
>   &xin24m {
diff mbox series

Patch

diff --git a/arch/arm/dts/rv1126-u-boot.dtsi b/arch/arm/dts/rv1126-u-boot.dtsi
index 5e348278f2..918c307743 100644
--- a/arch/arm/dts/rv1126-u-boot.dtsi
+++ b/arch/arm/dts/rv1126-u-boot.dtsi
@@ -26,15 +26,15 @@ 
 };
 
 &grf {
-	bootph-pre-ram;
+	bootph-all;
 };
 
 &pmu {
-	bootph-pre-ram;
+	bootph-all;
 };
 
 &pmugrf {
-	bootph-pre-ram;
+	bootph-all;
 };
 
 &xin24m {