[PATCH 5/8] rockchip: rk3588-nanopc-t6: Drop upstream props from u-boot.dtsi
Kever Yang
kever.yang at rock-chips.com
Fri Oct 25 14:35:36 CEST 2024
On 2024/10/18 04:00, 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 from 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/rk3588-nanopc-t6-u-boot.dtsi | 11 -----------
> 1 file changed, 11 deletions(-)
>
> diff --git a/arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi b/arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi
> index 968385622fa5..3261b2c42b4b 100644
> --- a/arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi
> +++ b/arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi
> @@ -12,19 +12,8 @@
> };
>
> &sfc {
> - pinctrl-names = "default";
> - pinctrl-0 = <&fspim1_pins>;
> - #address-cells = <1>;
> - #size-cells = <0>;
> - status = "okay";
> -
> flash at 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>;
> };
> };
More information about the U-Boot
mailing list