mirror of
https://source.denx.de/u-boot/u-boot.git
synced 2025-09-26 16:21:25 +02:00
m68k: dts: stmark2: set correct compatible field for spi nor
Fix error: Invalid chip select 0:1 (err=-19) update spi nor "compatible" property with "jedec,spi-nor" to have spi nor properly bound as a child device. Signed-off-by: Angelo Durgehello <angelo@kernel-space.org>
This commit is contained in:
parent
1e48392e32
commit
12f5489297
@ -27,7 +27,7 @@
|
||||
flash: is25lp128@1 {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <1>;
|
||||
compatible = "spi-flash";
|
||||
compatible = "jedec,spi-nor";
|
||||
spi-max-frequency = <60000000>;
|
||||
reg = <1>;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user