On Wed, 16 Oct 2024 at 21:32, Jonas Karlman <[email protected]> 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 <[email protected]>
Reviewed-by: Peter Robinson <[email protected]>
> ---
> arch/arm/dts/rk3588-rock-5b-u-boot.dtsi | 9 ---------
> 1 file changed, 9 deletions(-)
>
> diff --git a/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> b/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> index 4dd17ff408cb..3ff3bb64e4f7 100644
> --- a/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> +++ b/arch/arm/dts/rk3588-rock-5b-u-boot.dtsi
> @@ -16,18 +16,9 @@
> };
>
> &sfc {
> - pinctrl-names = "default";
> - pinctrl-0 = <&fspim2_pins>;
> - status = "okay";
> -
> flash@0 {
> - compatible = "jedec,spi-nor";
> - reg = <0>;
> bootph-pre-ram;
> bootph-some-ram;
> - spi-max-frequency = <24000000>;
> - spi-rx-bus-width = <4>;
> - spi-tx-bus-width = <1>;
> };
> };
>
> --
> 2.46.2
>