df362741907603d437e1b5b24d3d1b6c3c986e44
[openwrt.git] / target / linux / sunxi / patches-3.12 / 137-4-dt-sun5i-update-hstimer-entry.patch
1 From cdb1e9d50ad353833902214035a71ce08d86072a Mon Sep 17 00:00:00 2001
2 From: Zoltan HERPAI <wigyori@uid0.hu>
3 Date: Sun, 12 Jan 2014 16:48:01 +0100
4 Subject: [PATCH] ARM: sun5i: dt: update hstimer entry
5
6 Rename the hstimer DT entry to make naming consistent with the
7 A20 dtsi. Also to avoid confusion when switching clocksources.
8
9 Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
10 ---
11  arch/arm/boot/dts/sun5i-a13.dtsi |    2 +-
12  1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/arch/arm/boot/dts/sun5i-a13.dtsi b/arch/arm/boot/dts/sun5i-a13.dtsi
15 index 21900c6..e0a5cdd 100644
16 --- a/arch/arm/boot/dts/sun5i-a13.dtsi
17 +++ b/arch/arm/boot/dts/sun5i-a13.dtsi
18 @@ -427,7 +427,7 @@
19                         status = "disabled";
20                 };
21  
22 -               timer@01c60000 {
23 +               hstimer@01c60000 {
24                         compatible = "allwinner,sun5i-a13-hstimer";
25                         reg = <0x01c60000 0x1000>;
26                         interrupts = <82>, <83>;
27 -- 
28 1.7.0.4
29