kernel: bump 4.19 to 4.19.90
[openwrt/staging/rmilecki.git] / target / linux / brcm2708 / patches-4.19 / 950-0034-amba_pl011-Don-t-use-DT-aliases-for-numbering.patch
index ba5d77bade28a977668771397840da659935d01d..61ab7095fb3dbd414140d2f1a1ec38ea45a3c1d9 100644 (file)
@@ -1,7 +1,7 @@
-From 00a9f57a05b9f62c1c8b44479b6e700958ef1400 Mon Sep 17 00:00:00 2001
+From c048d8c7b1ae0d56d9ee1bca2be8cc9da5a43bba Mon Sep 17 00:00:00 2001
 From: Phil Elwell <phil@raspberrypi.org>
 Date: Tue, 23 Feb 2016 17:26:48 +0000
-Subject: [PATCH 034/725] amba_pl011: Don't use DT aliases for numbering
+Subject: [PATCH 034/806] amba_pl011: Don't use DT aliases for numbering
 
 The pl011 driver looks for DT aliases of the form "serial<n>",
 and if found uses <n> as the device ID. This can cause
@@ -14,7 +14,7 @@ use the same logic.
 
 --- a/drivers/tty/serial/amba-pl011.c
 +++ b/drivers/tty/serial/amba-pl011.c
-@@ -2578,7 +2578,12 @@ static int pl011_setup_port(struct devic
+@@ -2576,7 +2576,12 @@ static int pl011_setup_port(struct devic
        if (IS_ERR(base))
                return PTR_ERR(base);