aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/brcm2708/patches-4.9/950-0128-BCM270X_DT-Enable-UART0-on-CM3.patch
diff options
context:
space:
mode:
authorStijn Tintel <stijn@linux-ipv6.be>2019-02-02 21:53:15 +0100
committerStijn Tintel <stijn@linux-ipv6.be>2019-02-06 07:39:39 +0200
commitc30f7f402f1be7a7917b3dd604ee32be8ed20716 (patch)
treec858e61a864a9409408cf3eb58b7e8800112c2e6 /target/linux/brcm2708/patches-4.9/950-0128-BCM270X_DT-Enable-UART0-on-CM3.patch
parent12310f05b7b080b016ec515796be437f4cd30b62 (diff)
downloadupstream-c30f7f402f1be7a7917b3dd604ee32be8ed20716.tar.gz
upstream-c30f7f402f1be7a7917b3dd604ee32be8ed20716.tar.bz2
upstream-c30f7f402f1be7a7917b3dd604ee32be8ed20716.zip
brcm2708: drop 4.9 support
Signed-off-by: Stijn Tintel <stijn@linux-ipv6.be>
Diffstat (limited to 'target/linux/brcm2708/patches-4.9/950-0128-BCM270X_DT-Enable-UART0-on-CM3.patch')
-rw-r--r--target/linux/brcm2708/patches-4.9/950-0128-BCM270X_DT-Enable-UART0-on-CM3.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/target/linux/brcm2708/patches-4.9/950-0128-BCM270X_DT-Enable-UART0-on-CM3.patch b/target/linux/brcm2708/patches-4.9/950-0128-BCM270X_DT-Enable-UART0-on-CM3.patch
deleted file mode 100644
index 4fbc443dcd..0000000000
--- a/target/linux/brcm2708/patches-4.9/950-0128-BCM270X_DT-Enable-UART0-on-CM3.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From 44586947e86f67ad71fdd3afca51f04fc27f3872 Mon Sep 17 00:00:00 2001
-From: Phil Elwell <phil@raspberrypi.org>
-Date: Tue, 17 Jan 2017 11:34:58 +0000
-Subject: [PATCH] BCM270X_DT: Enable UART0 on CM3
-
-Signed-off-by: Phil Elwell <phil@raspberrypi.org>
----
- arch/arm/boot/dts/bcm2710-rpi-cm3.dts | 4 ++++
- 1 file changed, 4 insertions(+)
-
---- a/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
-+++ b/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
-@@ -6,6 +6,10 @@
- model = "Raspberry Pi Compute Module 3";
- };
-
-+&uart0 {
-+ status = "okay";
-+};
-+
- &gpio {
- sdhost_pins: sdhost_pins {
- brcm,pins = <48 49 50 51 52 53>;