[PATCH 1/3] ARM: dts: sam9x60: fix compatible for qspi child node

Sergiu Moga sergiu.moga at microchip.com
Fri May 13 17:13:39 CEST 2022


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 at microchip.com>
Reviewed-by: Tudor Ambarus <tudor.ambarus at microchip.com>
---
 arch/arm/dts/sam9x60ek.dts | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/sam9x60ek.dts b/arch/arm/dts/sam9x60ek.dts
index 32ffe93b4d..4258e8e1ab 100644
--- a/arch/arm/dts/sam9x60ek.dts
+++ b/arch/arm/dts/sam9x60ek.dts
@@ -49,7 +49,7 @@
 				status = "okay";
 
 				nor_flash: sst26vf064 at 0 {
-					compatible = "spi-flash";
+					compatible = "jedec,spi-nor";
 					reg = <0>;
 					spi-max-frequency = <80000000>;
 					spi-rx-bus-width = <4>;
-- 
2.25.1



More information about the U-Boot mailing list