@@ -8,22 +8,26 @@ RISC-V SoC. Just like the regular uarts we also need to keep the input
8
8
clocks at their default rate and rely only on the divisor in the UART.
9
9
10
10
Signed-off-by: Emil Renner Berthing <
[email protected] >
11
+ Signed-off-by: Armbian Linux <
[email protected] >
11
12
---
12
13
drivers/tty/serial/8250/8250_dw.c | 1 +
13
14
1 file changed, 1 insertion(+)
14
15
15
16
diff --git a/drivers/tty/serial/8250/8250_dw.c b/drivers/tty/serial/8250/8250_dw.c
16
- index 7db51781289e..b749f2805df7 100644
17
+ index 72f9aab75ab1..33aa972c0de1 100644
17
18
--- a/drivers/tty/serial/8250/8250_dw.c
18
19
+++ b/drivers/tty/serial/8250/8250_dw.c
19
- @@ -777,6 +777,7 @@ static const struct of_device_id dw8250_of_match[] = {
20
+ @@ -779,10 +779,11 @@ static const struct of_device_id dw8250_of_match[] = {
21
+ { .compatible = "snps,dw-apb-uart", .data = &dw8250_dw_apb },
20
22
{ .compatible = "cavium,octeon-3860-uart", .data = &dw8250_octeon_3860_data },
21
23
{ .compatible = "marvell,armada-38x-uart", .data = &dw8250_armada_38x_data },
22
24
{ .compatible = "renesas,rzn1-uart", .data = &dw8250_renesas_rzn1_data },
25
+ { .compatible = "sophgo,sg2044-uart", .data = &dw8250_skip_set_rate_data },
23
26
+ { .compatible = "starfive,jh7100-hsuart", .data = &dw8250_starfive_jh7100_data },
24
- { .compatible = "starfive,jh7100-uart", .data = &dw8250_starfive_jh7100_data },
27
+ { .compatible = "starfive,jh7100-uart", .data = &dw8250_skip_set_rate_data },
25
28
{ /* Sentinel */ }
26
29
};
30
+ MODULE_DEVICE_TABLE(of, dw8250_of_match);
31
+
27
32
- -
28
- Armbian
29
-
33
+ Created with Armbian build tools https://github.com/armbian/build
0 commit comments