diff options
author | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-11-18 04:18:54 +0300 |
---|---|---|
committer | Dmitry Baryshkov <dbaryshkov@gmail.com> | 2008-11-18 09:38:27 +0300 |
commit | 0ea95a4869e7df81227ccbccc46147d43ad5bd61 (patch) | |
tree | 6c88e6b31fa98446deb2225a1045733baa89bd41 /packages/linux/linux-rp_2.6.24.bb | |
parent | 2b3c7bc65fe2b13de52a520e46bf6487ba3fae55 (diff) |
linux-rp-2.6.24: fix tosa kernel
add two patches: one to correctly initialise the AC97 interface on PXA,
other to fixup the tosa-bl driver (most important thing is pxa_gpio_mode() setting).
Signed-off-by: Dmitry Baryshkov <dbaryshkov@gmail.com>
Diffstat (limited to 'packages/linux/linux-rp_2.6.24.bb')
-rw-r--r-- | packages/linux/linux-rp_2.6.24.bb | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/linux/linux-rp_2.6.24.bb b/packages/linux/linux-rp_2.6.24.bb index 6275b31fd0..d0a937aa8f 100644 --- a/packages/linux/linux-rp_2.6.24.bb +++ b/packages/linux/linux-rp_2.6.24.bb @@ -1,6 +1,6 @@ require linux-rp.inc -PR = "r15" +PR = "r16" DEFAULT_PREFERENCE = "-1" DEFAULT_PREFERENCE_collie = "1" @@ -181,6 +181,8 @@ SRC_URI_append_tosa = "\ file://tosa/0043-Use-clocklib-for-sa1100-sub-arch.patch;patch=1 \ file://tosa/0056-Support-resetting-by-asserting-GPIO-pin.patch;patch=1 \ file://tosa/0057-Clean-up-tosa-resetting.patch;patch=1 \ + file://tosa/0001-pxa2xx-ac97-switch-AC-unit-to-correct-state-before.patch;patch=1 \ + file://tosa/tosa-bl-fixup.diff;patch=1 \ " # file://tosa/0017-Convert-pxa2xx-UDC-to-use-debugfs.patch;patch=1 \ # file://tosa/0018-Fix-the-pxa2xx_udc-to-balance-calls-to-clk_enable-cl.patch;patch=1 \ |