All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: at91: sama7g5: Fix QSPI1 clock
@ 2022-04-08  8:41 Tudor Ambarus
  2022-04-27  6:07 ` Eugen.Hristev
  0 siblings, 1 reply; 2+ messages in thread
From: Tudor Ambarus @ 2022-04-08  8:41 UTC (permalink / raw)
  To: Eugen.Hristev; +Cc: u-boot, Tudor Ambarus

QSPI1 used the clock of QSPI0, fix it.

Fixes: 5eecc37bb1 ("ARM: dts: at91: sama7g5: Add QSPI0 and OSPI1 nodes")
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
---
 arch/arm/dts/sama7g5.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/dts/sama7g5.dtsi b/arch/arm/dts/sama7g5.dtsi
index b7c261ebe9..186795da87 100644
--- a/arch/arm/dts/sama7g5.dtsi
+++ b/arch/arm/dts/sama7g5.dtsi
@@ -316,7 +316,7 @@
 			dma-names = "tx", "rx";
 			clocks = <&pmc PMC_TYPE_PERIPHERAL 79>, <&pmc PMC_TYPE_GCK 79>;
 			clock-names = "pclk", "gclk";
-			assigned-clocks = <&pmc PMC_TYPE_GCK 78>;
+			assigned-clocks = <&pmc PMC_TYPE_GCK 79>;
 			assigned-clock-parents = <&pmc PMC_TYPE_CORE 10>; /* sys pll div. */
 			#address-cells = <1>;
 			#size-cells = <0>;
-- 
2.25.1


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

* Re: [PATCH] ARM: dts: at91: sama7g5: Fix QSPI1 clock
  2022-04-08  8:41 [PATCH] ARM: dts: at91: sama7g5: Fix QSPI1 clock Tudor Ambarus
@ 2022-04-27  6:07 ` Eugen.Hristev
  0 siblings, 0 replies; 2+ messages in thread
From: Eugen.Hristev @ 2022-04-27  6:07 UTC (permalink / raw)
  To: Tudor.Ambarus; +Cc: u-boot

On 4/8/22 11:41 AM, Tudor Ambarus wrote:
> QSPI1 used the clock of QSPI0, fix it.
> 
> Fixes: 5eecc37bb1 ("ARM: dts: at91: sama7g5: Add QSPI0 and OSPI1 nodes")
> Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
> ---

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

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

end of thread, other threads:[~2022-04-27  6:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-08  8:41 [PATCH] ARM: dts: at91: sama7g5: Fix QSPI1 clock Tudor Ambarus
2022-04-27  6:07 ` Eugen.Hristev

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.