Support the user LED available on the latest revision of the PCB. Also rebase the patchset ontop of the Raspberry Pi kernel 1.20210928.
51 lines
1.4 KiB
Diff
51 lines
1.4 KiB
Diff
From 1e395219026ad0575483aecc9d49992099e73e8b Mon Sep 17 00:00:00 2001
|
|
Message-Id: <1e395219026ad0575483aecc9d49992099e73e8b.1635895105.git.stefan@agner.ch>
|
|
In-Reply-To: <fa42d0ece205b3c2a8a06dac3e4436400cf59978.1635895105.git.stefan@agner.ch>
|
|
References: <fa42d0ece205b3c2a8a06dac3e4436400cf59978.1635895105.git.stefan@agner.ch>
|
|
From: Stefan Agner <stefan@agner.ch>
|
|
Date: Thu, 4 Mar 2021 14:44:23 +0100
|
|
Subject: [PATCH 3/7] ARM: dts: bcm2711: amber: Mux debug UART5
|
|
|
|
Signed-off-by: Stefan Agner <stefan@agner.ch>
|
|
---
|
|
arch/arm/boot/dts/bcm2711-rpi-cm4-ha-amber.dts | 9 +++++++++
|
|
1 file changed, 9 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-amber.dts b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-amber.dts
|
|
index ba4116cdffc4..4c2fe964eb72 100644
|
|
--- a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-amber.dts
|
|
+++ b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-amber.dts
|
|
@@ -22,6 +22,7 @@ memory@0 {
|
|
|
|
aliases {
|
|
serial4 = &uart4;
|
|
+ serial5 = &uart5;
|
|
emmc2bus = &emmc2bus;
|
|
ethernet0 = &genet;
|
|
pcie0 = &pcie0;
|
|
@@ -330,6 +331,13 @@ &uart4 {
|
|
status = "okay";
|
|
};
|
|
|
|
+/* uart5 default Debug UART */
|
|
+&uart5 {
|
|
+ pinctrl-names = "default";
|
|
+ pinctrl-0 = <&uart5_pins>;
|
|
+ status = "okay";
|
|
+};
|
|
+
|
|
&vchiq {
|
|
interrupts = <GIC_SPI 34 IRQ_TYPE_LEVEL_HIGH>;
|
|
};
|
|
@@ -366,6 +374,7 @@ soc {
|
|
/ {
|
|
chosen {
|
|
bootargs = "coherent_pool=1M 8250.nr_uarts=1 snd_bcm2835.enable_compat_alsa=0 snd_bcm2835.enable_hdmi=1";
|
|
+ stdout-path = "serial5:115200n8";
|
|
};
|
|
|
|
aliases {
|
|
--
|
|
2.33.1
|
|
|