[PATCH 02/14] rockchip: rk356x-u-boot: Add xin24m clock node to SPL

Kever Yang kever.yang at rock-chips.com
Sat May 6 11:47:14 CEST 2023


On 2023/4/22 09:23, Jonas Karlman wrote:
> Add bootph-all prop to xin24m clock node, it is referenced by cru node.
>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk356x-u-boot.dtsi | 5 +++++
>   1 file changed, 5 insertions(+)
>
> diff --git a/arch/arm/dts/rk356x-u-boot.dtsi b/arch/arm/dts/rk356x-u-boot.dtsi
> index 0a764ce5119c..a1c2d03c52f0 100644
> --- a/arch/arm/dts/rk356x-u-boot.dtsi
> +++ b/arch/arm/dts/rk356x-u-boot.dtsi
> @@ -34,6 +34,11 @@
>   	};
>   };
>   
> +&xin24m {
> +	bootph-all;
> +	status = "okay";
> +};
> +
>   &cru {
>   	bootph-all;
>   	status = "okay";


More information about the U-Boot mailing list