[PATCH 1/8] arm64: dts: meson: update spifc node on Khadas VIM2 meson-gxm-khadas-vim2

From: Artem Lapkin
Date: Thu Sep 24 2020 - 23:30:54 EST


1) The VIM2 Boards use w25q128 spi chip only not w25q32 or w25q16
it's not really seriously becouse have 'jedec,spi-nor' which
have auto chips identifications

2) max-frequency is 104Mhz

Signed-off-by: Artem Lapkin <art@xxxxxxxxxx>
---
arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
index bff8ec2c1c7..a6baf865aa2 100644
--- a/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
+++ b/arch/arm64/boot/dts/amlogic/meson-gxm-khadas-vim2.dts
@@ -336,12 +336,12 @@ &spifc {
pinctrl-0 = <&nor_pins>;
pinctrl-names = "default";

- w25q32: spi-flash@0 {
+ w25q128: spi-flash@0 {
#address-cells = <1>;
#size-cells = <1>;
- compatible = "winbond,w25q16", "jedec,spi-nor";
+ compatible = "winbond,w25q128fw", "jedec,spi-nor";
reg = <0>;
- spi-max-frequency = <3000000>;
+ spi-max-frequency = <104000000>;
};
};

--
2.25.1