[U-Boot] [PATCH v7 54/87] dts: sandbox: Use jedec, spi-nor compatible string

Jagan Teki jteki at openedev.com
Tue Mar 22 08:38:06 CET 2016


Use spi-nor flash driver compatible string as 'jedec,spi-nor'
instead of spi-flash

Cc: Simon Glass <sjg at chromium.org>
Cc: Bin Meng <bmeng.cn at gmail.com>
Signed-off-by: Jagan Teki <jteki at openedev.com>
---
 arch/sandbox/dts/test.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/sandbox/dts/test.dts b/arch/sandbox/dts/test.dts
index 9b8d658..cdb21a5 100644
--- a/arch/sandbox/dts/test.dts
+++ b/arch/sandbox/dts/test.dts
@@ -267,7 +267,7 @@
 		cs-gpios = <0>, <&gpio_a 0>;
 		spi.bin at 0 {
 			reg = <0>;
-			compatible = "spansion,m25p16", "spi-flash";
+			compatible = "spansion,m25p16", "jedec,spi-nor";
 			spi-max-frequency = <40000000>;
 			sandbox,filename = "spi.bin";
 		};
-- 
1.9.1



More information about the U-Boot mailing list