mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-08-27 17:41:46 +02:00
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 <jonas@kwiboo.se> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>
This commit is contained in:
parent
ea42f43c56
commit
d1c38bb4a8
@ -12,19 +12,8 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
&sfc {
|
&sfc {
|
||||||
pinctrl-names = "default";
|
|
||||||
pinctrl-0 = <&fspim1_pins>;
|
|
||||||
#address-cells = <1>;
|
|
||||||
#size-cells = <0>;
|
|
||||||
status = "okay";
|
|
||||||
|
|
||||||
flash@0 {
|
flash@0 {
|
||||||
compatible = "jedec,spi-nor";
|
|
||||||
reg = <0>;
|
|
||||||
bootph-pre-ram;
|
bootph-pre-ram;
|
||||||
bootph-some-ram;
|
bootph-some-ram;
|
||||||
spi-max-frequency = <24000000>;
|
|
||||||
spi-rx-bus-width = <4>;
|
|
||||||
spi-tx-bus-width = <1>;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user