summaryrefslogtreecommitdiff
path: root/arch/arm/boot/dts/keystone-k2hk-evm.dts
diff options
context:
space:
mode:
authorKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>2022-04-20 11:02:47 +0200
committerNishanth Menon <nm@ti.com>2022-04-22 13:48:38 -0500
commit6273a1864d437553ab4220d1abc010c5bb758ad2 (patch)
tree2fd23728aab72bfab307d339957619c48b3d7f15 /arch/arm/boot/dts/keystone-k2hk-evm.dts
parent625f5c507994fd8ff9c70b2477902b0e3e1f355f (diff)
ARM: dts: keystone: Fix missing fallback and case in SPI NOR node compatible
Vendor prefix in compatible should be lower-case and the jedec,spi-nor should be used as fallback, according to the bindings. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Nishanth Menon <nm@ti.com> Link: https://lore.kernel.org/r/20220420090247.73410-2-krzysztof.kozlowski@linaro.org
Diffstat (limited to 'arch/arm/boot/dts/keystone-k2hk-evm.dts')
-rw-r--r--arch/arm/boot/dts/keystone-k2hk-evm.dts2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/boot/dts/keystone-k2hk-evm.dts b/arch/arm/boot/dts/keystone-k2hk-evm.dts
index f968af0bfad3..4a91f5ded402 100644
--- a/arch/arm/boot/dts/keystone-k2hk-evm.dts
+++ b/arch/arm/boot/dts/keystone-k2hk-evm.dts
@@ -164,7 +164,7 @@
nor_flash: flash@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "Micron,n25q128a11";
+ compatible = "micron,n25q128a11", "jedec,spi-nor";
spi-max-frequency = <54000000>;
m25p,fast-read;
reg = <0>;