diff options
author | Rafał Miłecki <zajec5@gmail.com> | 2014-12-05 16:13:27 +0000 |
---|---|---|
committer | Rafał Miłecki <zajec5@gmail.com> | 2014-12-05 16:13:27 +0000 |
commit | 8ea3c20b23d55fc17e6153044207f11a0f0cd33b (patch) | |
tree | 497a3c0182be73d051654505b97ea689a30cf876 /target/linux/bcm53xx/patches-3.18/301-ARM-BCM5301X-fix-early-serial-console.patch | |
parent | 8033ccc9757fa1aed5a286e1f8992a53611ccfa5 (diff) | |
download | upstream-8ea3c20b23d55fc17e6153044207f11a0f0cd33b.tar.gz upstream-8ea3c20b23d55fc17e6153044207f11a0f0cd33b.tar.bz2 upstream-8ea3c20b23d55fc17e6153044207f11a0f0cd33b.zip |
bcm53xx: rename patches that were not upstreamed to 3xx
Signed-off-by: Rafał Miłecki <zajec5@gmail.com>
SVN-Revision: 43528
Diffstat (limited to 'target/linux/bcm53xx/patches-3.18/301-ARM-BCM5301X-fix-early-serial-console.patch')
-rw-r--r-- | target/linux/bcm53xx/patches-3.18/301-ARM-BCM5301X-fix-early-serial-console.patch | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/target/linux/bcm53xx/patches-3.18/301-ARM-BCM5301X-fix-early-serial-console.patch b/target/linux/bcm53xx/patches-3.18/301-ARM-BCM5301X-fix-early-serial-console.patch new file mode 100644 index 0000000000..4d100dae33 --- /dev/null +++ b/target/linux/bcm53xx/patches-3.18/301-ARM-BCM5301X-fix-early-serial-console.patch @@ -0,0 +1,33 @@ +From 310a267714f7565dba8934dd51cdead6adc3b630 Mon Sep 17 00:00:00 2001 +From: Hauke Mehrtens <hauke@hauke-m.de> +Date: Sun, 14 Sep 2014 21:02:35 +0200 +Subject: [PATCH 4/4] ARM: BCM5301X: fix early serial console + +This device actually has a 8250 serial with a shift of 0. +Tested this on a BCM4708. + +Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> +--- + arch/arm/Kconfig.debug | 4 ++-- + 1 file changed, 2 insertions(+), 2 deletions(-) + +--- a/arch/arm/Kconfig.debug ++++ b/arch/arm/Kconfig.debug +@@ -113,7 +113,7 @@ choice + config DEBUG_BCM_5301X + bool "Kernel low-level debugging on BCM5301X UART1" + depends on ARCH_BCM_5301X +- select DEBUG_UART_PL01X ++ select DEBUG_UART_8250 + + config DEBUG_BCM_KONA_UART + bool "Kernel low-level debugging messages via BCM KONA UART" +@@ -1249,7 +1249,7 @@ config DEBUG_UART_VIRT + config DEBUG_UART_8250_SHIFT + int "Register offset shift for the 8250 debug UART" + depends on DEBUG_LL_UART_8250 || DEBUG_UART_8250 +- default 0 if FOOTBRIDGE || ARCH_IOP32X ++ default 0 if FOOTBRIDGE || ARCH_IOP32X || DEBUG_BCM_5301X + default 2 + + config DEBUG_UART_8250_WORD |