linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: rockchip: add phandle to timer0 on rk3368
@ 2021-02-09 10:34 Heiko Stuebner
  2021-03-21 20:14 ` Heiko Stuebner
  0 siblings, 1 reply; 2+ messages in thread
From: Heiko Stuebner @ 2021-02-09 10:34 UTC (permalink / raw)
  To: heiko
  Cc: cmuellner, linux-arm-kernel, linux-rockchip, linux-kernel,
	Heiko Stuebner

From: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>

While the kernel doesn't care su much right now, bootloaders like
u-boot need to refine the node on their side, so to make life easier
for everyone add the timer0 phandle for timer0.

Signed-off-by: Heiko Stuebner <heiko.stuebner@theobroma-systems.com>
---
 arch/arm64/boot/dts/rockchip/rk3368.dtsi | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm64/boot/dts/rockchip/rk3368.dtsi b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
index 7af68ec3feae..61b0a2a907f2 100644
--- a/arch/arm64/boot/dts/rockchip/rk3368.dtsi
+++ b/arch/arm64/boot/dts/rockchip/rk3368.dtsi
@@ -667,7 +667,7 @@ wdt: watchdog@ff800000 {
 		status = "disabled";
 	};
 
-	timer@ff810000 {
+	timer0: timer@ff810000 {
 		compatible = "rockchip,rk3368-timer", "rockchip,rk3288-timer";
 		reg = <0x0 0xff810000 0x0 0x20>;
 		interrupts = <GIC_SPI 66 IRQ_TYPE_LEVEL_HIGH>;
-- 
2.29.2


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

* Re: [PATCH] arm64: dts: rockchip: add phandle to timer0 on rk3368
  2021-02-09 10:34 [PATCH] arm64: dts: rockchip: add phandle to timer0 on rk3368 Heiko Stuebner
@ 2021-03-21 20:14 ` Heiko Stuebner
  0 siblings, 0 replies; 2+ messages in thread
From: Heiko Stuebner @ 2021-03-21 20:14 UTC (permalink / raw)
  To: Heiko Stuebner
  Cc: linux-rockchip, Heiko Stuebner, linux-kernel, cmuellner,
	linux-arm-kernel

On Tue, 9 Feb 2021 11:34:08 +0100, Heiko Stuebner wrote:
> While the kernel doesn't care su much right now, bootloaders like
> u-boot need to refine the node on their side, so to make life easier
> for everyone add the timer0 phandle for timer0.

Applied, thanks!

[1/1] arm64: dts: rockchip: add phandle to timer0 on rk3368
      commit: 46f86be0fc6900a13bc27138a72cb7188ef6b4be

Best regards,
-- 
Heiko Stuebner <heiko@sntech.de>

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

end of thread, other threads:[~2021-03-21 20:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-02-09 10:34 [PATCH] arm64: dts: rockchip: add phandle to timer0 on rk3368 Heiko Stuebner
2021-03-21 20:14 ` Heiko Stuebner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).