Skip to content

Commit 602be52

Browse files
committed
dts: bcm2712: PL011 UARTs are actually r1p5
The ARM PL011 UART instances in BCM2712 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 <[email protected]>
1 parent 87fc066 commit 602be52

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@
190190
clocks = <&clk_uart>,
191191
<&clk_vpu>;
192192
clock-names = "uartclk", "apb_pclk";
193-
arm,primecell-periphid = <0x00241011>;
193+
arm,primecell-periphid = <0x00341011>;
194194
status = "disabled";
195195
};
196196

@@ -201,7 +201,7 @@
201201
clocks = <&clk_uart>,
202202
<&clk_vpu>;
203203
clock-names = "uartclk", "apb_pclk";
204-
arm,primecell-periphid = <0x00241011>;
204+
arm,primecell-periphid = <0x00341011>;
205205
status = "disabled";
206206
};
207207

@@ -212,7 +212,7 @@
212212
clocks = <&clk_uart>,
213213
<&clk_vpu>;
214214
clock-names = "uartclk", "apb_pclk";
215-
arm,primecell-periphid = <0x00241011>;
215+
arm,primecell-periphid = <0x00341011>;
216216
status = "disabled";
217217
};
218218

0 commit comments

Comments
 (0)