* Fix enable USB host mode kernel patch Update to a new patch which applies the device tree change such that the USB controller actually gets enabled. * Update Home Assistant Yellow board config Update config to match changes which have been made to other baords as well.
51 lines
1.5 KiB
Diff
51 lines
1.5 KiB
Diff
From 6b48f11add95190d8148a4a4689b35f41b5167bb Mon Sep 17 00:00:00 2001
|
|
Message-Id: <6b48f11add95190d8148a4a4689b35f41b5167bb.1641591965.git.stefan@agner.ch>
|
|
In-Reply-To: <9d68dedb813f942286856c9d8c2eed01b55bb473.1641591965.git.stefan@agner.ch>
|
|
References: <9d68dedb813f942286856c9d8c2eed01b55bb473.1641591965.git.stefan@agner.ch>
|
|
From: Stefan Agner <stefan@agner.ch>
|
|
Date: Thu, 4 Mar 2021 14:44:23 +0100
|
|
Subject: [PATCH 3/9] ARM: dts: bcm2711: yellow: Mux debug UART5
|
|
|
|
Signed-off-by: Stefan Agner <stefan@agner.ch>
|
|
---
|
|
arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts | 9 +++++++++
|
|
1 file changed, 9 insertions(+)
|
|
|
|
diff --git a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts
|
|
index 6b702d66ac55..3f611d90093d 100644
|
|
--- a/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.dts
|
|
+++ b/arch/arm/boot/dts/bcm2711-rpi-cm4-ha-yellow.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.34.1
|
|
|