提交 dbc3e64f 编写于 作者: C Chris Packham 提交者: Stefan Roese

ARM: mvebu: add "spi-flash" compatible string

U-boots spi-nor support is currently considered a work in progress. For
now to avoid issues it is necessary to add a "spi-flash" compatible
string. Eventually the "jedec,spi-nor" will be sufficient when the core
U-boot code is updated to support it.
Signed-off-by: NChris Packham <judge.packham@gmail.com>
Reviewed-by: NJagan Teki <jagan@openedev.com>
Signed-off-by: NStefan Roese <sr@denx.de>
上级 8b3cec7d
......@@ -154,7 +154,7 @@
u-boot,dm-pre-reloc;
#address-cells = <1>;
#size-cells = <1>;
compatible = "st,m25p128", "jedec,spi-nor";
compatible = "st,m25p128", "jedec,spi-nor", "spi-flash";
reg = <0>; /* Chip select 0 */
spi-max-frequency = <50000000>;
m25p,fast-read;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册