
Adds latest 6.6 patches from the Raspberry Pi repository. These patches were generated from: https://github.com/raspberrypi/linux/commits/rpi-6.6.y/ With the following command: git format-patch -N v6.6.83..HEAD (HEAD -> 08d4e8f52256bd422d8a1f876411603f627d0a82) Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
61 lines
1.8 KiB
Diff
61 lines
1.8 KiB
Diff
From 87fc066350358ce45f5ad52424c8a2e351b1720c Mon Sep 17 00:00:00 2001
|
|
From: Phil Elwell <phil@raspberrypi.com>
|
|
Date: Tue, 7 Jan 2025 12:05:41 +0000
|
|
Subject: [PATCH] dts: bcm2711: PL011 UARTs are actually r1p5
|
|
|
|
The ARM PL011 UART instances in BCM2711 are r1p5 spec, which means they
|
|
have 32-entry FIFOs. The correct periphid value for this is 0x00341011.
|
|
Thanks to N Buchwitz for pointing this out.
|
|
|
|
Signed-off-by: Phil Elwell <phil@raspberrypi.com>
|
|
---
|
|
arch/arm/boot/dts/broadcom/bcm2711.dtsi | 9 +++++----
|
|
1 file changed, 5 insertions(+), 4 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/broadcom/bcm2711.dtsi
|
|
+++ b/arch/arm/boot/dts/broadcom/bcm2711.dtsi
|
|
@@ -134,7 +134,7 @@
|
|
clocks = <&clocks BCM2835_CLOCK_UART>,
|
|
<&clocks BCM2835_CLOCK_VPU>;
|
|
clock-names = "uartclk", "apb_pclk";
|
|
- arm,primecell-periphid = <0x00241011>;
|
|
+ arm,primecell-periphid = <0x00341011>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -145,7 +145,7 @@
|
|
clocks = <&clocks BCM2835_CLOCK_UART>,
|
|
<&clocks BCM2835_CLOCK_VPU>;
|
|
clock-names = "uartclk", "apb_pclk";
|
|
- arm,primecell-periphid = <0x00241011>;
|
|
+ arm,primecell-periphid = <0x00341011>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -156,7 +156,7 @@
|
|
clocks = <&clocks BCM2835_CLOCK_UART>,
|
|
<&clocks BCM2835_CLOCK_VPU>;
|
|
clock-names = "uartclk", "apb_pclk";
|
|
- arm,primecell-periphid = <0x00241011>;
|
|
+ arm,primecell-periphid = <0x00341011>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -167,7 +167,7 @@
|
|
clocks = <&clocks BCM2835_CLOCK_UART>,
|
|
<&clocks BCM2835_CLOCK_VPU>;
|
|
clock-names = "uartclk", "apb_pclk";
|
|
- arm,primecell-periphid = <0x00241011>;
|
|
+ arm,primecell-periphid = <0x00341011>;
|
|
status = "disabled";
|
|
};
|
|
|
|
@@ -1155,6 +1155,7 @@
|
|
};
|
|
|
|
&uart0 {
|
|
+ arm,primecell-periphid = <0x00341011>;
|
|
interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
|
|
};
|
|
|