summaryrefslogtreecommitdiff
path: root/meta-rockchip-extra/recipes-kernel/linux/files/0001-set-serial2-baudrate-to-115200.patch
diff options
context:
space:
mode:
authorunitexe <unitexe70@gmail.com>2026-02-25 22:44:44 -0600
committerunitexe <unitexe70@gmail.com>2026-03-02 22:56:03 -0600
commit70df75089a1ffbfd073d623e32d6417488b79491 (patch)
tree4c6412b53ad0b8e5ba6547299fb1432e59be49b2 /meta-rockchip-extra/recipes-kernel/linux/files/0001-set-serial2-baudrate-to-115200.patch
parenta960f82818f0ad4c4df50efa4cc6540ffa8ee193 (diff)
Introduce meta-rockchip-extra to apply serial baud rate patches
I don't have a USB to serial converter that works with the default baud rate.
Diffstat (limited to 'meta-rockchip-extra/recipes-kernel/linux/files/0001-set-serial2-baudrate-to-115200.patch')
-rw-r--r--meta-rockchip-extra/recipes-kernel/linux/files/0001-set-serial2-baudrate-to-115200.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/meta-rockchip-extra/recipes-kernel/linux/files/0001-set-serial2-baudrate-to-115200.patch b/meta-rockchip-extra/recipes-kernel/linux/files/0001-set-serial2-baudrate-to-115200.patch
new file mode 100644
index 0000000..8c1f998
--- /dev/null
+++ b/meta-rockchip-extra/recipes-kernel/linux/files/0001-set-serial2-baudrate-to-115200.patch
@@ -0,0 +1,28 @@
+From f18dfae5c9f1cca1b0404d90a72293696ab39ed1 Mon Sep 17 00:00:00 2001
+From: unitexe <unitexe70@gmail.com>
+Date: Sat, 21 Feb 2026 11:05:04 -0600
+Subject: [PATCH] set serial2 baudrate to 115200
+
+I don't have a USB/serial adapter that supports 1500000
+
+Upstream-Status: Inappropriate [embedded-specific]
+---
+ arch/arm64/boot/dts/rockchip/rk3566-radxa-zero-3.dtsi | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/arch/arm64/boot/dts/rockchip/rk3566-radxa-zero-3.dtsi b/arch/arm64/boot/dts/rockchip/rk3566-radxa-zero-3.dtsi
+index 1ee5d96a46a1..244f36aab84a 100644
+--- a/arch/arm64/boot/dts/rockchip/rk3566-radxa-zero-3.dtsi
++++ b/arch/arm64/boot/dts/rockchip/rk3566-radxa-zero-3.dtsi
+@@ -7,7 +7,7 @@
+
+ / {
+ chosen {
+- stdout-path = "serial2:1500000n8";
++ stdout-path = "serial2:115200n8";
+ };
+
+ hdmi-con {
+--
+2.43.0
+