Skip to content

Commit 102ad54

Browse files
committed
rock 2a: set compatible to unknown on unnecessary overlays
Signed-off-by: SongJun Li <[email protected]>
1 parent bc91be8 commit 102ad54

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
/ {
55
metadata {
66
title = "Enable FIQ Debugger on UART1-M0";
7-
compatible = "radxa,rock-2a";
7+
compatible = "unknown";
88
category = "misc";
99
exclusive = "GPIO4_A7", "GPIO4_A6";
10-
description = "Enable FIQ Debugger on UART1-M0.\nOn Radxa 2A X1.0 this is RX pin 40 and TX pin 36.";
10+
description = "Enable FIQ Debugger on UART1-M0.\nOn Radxa 2A this is RX pin 40 and TX pin 36.";
1111
};
1212
};
1313

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
/ {
55
metadata {
66
title = "Enable FIQ Debugger on UART7-M0";
7-
compatible = "radxa,rock-2a";
7+
compatible = "unknown";
88
category = "misc";
99
exclusive = "GPIO3_B3", "GPIO3_B2";
10-
description = "Enable FIQ Debugger on UART7-M0.\nOn Radxa 2A X1.0 this is RX pin 27 and TX pin 28.";
10+
description = "Enable FIQ Debugger on UART7-M0.\nOn Radxa 2A this is RX pin 27 and TX pin 28.";
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
@@ -4,7 +4,7 @@
44
/ {
55
metadata {
66
title = "Enable UART1-M0";
7-
compatible = "radxa,rock-2a";
7+
compatible = "unknown";
88
category = "misc";
99
exclusive = "GPIO4_A7", "GPIO4_A6";
1010
description = "Enable UART1-M0.\nOn Radxa ROCK 2A this is RX pin 40 & TX pin 36.";

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
/ {
55
metadata {
66
title = "Enable UART7-M0";
7-
compatible = "radxa,rock-2a";
7+
compatible = "unknown";
88
category = "misc";
99
exclusive = "GPIO3_B3", "GPIO3_B2";
1010
description = "Enable UART7-M0.\nOn Radxa ROCK 2A this is RX pin 27 & TX pin 28.";

0 commit comments

Comments
 (0)