From 74ceb4871a82ac35a3eb94766ef37d6fcfc385f9 Mon Sep 17 00:00:00 2001 From: noz Date: Thu, 8 Jan 2009 22:13:48 +0000 Subject: USR8200 changes The attached patch adds LED support and enables all the PHYs on the switch. Signed-off-by: Jose Vasconcellos Also adds preliminary support for enabling the RTC, and some cache reporting tweaks. git-svn-id: svn://svn.openwrt.org/openwrt/trunk@13942 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- .../linux/ixp4xx/patches-2.6.27/501-cachetypes.patch | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 target/linux/ixp4xx/patches-2.6.27/501-cachetypes.patch (limited to 'target/linux/ixp4xx/patches-2.6.27/501-cachetypes.patch') diff --git a/target/linux/ixp4xx/patches-2.6.27/501-cachetypes.patch b/target/linux/ixp4xx/patches-2.6.27/501-cachetypes.patch new file mode 100644 index 000000000..cc9c89e3e --- /dev/null +++ b/target/linux/ixp4xx/patches-2.6.27/501-cachetypes.patch @@ -0,0 +1,20 @@ +--- a/arch/arm/kernel/setup.c ++++ b/arch/arm/kernel/setup.c +@@ -184,7 +184,7 @@ static const char *cache_types[16] = { + "write-back", + "undefined 3", + "undefined 4", +- "undefined 5", ++ "write-back", + "write-back", + "write-back", + "undefined 8", +@@ -203,7 +203,7 @@ static const char *cache_clean[16] = { + "cp15 c7 ops", + "undefined 3", + "undefined 4", +- "undefined 5", ++ "cp15 c7 ops", + "cp15 c7 ops", + "cp15 c7 ops", + "undefined 8", -- cgit v1.2.3