All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: stm32: Drop QSPI CS2 on DHCOM
@ 2020-10-28 20:37 Marek Vasut
  2020-10-29  7:55 ` Patrice CHOTARD
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Marek Vasut @ 2020-10-28 20:37 UTC (permalink / raw
  To: u-boot

The QSPI CS2 is not used on DHCOM, remove the pinmux and flash at 1.

Signed-off-by: Marek Vasut <marex@denx.de>
Cc: Patrice Chotard <patrice.chotard@st.com>
Cc: Patrick Delaunay <patrick.delaunay@st.com>
---
 arch/arm/dts/stm32mp15xx-dhcom.dtsi | 13 ++-----------
 1 file changed, 2 insertions(+), 11 deletions(-)

diff --git a/arch/arm/dts/stm32mp15xx-dhcom.dtsi b/arch/arm/dts/stm32mp15xx-dhcom.dtsi
index 8782a3b78d..18c08c9435 100644
--- a/arch/arm/dts/stm32mp15xx-dhcom.dtsi
+++ b/arch/arm/dts/stm32mp15xx-dhcom.dtsi
@@ -299,8 +299,8 @@
 
 &qspi {
 	pinctrl-names = "default", "sleep";
-	pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a &qspi_bk2_pins_a>;
-	pinctrl-1 = <&qspi_clk_sleep_pins_a &qspi_bk1_sleep_pins_a &qspi_bk2_sleep_pins_a>;
+	pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a>;
+	pinctrl-1 = <&qspi_clk_sleep_pins_a &qspi_bk1_sleep_pins_a>;
 	reg = <0x58003000 0x1000>, <0x70000000 0x4000000>;
 	#address-cells = <1>;
 	#size-cells = <0>;
@@ -314,15 +314,6 @@
 		#address-cells = <1>;
 		#size-cells = <1>;
 	};
-
-	flash1: mx66l51235l at 1 {
-		compatible = "jedec,spi-nor";
-		reg = <1>;
-		spi-rx-bus-width = <4>;
-		spi-max-frequency = <108000000>;
-		#address-cells = <1>;
-		#size-cells = <1>;
-	};
 };
 
 &rng1 {
-- 
2.28.0

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: stm32: Drop QSPI CS2 on DHCOM
  2020-10-28 20:37 [PATCH] ARM: dts: stm32: Drop QSPI CS2 on DHCOM Marek Vasut
@ 2020-10-29  7:55 ` Patrice CHOTARD
  2020-11-06 17:40 ` Patrick DELAUNAY
  2020-11-25  9:51 ` Patrick DELAUNAY
  2 siblings, 0 replies; 4+ messages in thread
