diff options
author | Zoltan Herpai <wigyori@uid0.hu> | 2014-03-20 21:40:07 +0000 |
---|---|---|
committer | Zoltan Herpai <wigyori@uid0.hu> | 2014-03-20 21:40:07 +0000 |
commit | 0534e2c79c419cdd89e19e1c8dda45105f861280 (patch) | |
tree | 7ab2c614be63967b1dc944e29c11c81f9d687a2f /target/linux/sunxi/patches-3.13/146-3-dt-sun7i-a20-add-hstimer.patch | |
parent | 3eb2d6d5d469b760721b73fb0bdf649c4d4b7bd0 (diff) | |
download | upstream-0534e2c79c419cdd89e19e1c8dda45105f861280.tar.gz upstream-0534e2c79c419cdd89e19e1c8dda45105f861280.tar.bz2 upstream-0534e2c79c419cdd89e19e1c8dda45105f861280.zip |
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.patch | 8 |
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 dea8e6b0ae..dc9ce4f9e9 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>; + }; + |