summaryrefslogtreecommitdiff
path: root/target/linux/sunxi/patches-3.13/146-3-dt-sun7i-a20-add-hstimer.patch
diff options
context:
space:
mode:
authorZoltan Herpai <wigyori@uid0.hu>2014-03-20 21:40:07 +0000
committerZoltan Herpai <wigyori@uid0.hu>2014-03-20 21:40:07 +0000
commit0534e2c79c419cdd89e19e1c8dda45105f861280 (patch)
tree7ab2c614be63967b1dc944e29c11c81f9d687a2f /target/linux/sunxi/patches-3.13/146-3-dt-sun7i-a20-add-hstimer.patch
parent3eb2d6d5d469b760721b73fb0bdf649c4d4b7bd0 (diff)
downloadmtk-20170518-0534e2c79c419cdd89e19e1c8dda45105f861280.zip
mtk-20170518-0534e2c79c419cdd89e19e1c8dda45105f861280.tar.gz
mtk-20170518-0534e2c79c419cdd89e19e1c8dda45105f861280.tar.bz2
sunxi: various changes - fix mmc, sata, usb (partially) on CubieTruck - fix hstimer DT on A20
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> Signed-off-by: Zalan Blenessy <zalan.blenessy@gmail.com> SVN-Revision: 39971
Diffstat (limited to 'target/linux/sunxi/patches-3.13/146-3-dt-sun7i-a20-add-hstimer.patch')
-rw-r--r--target/linux/sunxi/patches-3.13/146-3-dt-sun7i-a20-add-hstimer.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/sunxi/patches-3.13/146-3-dt-sun7i-a20-add-hstimer.patch b/target/linux/sunxi/patches-3.13/146-3-dt-sun7i-a20-add-hstimer.patch
index dea8e6b..dc9ce4f 100644
--- a/target/linux/sunxi/patches-3.13/146-3-dt-sun7i-a20-add-hstimer.patch
+++ b/target/linux/sunxi/patches-3.13/146-3-dt-sun7i-a20-add-hstimer.patch
@@ -31,10 +31,10 @@ Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
+ hstimer@01c60000 {
+ compatible = "allwinner,sun7i-a20-hstimer";
+ reg = <0x01c60000 0x1000>;
-+ interrupts = <0 81 1>,
-+ <0 82 1>,
-+ <0 83 1>,
-+ <0 84 1>;
++ interrupts = <0 81 4>,
++ <0 82 4>,
++ <0 83 4>,
++ <0 84 4>;
+ clocks = <&ahb_gates 28>;
+ };
+