mirror of
https://github.com/smaeul/u-boot.git
synced 2025-10-14 04:46:01 +01:00
ARM: dts: sam9x60: fix compatible for qspi child node
Change the compatible of the qspi child node to `jedec,spi-nor` so that it can be properly found when probing the bus. Signed-off-by: Sergiu Moga <sergiu.moga@microchip.com> Reviewed-by: Tudor Ambarus <tudor.ambarus@microchip.com>
This commit is contained in:
parent
ea82ed8c2e
commit
474130944d
@ -49,7 +49,7 @@
|
||||
status = "okay";
|
||||
|
||||
nor_flash: sst26vf064@0 {
|
||||
compatible = "spi-flash";
|
||||
compatible = "jedec,spi-nor";
|
||||
reg = <0>;
|
||||
spi-max-frequency = <80000000>;
|
||||
spi-rx-bus-width = <4>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user