Skip to content

Commit 33c5aad

Browse files
committed
Revert "dts: bcm2712-rpi: Add uart0_nodma"
This reverts commit 898d640. Signed-off-by: Phil Elwell <phil@raspberrypi.com>
1 parent 550a46e commit 33c5aad

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

arch/arm/boot/dts/overlays/README

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -454,16 +454,12 @@ Params:
454454
and entering the low power state (default 600).
455455
Requires EEE to be enabled - see "eee".
456456

457-
uart0 Set to "on" to enable and "off" to disable uart0
458-
(default "off" on 2712, otherwise "on")
457+
uart0 Set to "off" to disable uart0 (default "on")
459458

460459
uart0_console Move the kernel boot console to UART0 on pins
461460
6, 8 and 10 of the 40-way header (2712 only,
462461
default "off")
463462

464-
uart0_nodma Enable uart0 without DMA (2712 only, default
465-
"off")
466-
467463
uart1 Set to "on" or "off" to enable or disable uart1
468464
(default varies)
469465

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,6 @@ pio: &rp1_pio {
220220
suspend = <&pwr_key>, "linux,code:0=205";
221221
uart0 = <&uart0>, "status";
222222
uart0_console = <&uart0>,"status", <&aliases>, "console=",&uart0;
223-
uart0_nodma = <&uart0>,"status", <&uart0>,"dma-names?=0";
224223
wifiaddr = <&wifi>, "local-mac-address[";
225224

226225
cam0_reg = <&cam0_reg>,"status";

0 commit comments

Comments
 (0)