From: Patrice CHOTARD @ 2020-10-29  7:55 UTC (permalink / raw
  To: u-boot

Hi Marek

On 10/28/20 9:37 PM, Marek Vasut wrote:
> The QSPI CS2 is not used on DHCOM, remove the pinmux and flash at 1.
>
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Patrice Chotard <patrice.chotard@st.com>
> Cc: Patrick Delaunay <patrick.delaunay@st.com>
> ---
>  arch/arm/dts/stm32mp15xx-dhcom.dtsi | 13 ++-----------
>  1 file changed, 2 insertions(+), 11 deletions(-)
>
> diff --git a/arch/arm/dts/stm32mp15xx-dhcom.dtsi b/arch/arm/dts/stm32mp15xx-dhcom.dtsi
> index 8782a3b78d..18c08c9435 100644
> --- a/arch/arm/dts/stm32mp15xx-dhcom.dtsi
> +++ b/arch/arm/dts/stm32mp15xx-dhcom.dtsi
> @@ -299,8 +299,8 @@
>  
>  &qspi {
>  	pinctrl-names = "default", "sleep";
> -	pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a &qspi_bk2_pins_a>;
> -	pinctrl-1 = <&qspi_clk_sleep_pins_a &qspi_bk1_sleep_pins_a &qspi_bk2_sleep_pins_a>;
> +	pinctrl-0 = <&qspi_clk_pins_a &qspi_bk1_pins_a>;
> +	pinctrl-1 = <&qspi_clk_sleep_pins_a &qspi_bk1_sleep_pins_a>;
>  	reg = <0x58003000 0x1000>, <0x70000000 0x4000000>;
>  	#address-cells = <1>;
>  	#size-cells = <0>;
> @@ -314,15 +314,6 @@
>  		#address-cells = <1>;
>  		#size-cells = <1>;
>  	};
> -
> -	flash1: mx66l51235l at 1 {
> -		compatible = "jedec,spi-nor";
> -		reg = <1>;
> -		spi-rx-bus-width = <4>;
> -		spi-max-frequency = <108000000>;
> -		#address-cells = <1>;
> -		#size-cells = <1>;
> -	};
>  };
>  
>  &rng1 {

Reviewed-by: Patrice Chotard <patrice.chotard@st.com>

Thanks

Patrice

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: stm32: Drop QSPI CS2 on DHCOM
  2020-10-28 20:37 [PATCH] ARM: dts: stm32: Drop QSPI CS2 on DHCOM Marek Vasut
  2020-10-29  7:55 ` Patrice CHOTARD
@ 2020-11-06 17:40 ` Patrick DELAUNAY
  2020-11-25  9:51 ` Patrick DELAUNAY
  2 siblings, 0 replies; 4+ messages in thread
From: Patrick DELAUNAY @ 2020-11-06 17:40 UTC (permalink / raw
  To: u-boot

Hi Marek,

> From: Marek Vasut <marex@denx.de>
> Sent: mercredi 28 octobre 2020 21:38
> To: u-boot at lists.denx.de
> Cc: Marek Vasut <marex@denx.de>; Patrice CHOTARD
> <patrice.chotard@st.com>; Patrick DELAUNAY <patrick.delaunay@st.com>
> Subject: [PATCH] ARM: dts: stm32: Drop QSPI CS2 on DHCOM
> Importance: High
> 
> The QSPI CS2 is not used on DHCOM, remove the pinmux and flash at 1.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Patrice Chotard <patrice.chotard@st.com>
> Cc: Patrick Delaunay <patrick.delaunay@st.com>
> ---
>  arch/arm/dts/stm32mp15xx-dhcom.dtsi | 13 ++-----------
>  1 file changed, 2 insertions(+), 11 deletions(-)
> 

Reviewed-by: Patrick Delaunay <patrick.delaunay@st.com>

Thanks

Patrick

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] ARM: dts: stm32: Drop QSPI CS2 on DHCOM
  2020-10-28 20:37 [PATCH] ARM: dts: stm32: Drop QSPI CS2 on DHCOM Marek Vasut
  2020-10-29  7:55 ` Patrice CHOTARD
  2020-11-06 17:40 ` Patrick DELAUNAY
@ 2020-11-25  9:51 ` Patrick DELAUNAY
  2 siblings, 0 replies; 4+ messages in thread
From: Patrick DELAUNAY @ 2020-11-25  9:51 UTC (permalink / raw
  To: u-boot

Hi Marek,

> From: Marek Vasut <marex@denx.de>
> Sent: mercredi 28 octobre 2020 21:38
> 
> The QSPI CS2 is not used on DHCOM, remove the pinmux and flash at 1.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> Cc: Patrice Chotard <patrice.chotard@st.com>
> Cc: Patrick Delaunay <patrick.delaunay@st.com>
> ---
>  arch/arm/dts/stm32mp15xx-dhcom.dtsi | 13 ++-----------
>  1 file changed, 2 insertions(+), 11 deletions(-)
> 

Applied to u-boot-stm/master, thanks!

Regards

Patrick

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-11-25  9:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-10-28 20:37 [PATCH] ARM: dts: stm32: Drop QSPI CS2 on DHCOM Marek Vasut
2020-10-29  7:55 ` Patrice CHOTARD
2020-11-06 17:40 ` Patrick DELAUNAY
2020-11-25  9:51 ` Patrick DELAUNAY

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.