2020-07-18 05:47:11

by Christian Hewitt

[permalink] [raw]
Subject: [PATCH] arm64: dts: meson: update spifc node name on Khadas VIM3/VIM3L

The VIM3/VIM3L Boards use w25q128 not w25q32 - this is a cosmetic change
only - the device probes fine with the current device-tree.

Fixes: 0e1610e726d3 ("arm64: dts: khadas-vim3: add SPIFC controller node")
Signed-off-by: Christian Hewitt <[email protected]>
---
arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
index 27408c10a811..6b75157265e1 100644
--- a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
+++ b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
@@ -360,7 +360,7 @@
pinctrl-0 = <&nor_pins>;
pinctrl-names = "default";

- w25q32: spi-flash@0 {
+ w25q128: spi-flash@0 {
#address-cells = <1>;
#size-cells = <1>;
compatible = "winbond,w25q128fw", "jedec,spi-nor";
--
2.17.1


2020-07-18 08:49:10

by Neil Armstrong

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: meson: update spifc node name on Khadas VIM3/VIM3L


Le 18/07/2020 ? 07:45, Christian Hewitt a ?crit :
> The VIM3/VIM3L Boards use w25q128 not w25q32 - this is a cosmetic change
> only - the device probes fine with the current device-tree.
>
> Fixes: 0e1610e726d3 ("arm64: dts: khadas-vim3: add SPIFC controller node")
> Signed-off-by: Christian Hewitt <[email protected]>
> ---
> arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
> index 27408c10a811..6b75157265e1 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-khadas-vim3.dtsi
> @@ -360,7 +360,7 @@
> pinctrl-0 = <&nor_pins>;
> pinctrl-names = "default";
>
> - w25q32: spi-flash@0 {
> + w25q128: spi-flash@0 {
> #address-cells = <1>;
> #size-cells = <1>;
> compatible = "winbond,w25q128fw", "jedec,spi-nor";
>

Acked-by: Neil Armstrong <[email protected]>

2020-07-21 21:15:22

by Kevin Hilman

[permalink] [raw]
Subject: Re: [PATCH] arm64: dts: meson: update spifc node name on Khadas VIM3/VIM3L

On Sat, 18 Jul 2020 05:45:05 +0000, Christian Hewitt wrote:
> The VIM3/VIM3L Boards use w25q128 not w25q32 - this is a cosmetic change
> only - the device probes fine with the current device-tree.

Applied, thanks!

[1/1] arm64: dts: meson: update spifc node name on Khadas VIM3/VIM3L
commit: d57c69ca6d4ab890e8edac5c8e10c7c2b54d500c

Best regards,
--
Kevin Hilman <[email protected]>