diff options
| author | Jonas Karlman <[email protected]> | 2024-10-17 20:00:24 +0000 |
|---|---|---|
| committer | Kever Yang <[email protected]> | 2024-10-26 10:46:48 +0800 |
| commit | d1c38bb4a80f1d5b4797f892adeb0cf35440d69a (patch) | |
| tree | 00d328df1b2d8c63b3a2c741ecf88824888c1e50 | |
| parent | ea42f43c564af937812f47f73f90415e87211696 (diff) | |
rockchip: rk3588-nanopc-t6: Drop upstream props from u-boot.dtsi
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 <[email protected]>
Reviewed-by: Kever Yang <[email protected]>
| -rw-r--r-- | arch/arm/dts/rk3588-nanopc-t6-u-boot.dtsi | 11 |
1 files changed, 0 insertions, 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 968385622fa..3261b2c42b4 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@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>; }; }; |
