Skip to content

Commit c267740

Browse files
committed
rock 2a: fix uart overlays
Signed-off-by: SongJun Li <[email protected]>
1 parent 102ad54 commit c267740

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

arch/arm64/boot/dts/rockchip/overlays/rk3528-fiq-debugger-uart1m0.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
compatible = "unknown";
88
category = "misc";
99
exclusive = "GPIO4_A7", "GPIO4_A6";
10-
description = "Enable FIQ Debugger on UART1-M0.\nOn Radxa 2A this is RX pin 40 and TX pin 36.";
10+
description = "Enable FIQ Debugger on UART1-M0.";
1111
};
1212
};
1313

arch/arm64/boot/dts/rockchip/overlays/rk3528-fiq-debugger-uart7m0.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
compatible = "unknown";
88
category = "misc";
99
exclusive = "GPIO3_B3", "GPIO3_B2";
10-
description = "Enable FIQ Debugger on UART7-M0.\nOn Radxa 2A this is RX pin 27 and TX pin 28.";
10+
description = "Enable FIQ Debugger on UART7-M0.";
1111
};
1212
};
1313

arch/arm64/boot/dts/rockchip/overlays/rk3528-uart1-m0.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
compatible = "unknown";
88
category = "misc";
99
exclusive = "GPIO4_A7", "GPIO4_A6";
10-
description = "Enable UART1-M0.\nOn Radxa ROCK 2A this is RX pin 40 & TX pin 36.";
10+
description = "Enable UART1-M0.";
1111
};
1212
};
1313

arch/arm64/boot/dts/rockchip/overlays/rk3528-uart7-m0.dts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
compatible = "unknown";
88
category = "misc";
99
exclusive = "GPIO3_B3", "GPIO3_B2";
10-
description = "Enable UART7-M0.\nOn Radxa ROCK 2A this is RX pin 27 & TX pin 28.";
10+
description = "Enable UART7-M0.";
1111
};
1212
};
1313

0 commit comments

Comments
 (0)