mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-23 15:32:33 +00:00
8b52a8906b
As usual these patches were extracted and rebased from the raspberry pi repo: https://github.com/raspberrypi/linux/tree/rpi-4.4.y - led1 can't be controlled on rpi-3 for linux 4.4, remove it. - Fix modules.mk typos. Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
29 lines
731 B
Diff
29 lines
731 B
Diff
From ab03c5487ebcb3f7a87609792d7f0888c2655657 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(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/bcm2710-rpi-cm3.dts b/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
|
|
index 98e6f92..7ceb16b 100644
|
|
--- a/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
|
|
+++ b/arch/arm/boot/dts/bcm2710-rpi-cm3.dts
|
|
@@ -7,6 +7,10 @@
|
|
model = "Raspberry Pi Compute Module 3";
|
|
};
|
|
|
|
+&uart0 {
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&gpio {
|
|
sdhost_pins: sdhost_pins {
|
|
brcm,pins = <48 49 50 51 52 53>;
|
|
--
|
|
2.1.4
|
|
|