All of lore.kernel.org
 help / color / mirror / Atom feed
From: Artem Lapkin <email2tema@gmail.com>
To: narmstrong@baylibre.com
Cc: khilman@baylibre.com, robh+dt@kernel.org, jbrunet@baylibre.com,
	martin.blumenstingl@googlemail.com, devicetree@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org,
	linux-amlogic@lists.infradead.org, linux-kernel@vger.kernel.org,
	art@khadas.com, nick@khadas.com, gouwa@khadas.com
Subject: [PATCH 1/8] arm64: dts: meson: update spifc node on Khadas VIM2 meson-gxm-khadas-vim2
Date: Fri, 25 Sep 2020 11:30:10 +0800	[thread overview]
Message-ID: <20200925033017.1790973-2-art@khadas.com> (raw)
In-Reply-To: <20200925033017.1790973-1-art@khadas.com>

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@khadas.com>
---
 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


WARNING: multiple messages have this Message-ID (diff)
From: Artem Lapkin <email2tema@gmail.com>
To: narmstrong@baylibre.com
Cc: devicetree@vger.kernel.org, gouwa@khadas.com,
	martin.blumenstingl@googlemail.com, khilman@baylibre.com,
	linux-kernel@vger.kernel.org, robh+dt@kernel.org,
	nick@khadas.com, linux-amlogic@lists.infradead.org,
	art@khadas.com, linux-arm-kernel@lists.infradead.org,
	jbrunet@baylibre.com
Subject: [PATCH 1/8] arm64: dts: meson: update spifc node on Khadas VIM2 meson-gxm-khadas-vim2
Date: Fri, 25 Sep 2020 11:30:10 +0800	[thread overview]
Message-ID: <20200925033017.1790973-2-art@khadas.com> (raw)
In-Reply-To: <20200925033017.1790973-1-art@khadas.com>

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@khadas.com>
---
 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


_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

WARNING: multiple messages have this Message-ID (diff)
From: Artem Lapkin <email2tema@gmail.com>
To: narmstrong@baylibre.com
Cc: devicetree@vger.kernel.org, gouwa@khadas.com,
	martin.blumenstingl@googlemail.com, khilman@baylibre.com,
	linux-kernel@vger.kernel.org, robh+dt@kernel.org,
	nick@khadas.com, linux-amlogic@lists.infradead.org,
	art@khadas.com, linux-arm-kernel@lists.infradead.org,
	jbrunet@baylibre.com
Subject: [PATCH 1/8] arm64: dts: meson: update spifc node on Khadas VIM2 meson-gxm-khadas-vim2
Date: Fri, 25 Sep 2020 11:30:10 +0800	[thread overview]
Message-ID: <20200925033017.1790973-2-art@khadas.com> (raw)
In-Reply-To: <20200925033017.1790973-1-art@khadas.com>

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@khadas.com>
---
 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


_______________________________________________
linux-amlogic mailing list
linux-amlogic@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-amlogic

  reply	other threads:[~2020-09-25  3:30 UTC|newest]

