mirror of
https://github.com/u-boot/u-boot.git
synced 2025-05-02 09:36:15 +00:00
This commit is contained in:
commit
94218ca9a8
2 changed files with 3 additions and 0 deletions
|
@ -200,6 +200,8 @@
|
||||||
compatible = "jedec,spi-nor";
|
compatible = "jedec,spi-nor";
|
||||||
reg = <0>;
|
reg = <0>;
|
||||||
spi-max-frequency = <50000000>;
|
spi-max-frequency = <50000000>;
|
||||||
|
spi-tx-bus-width = <4>;
|
||||||
|
spi-rx-bus-width = <4>;
|
||||||
m25p,fast-read;
|
m25p,fast-read;
|
||||||
broken-flash-reset;
|
broken-flash-reset;
|
||||||
};
|
};
|
||||||
|
|
|
@ -43,6 +43,7 @@ static struct sbi_ext extensions[] = {
|
||||||
{ 0x00735049, "IPI Extension" },
|
{ 0x00735049, "IPI Extension" },
|
||||||
{ 0x52464E43, "RFENCE Extension" },
|
{ 0x52464E43, "RFENCE Extension" },
|
||||||
{ 0x0048534D, "Hart State Management Extension" },
|
{ 0x0048534D, "Hart State Management Extension" },
|
||||||
|
{ 0x53525354, "System Reset Extension" },
|
||||||
};
|
};
|
||||||
|
|
||||||
static int do_sbi(struct cmd_tbl *cmdtp, int flag, int argc,
|
static int do_sbi(struct cmd_tbl *cmdtp, int flag, int argc,
|
||||||
|
|
Loading…
Add table
Reference in a new issue