Skip to content

Commit b86114f

Browse files
committed
Merge tag 'arm-soc/for-6.14/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux into arm/fixes
This pull request contains Broadcom ARM64-based SoCs Device Tree fixes for 6.14, please pull the following: - Phil fixes the Raspberry Pi 5 PL011 UART primecell ID to indicate it is r1p5 and thus has a 32-byte FIFO * tag 'arm-soc/for-6.14/devicetree-arm64-fixes' of https://github.com/Broadcom/stblinux: arm64: dts: bcm2712: PL011 UARTs are actually r1p5 Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 170645f + 7689536 commit b86114f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/arm64/boot/dts/broadcom/bcm2712.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@
227227
interrupts = <GIC_SPI 121 IRQ_TYPE_LEVEL_HIGH>;
228228
clocks = <&clk_uart>, <&clk_vpu>;
229229
clock-names = "uartclk", "apb_pclk";
230-
arm,primecell-periphid = <0x00241011>;
230+
arm,primecell-periphid = <0x00341011>;
231231
status = "disabled";
232232
};
233233

0 commit comments

Comments
 (0)