diff options
author | Sergiu Moga <sergiu.moga@microchip.com> | 2022-05-13 18:13:39 +0300 |
---|---|---|
committer | Eugen Hristev <eugen.hristev@microchip.com> | 2022-06-28 10:09:45 +0300 |
commit | 474130944d6309f3a3651de48b56a3d92cb68149 (patch) | |
tree | b82201b1d116386acb899b0aa2a7468a8959405d | |
parent | ea82ed8c2eaee0a0f7dee31016aaee4ce88e9ea7 (diff) |
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>
-rw-r--r-- | arch/arm/dts/sam9x60ek.dts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/dts/sam9x60ek.dts b/arch/arm/dts/sam9x60ek.dts index 32ffe93b4d9..4258e8e1abd 100644 --- a/arch/arm/dts/sam9x60ek.dts +++ b/arch/arm/dts/sam9x60ek.dts @@ -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>; |