Thread overview: 69+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-09-25  3:30 [PATCH 0/8] dts updates and fixes for Khadas VIM1 VIM2 VIM3 VIML boards Artem Lapkin
2020-09-25  3:30 ` Artem Lapkin
2020-09-25  3:30 ` Artem Lapkin
2020-09-25  3:30 ` Artem Lapkin [this message]
2020-09-25  3:30   ` [PATCH 1/8] arm64: dts: meson: update spifc node on Khadas VIM2 meson-gxm-khadas-vim2 Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  7:41   ` Neil Armstrong
2020-09-25  7:41     ` Neil Armstrong
2020-09-25  7:41     ` Neil Armstrong
2020-09-25  7:51   ` Martin Blumenstingl
2020-09-25  7:51     ` Martin Blumenstingl
2020-09-25  7:51     ` Martin Blumenstingl
2020-09-28  7:54     ` Neil Armstrong
2020-09-28  7:54       ` Neil Armstrong
2020-09-28  7:54       ` Neil Armstrong
2020-09-25  3:30 ` [PATCH 2/8] arm64: dts: meson: update leds node on Khadas VIM3/VIM3L boards meson-khadas-vim3 Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  7:36   ` Neil Armstrong
2020-09-25  7:36     ` Neil Armstrong
2020-09-25  7:36     ` Neil Armstrong
2020-09-25  3:30 ` [PATCH 3/8] arm64: dts: meson: update leds node on Khadas VIM3/VIM3L board meson-khadas-vim3 Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  7:39   ` Neil Armstrong
2020-09-25  7:39     ` Neil Armstrong
2020-09-25  7:39     ` Neil Armstrong
2020-09-25  3:30 ` [PATCH 4/8] arm64: dts: meson: remove fixed memory size for Khadas VIM3/VIM3L meson-khadas-vim3 Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  7:37   ` Martin Blumenstingl
2020-09-25  7:37     ` Martin Blumenstingl
2020-09-25  7:37     ` Martin Blumenstingl
2020-09-25  7:40     ` Neil Armstrong
2020-09-25  7:40       ` Neil Armstrong
2020-09-25  7:40       ` Neil Armstrong
2020-09-25  3:30 ` [PATCH 5/8] arm64: dts: meson: remove reset-gpios from ethernet node for VIM2 meson-gxm-khadas-vim2 Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  7:41   ` Martin Blumenstingl
2020-09-25  7:41     ` Martin Blumenstingl
2020-09-25  7:41     ` Martin Blumenstingl
     [not found]     ` <CAKaHn9+CWLJYN1Tt46VxBGNBEbVVJZWeL6ZJSf9w-5DmoxrvgQ@mail.gmail.com>
2020-09-25  8:04       ` Martin Blumenstingl
2020-09-25  8:04         ` Martin Blumenstingl
2020-09-25  8:04         ` Martin Blumenstingl
     [not found]         ` <CAKaHn9K6O8u6Br84S63V0PDFBhiRbMdd4-bvC5FxFe6izj_Dvg@mail.gmail.com>
2020-09-25 11:26           ` Martin Blumenstingl
2020-09-25 11:26             ` Martin Blumenstingl
2020-09-25 11:26             ` Martin Blumenstingl
     [not found]             ` <CAKaHn9JxKBKW5AYvUNBAA+sNcHfNQNrx95NtLMnrfd0ypOaAoA@mail.gmail.com>
2020-09-28 20:41               ` Martin Blumenstingl
2020-09-28 20:41                 ` Martin Blumenstingl
2020-09-28 20:41                 ` Martin Blumenstingl
2020-09-25  3:30 ` [PATCH 6/8] arm64: dts: meson: disable vrtc for VIM3L boards meson-khadas-vim3 Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  7:44   ` Neil Armstrong
2020-09-25  7:44     ` Neil Armstrong
2020-09-25  7:44     ` Neil Armstrong
2020-09-25  3:30 ` [PATCH 7/8] arm64: dts: meson: enable RTC for VIM1 meson-gxl-s905x-khadas-vim Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  7:31   ` Martin Blumenstingl
2020-09-25  7:31     ` Martin Blumenstingl
2020-09-25  7:31     ` Martin Blumenstingl
2020-09-25  3:30 ` [PATCH 8/8] arm64: dts: meson: enable RTC for VIM2 meson-gxm-khadas-vim2 Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  3:30   ` Artem Lapkin
2020-09-25  8:58   ` Jerome Brunet
2020-09-25  8:58     ` Jerome Brunet
2020-09-25  8:58     ` Jerome Brunet

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200925033017.1790973-2-art@khadas.com \
    --to=email2tema@gmail.com \
    --cc=art@khadas.com \
    --cc=devicetree@vger.kernel.org \
    --cc=gouwa@khadas.com \
    --cc=jbrunet@baylibre.com \
    --cc=khilman@baylibre.com \
    --cc=linux-amlogic@lists.infradead.org \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=martin.blumenstingl@googlemail.com \
    --cc=narmstrong@baylibre.com \
    --cc=nick@khadas.com \
    --cc=robh+dt@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.