All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: dts: sam9x60: Add pit64b node
@ 2022-04-04 10:30 Durai Manickam KR
  2022-04-27  6:03 ` Eugen.Hristev
  0 siblings, 1 reply; 2+ messages in thread
From: Durai Manickam KR @ 2022-04-04 10:30 UTC (permalink / raw)
  To: u-boot; +Cc: durai.manickamkr

Add DT node for pit64b support.

Signed-off-by: Durai Manickam KR <durai.manickamkr@microchip.com>
---
 arch/arm/dts/sam9x60.dtsi | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/arch/arm/dts/sam9x60.dtsi b/arch/arm/dts/sam9x60.dtsi
index be44519934..54ff361400 100644
--- a/arch/arm/dts/sam9x60.dtsi
+++ b/arch/arm/dts/sam9x60.dtsi
@@ -229,6 +229,13 @@
 				clocks = <&pmc PMC_TYPE_CORE 11>; /* ID_MCK. */
 			};
 
+			pit64b0: timer@f0028000 {
+				compatible = "microchip,sam9x60-pit64b";
+				reg = <0xf0028000 0xec>;
+				clocks = <&pmc PMC_TYPE_PERIPHERAL 37>, <&pmc PMC_TYPE_GCK 37>;
+				clock-names = "pclk", "gclk";
+			};
+
 			clk32: sckc@fffffe50 {
 				compatible = "microchip,sam9x60-sckc";
 				reg = <0xfffffe50 0x4>;
-- 
2.25.1


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

* Re: [PATCH] ARM: dts: sam9x60: Add pit64b node
  2022-04-04 10:30 [PATCH] ARM: dts: sam9x60: Add pit64b node Durai Manickam KR
@ 2022-04-27  6:03 ` Eugen.Hristev
  0 siblings, 0 replies; 2+ messages in thread
From: Eugen.Hristev @ 2022-04-27  6:03 UTC (permalink / raw)
  To: Durai.ManickamKR, u-boot

On 4/4/22 1:30 PM, Durai Manickam KR wrote:
> Add DT node for pit64b support.
> 
> Signed-off-by: Durai Manickam KR <durai.manickamkr@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:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-04 10:30 [PATCH] ARM: dts: sam9x60: Add pit64b node Durai Manickam KR
2022-04-27  6:03 ` 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.