[PATCH] rockchip: rk3399-pinephone-pro: Drop upstream props from u-boot.dtsi

Kever Yang kever.yang at rock-chips.com
Mon Oct 21 03:31:29 CEST 2024


On 2024/10/17 04:15, Jonas Karlman wrote:
> The SPI flash node has been added in upstream DT, drop all props beside
> bootph-* props from the SPI flash related nodes in u-boot.dtsi.
>
> Signed-off-by: Jonas Karlman <jonas at kwiboo.se>
Reviewed-by: Kever Yang <kever.yang at rock-chips.com>

Thanks,
- Kever
> ---
>   arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi | 5 -----
>   1 file changed, 5 deletions(-)
>
> diff --git a/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi b/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi
> index 037cec10ce36..7438bec4ee63 100644
> --- a/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi
> +++ b/arch/arm/dts/rk3399-pinephone-pro-u-boot.dtsi
> @@ -15,13 +15,8 @@
>   };
>   
>   &spi1 {
> -	status = "okay";
> -
>   	flash at 0 {
> -		compatible = "jedec,spi-nor";
> -		reg = <0>;
>   		bootph-pre-ram;
>   		bootph-some-ram;
> -		spi-max-frequency = <10000000>;
>   	};
>   };


More information about the U-Boot mailing list