Commit 1276be23 authored by Hsin-Yi Wang's avatar Hsin-Yi Wang Committed by Matthias Brugger
Browse files

arm64: dts: mt8173: elm: Fix nor_flash node property



bus-width and non-removable is not used by the driver.
max-frequency should be spi-max-frequency for flash node.

Fixes: 689b937b ("arm64: dts: mediatek: add mt8173 elm and hana board")
Reported-by: default avatarNicolas Boichat <drinkcat@chromium.org>
Signed-off-by: default avatarHsin-Yi Wang <hsinyi@chromium.org>
Reviewed-by: default avatarEnric Balletbo i Serra <enric.balletbo@collabora.com>
Link: https://lore.kernel.org/r/20200727074124.3779237-1-hsinyi@chromium.org


Signed-off-by: default avatarMatthias Brugger <matthias.bgg@gmail.com>
parent e2a8fa1e
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -433,12 +433,11 @@
	status = "okay";
	pinctrl-names = "default";
	pinctrl-0 = <&nor_gpio1_pins>;
	bus-width = <8>;
	max-frequency = <50000000>;
	non-removable;

	flash@0 {
		compatible = "jedec,spi-nor";
		reg = <0>;
		spi-max-frequency = <50000000>;
	};
};