sandbox: Correct spi flash operation
authorSimon Glass <sjg@chromium.org>
Sat, 18 May 2019 17:59:49 +0000 (11:59 -0600)
committerSimon Glass <sjg@chromium.org>
Wed, 10 Jul 2019 22:52:58 +0000 (16:52 -0600)
commit24c2776ba9002fadbf7cf86a0f5bc6a17cc08290
tree9829d6a9a76ab821cb45084dff430abd4dd899fe
parente676f4397c019840e2b0d7330506a857c6dc5a81
sandbox: Correct spi flash operation

Since the SPI nor conversion, 'sf probe' does not work on sandbox. Fix
this by using the expected compatible string in the flash node.

Signed-off-by: Simon Glass <sjg@chromium.org>
Fixes: cd35365762 (mtd: sf_probe: remove spi-flash compatible)
arch/sandbox/dts/sandbox.dtsi
drivers/spi/Kconfig