rockchip: rv1108: switch to rksfc
rksfc will emulate the spi nor flash as a block device, then we can access it via gpt partition. Change-Id: Idc9bb2532d8fcc82af03f451735a487ef22abe00 Signed-off-by: Andy Yan <andy.yan@rock-chips.com>
This commit is contained in:
parent
c791e8a87d
commit
f42a70b193
|
|
@ -45,14 +45,8 @@
|
|||
};
|
||||
|
||||
&sfc {
|
||||
compatible = "rockchip,rksfc";
|
||||
status = "okay";
|
||||
flash@0 {
|
||||
compatible = "gd25q256","spi-flash";
|
||||
reg = <0>;
|
||||
spi-tx-bus-width = <1>;
|
||||
spi-rx-bus-width = <4>;
|
||||
spi-max-frequency = <96000000>;
|
||||
};
|
||||
};
|
||||
|
||||
&u2phy {
|
||||
|
|
|
|||
Loading…
Reference in New Issue