Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1570687 > unrolled thread

[PATCH v6 2/5] ARM: dts: rockchip: update compatible property for rk322x timer

Started byAlexander Kochetkov <al.kochet@gmail.com>
First post2017-01-31 13:50 +0100
Last post2017-02-01 10:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

  [PATCH v6 2/5] ARM: dts: rockchip: update compatible property for rk322x timer Alexander Kochetkov <al.kochet@gmail.com> - 2017-01-31 13:50 +0100
    Re: [PATCH v6 2/5] ARM: dts: rockchip: update compatible property for rk322x timer Heiko Stuebner <heiko@sntech.de> - 2017-02-01 10:40 +0100

#1570687 — [PATCH v6 2/5] ARM: dts: rockchip: update compatible property for rk322x timer

FromAlexander Kochetkov <al.kochet@gmail.com>
Date2017-01-31 13:50 +0100
Subject[PATCH v6 2/5] ARM: dts: rockchip: update compatible property for rk322x timer
Message-ID<t5G2J-Kr-5@gated-at.bofh.it>
Property set to '"rockchip,rk3228-timer", "rockchip,rk3288-timer"'
to match devicetree bindings.

Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>
Suggested-by: Heiko Stübner <heiko@sntech.de>
---
 arch/arm/boot/dts/rk322x.dtsi |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/arch/arm/boot/dts/rk322x.dtsi b/arch/arm/boot/dts/rk322x.dtsi
index 9e6bf0e..2a4eee2 100644
--- a/arch/arm/boot/dts/rk322x.dtsi
+++ b/arch/arm/boot/dts/rk322x.dtsi
@@ -323,7 +323,7 @@
 	};
 
 	timer: timer@110c0000 {
-		compatible = "rockchip,rk3288-timer";
+		compatible = "rockchip,rk3228-timer", "rockchip,rk3288-timer";
 		reg = <0x110c0000 0x20>;
 		interrupts = <GIC_SPI 43 IRQ_TYPE_LEVEL_HIGH>;
 		clocks = <&xin24m>, <&cru PCLK_TIMER>;
-- 
1.7.9.5

[toc] | [next] | [standalone]


#1571367

FromHeiko Stuebner <heiko@sntech.de>
Date2017-02-01 10:40 +0100
Message-ID<t5Zyp-4a5-9@gated-at.bofh.it>
In reply to#1570687
Am Dienstag, 31. Januar 2017, 15:43:13 CET schrieb Alexander Kochetkov:
> Property set to '"rockchip,rk3228-timer", "rockchip,rk3288-timer"'
> to match devicetree bindings.
> 
> Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>
> Suggested-by: Heiko Stübner <heiko@sntech.de>

depending on who is picking that up, they can add my
Reviewed-by: Heiko Stuebner <heiko@sntech.de>

if needed

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web