From 1db4135e32e03c0131301ed46d906a2bf8f08c9b Mon Sep 17 00:00:00 2001 From: Koen Vandeputte Date: Tue, 7 Feb 2017 16:19:18 +0100 Subject: cns3xxx: add preliminary 4.9 support Adds preliminary kernel 4.9 support for this target. - Refreshed/Updated all patches Added 3 new patches: - 093 --> Add virtual PCI MMIO mapping - 230 --> Remove deprecated code - 240 --> Rework AT24 eeprom code to use the new NVMEM API Compiled & tested on cns3xxx (gw2388) Signed-off-by: Koen Vandeputte --- .../cns3xxx/patches-4.9/230-remove-deprecated-code.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch (limited to 'target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch') diff --git a/target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch b/target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch new file mode 100644 index 0000000..ff83a98 --- /dev/null +++ b/target/linux/cns3xxx/patches-4.9/230-remove-deprecated-code.patch @@ -0,0 +1,11 @@ +--- a/arch/arm/mach-cns3xxx/laguna.c ++++ b/arch/arm/mach-cns3xxx/laguna.c +@@ -812,7 +812,7 @@ static void __init laguna_init(void) + u32 __iomem *reg; + + clk = clk_register_fixed_rate(NULL, "cpu", NULL, +- CLK_IS_ROOT | CLK_IGNORE_UNUSED, ++ CLK_IGNORE_UNUSED, + cns3xxx_cpu_clock() * (1000000 / 8)); + clk_register_clkdev(clk, "cpu", NULL); + -- cgit v1.1