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


Groups > linux.kernel > #1531365 > unrolled thread

[PATCHv2 03/11] ARM: dts: rockchip: update compatible property for rk3229 timer

Started byAlexander Kochetkov <al.kochet@gmail.com>
First post2016-11-28 15:40 +0100
Last post2016-11-28 15:40 +0100
Articles 1 — 1 participant

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

  [PATCHv2 03/11] ARM: dts: rockchip: update compatible property for rk3229 timer Alexander Kochetkov <al.kochet@gmail.com> - 2016-11-28 15:40 +0100

#1531365 — [PATCHv2 03/11] ARM: dts: rockchip: update compatible property for rk3229 timer

FromAlexander Kochetkov <al.kochet@gmail.com>
Date2016-11-28 15:40 +0100
Subject[PATCHv2 03/11] ARM: dts: rockchip: update compatible property for rk3229 timer
Message-ID<sIvg6-3iM-41@gated-at.bofh.it>
Property set to '"rockchip,rk3229-timer", "rockchip,rk3288-timer"'
to match devicetree bindings.

Signed-off-by: Alexander Kochetkov <al.kochet@gmail.com>
---
 arch/arm/boot/dts/rk3229-evb.dts |    4 ++++
 1 file changed, 4 insertions(+)

diff --git a/arch/arm/boot/dts/rk3229-evb.dts b/arch/arm/boot/dts/rk3229-evb.dts
index b6a1203..6629769 100644
--- a/arch/arm/boot/dts/rk3229-evb.dts
+++ b/arch/arm/boot/dts/rk3229-evb.dts
@@ -88,3 +88,7 @@
 &uart2 {
 	status = "okay";
 };
+
+&timer {
+	compatible = "rockchip,rk3229-timer", "rockchip,rk3288-timer";
+};
-- 
1.7.9.5

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web