[PATCH 3/7] rockchip: veyron: Unify u-boot.dtsi bootph-all fragments

Kever Yang kever.yang at rock-chips.com
Wed Jul 26 09:48:02 CEST 2023


On 2023/7/8 03:16, Alper Nebi Yasak wrote:
> The rk3288-veyron-speedy-u-boot.dtsi file duplicates the bootphase dts
> fragments from rk3288-veyron-u-boot.dtsi even though it #inclues that.
> Deduplicate these into the latter file, which should also make the eMMC
> available to the other veyron boards' SPL.
>
> Signed-off-by: Alper Nebi Yasak <alpernebiyasak at gmail.com>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>
>   arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi | 16 ----------------
>   arch/arm/dts/rk3288-veyron-u-boot.dtsi        |  4 ++++
>   2 files changed, 4 insertions(+), 16 deletions(-)
>
> diff --git a/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi b/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi
> index 90ce9e1395de..2a4ba44e0bf9 100644
> --- a/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi
> +++ b/arch/arm/dts/rk3288-veyron-speedy-u-boot.dtsi
> @@ -15,19 +15,3 @@ &dmc {
>   		0x0 0xc3 0x6 0x1>;
>   	rockchip,sdram-params = <0x20D266A4 0x5B6 6 533000000 6 13 0>;
>   };
> -
> -&sdmmc {
> -	bootph-all;
> -};
> -
> -&emmc {
> -	bootph-all;
> -};
> -
> -&uart2 {
> -	bootph-all;
> -};
> -
> -&pinctrl {
> -	bootph-all;
> -};
> diff --git a/arch/arm/dts/rk3288-veyron-u-boot.dtsi b/arch/arm/dts/rk3288-veyron-u-boot.dtsi
> index ab564e73ed00..4f9c59c67573 100644
> --- a/arch/arm/dts/rk3288-veyron-u-boot.dtsi
> +++ b/arch/arm/dts/rk3288-veyron-u-boot.dtsi
> @@ -31,6 +31,10 @@ &dmc {
>   	>;
>   };
>   
> +&emmc {
> +	bootph-all;
> +};
> +
>   &gpio3 {
>   	bootph-all;
>   };


More information about the U-Boot mailing list