Skip to content

Commit e78d0d1

Browse files
cnoizeandesCharlesWu465
authored andcommitted
riscv: dts: andes: Change default baud rate to 115200 (torvalds#234)
Update the Device Tree Source (DTS) to change the default baud rate from 38400 to 115200. Signed-off-by: Che-Wei Chuang cnoize@andestech.com Reviewed-on: https://gitea.andestech.com/RD-SW/linux/pulls/234 Reviewed-by: randolph <randolph@andestech.com> Reviewed-by: Charles Ci-Jyun Wu <dminus@andestech.com> Co-authored-by: Che-Wei Chuang <cnoize@andestech.com> Co-committed-by: Che-Wei Chuang <cnoize@andestech.com>
1 parent 78133be commit e78d0d1

16 files changed

+43
-43
lines changed

arch/riscv/boot/dts/andes/a25_c1_d_dsp_noncoherent_ae350.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
};
1313

1414
chosen {
15-
bootargs = "console=ttyS0,38400n8 debug loglevel=7 earlycon=sbi";
16-
stdout-path = "uart0:38400n8";
15+
bootargs = "console=ttyS0,115200n8 debug loglevel=7 earlycon=sbi";
16+
stdout-path = "uart0:115200n8";
1717
};
1818

1919
cpus {

arch/riscv/boot/dts/andes/a25mp_c4_d_dsp_ae350.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
};
1313

1414
chosen {
15-
bootargs = "console=ttyS0,38400n8 debug loglevel=7 earlycon=sbi";
16-
stdout-path = "uart0:38400n8";
15+
bootargs = "console=ttyS0,115200n8 debug loglevel=7 earlycon=sbi";
16+
stdout-path = "uart0:115200n8";
1717
};
1818

1919
cpus {
@@ -225,7 +225,7 @@
225225
interrupts = <0x09 0x04>;
226226
interrupt-parent = <0x06>;
227227
clock-frequency = <0x12c0000>;
228-
current-speed = <0x9600>;
228+
current-speed = <115200>;
229229
reg-shift = <0x02>;
230230
reg-offset = <0x20>;
231231
reg-io-width = <0x04>;

arch/riscv/boot/dts/andes/a27l2_c1_d_dsp_noncoherent_ae350.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
};
1313

1414
chosen {
15-
bootargs = "console=ttyS0,38400n8 debug loglevel=7 earlycon=sbi";
16-
stdout-path = "uart0:38400n8";
15+
bootargs = "console=ttyS0,115200n8 debug loglevel=7 earlycon=sbi";
16+
stdout-path = "uart0:115200n8";
1717
};
1818

1919
cpus {

arch/riscv/boot/dts/andes/a45_c1_d_dsp_noncoherent_ae350.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
};
1313

1414
chosen {
15-
bootargs = "console=ttyS0,38400n8 debug loglevel=7 earlycon=sbi";
16-
stdout-path = "uart0:38400n8";
15+
bootargs = "console=ttyS0,115200n8 debug loglevel=7 earlycon=sbi";
16+
stdout-path = "uart0:115200n8";
1717
};
1818

1919
cpus {
@@ -145,7 +145,7 @@
145145
reg-shift = <0x02>;
146146
reg-offset = <0x20>;
147147
no-loopback-test = <0x01>;
148-
current-speed = <0x9600>;
148+
current-speed = <115200>;
149149
reg-io-width = <0x04>;
150150
};
151151

arch/riscv/boot/dts/andes/a45mp_c4_d_dsp_ae350.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
};
1313

1414
chosen {
15-
bootargs = "console=ttyS0,38400n8 debug loglevel=7 earlycon=sbi";
16-
stdout-path = "uart0:38400n8";
15+
bootargs = "console=ttyS0,115200n8 debug loglevel=7 earlycon=sbi";
16+
stdout-path = "uart0:115200n8";
1717
};
1818

1919
cpus {
@@ -225,7 +225,7 @@
225225
interrupts = <0x09 0x04>;
226226
interrupt-parent = <0x06>;
227227
clock-frequency = <0x12c0000>;
228-
current-speed = <0x9600>;
228+
current-speed = <115200>;
229229
reg-shift = <0x02>;
230230
reg-offset = <0x20>;
231231
reg-io-width = <0x04>;

arch/riscv/boot/dts/andes/ax25_c1_d_dsp_noncoherent_ae350.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
};
1313

1414
chosen {
15-
bootargs = "console=ttyS0,38400n8 debug loglevel=7 earlycon=sbi";
16-
stdout-path = "uart0:38400n8";
15+
bootargs = "console=ttyS0,115200n8 debug loglevel=7 earlycon=sbi";
16+
stdout-path = "uart0:115200n8";
1717
};
1818

1919
cpus {

arch/riscv/boot/dts/andes/ax25mp_amp_c2_64_d_ae350.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@
332332
};
333333

334334
chosen {
335-
bootargs = "console=ttyS0,38400n8 debug loglevel=7 earlycon=sbi";
336-
stdout-path = "uart0:38400n8";
335+
bootargs = "console=ttyS0,115200n8 debug loglevel=7 earlycon=sbi";
336+
stdout-path = "uart0:115200n8";
337337
};
338338
};

arch/riscv/boot/dts/andes/ax25mp_c4_d_dsp_ae350.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
};
1313

1414
chosen {
15-
bootargs = "console=ttyS0,38400n8 debug loglevel=7 earlycon=sbi";
16-
stdout-path = "uart0:38400n8";
15+
bootargs = "console=ttyS0,115200n8 debug loglevel=7 earlycon=sbi";
16+
stdout-path = "uart0:115200n8";
1717
};
1818

1919
cpus {
@@ -225,7 +225,7 @@
225225
interrupts = <0x09 0x04>;
226226
interrupt-parent = <0x06>;
227227
clock-frequency = <0x12c0000>;
228-
current-speed = <0x9600>;
228+
current-speed = <115200>;
229229
reg-shift = <0x02>;
230230
reg-offset = <0x20>;
231231
reg-io-width = <0x04>;

arch/riscv/boot/dts/andes/ax27l2_c1_d_dsp_noncoherent_ae350.dts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
};
1313

1414
chosen {
15-
bootargs = "console=ttyS0,38400n8 debug loglevel=7 earlycon=sbi";
16-
stdout-path = "uart0:38400n8";
15+
bootargs = "console=ttyS0,115200n8 debug loglevel=7 earlycon=sbi";
16+
stdout-path = "uart0:115200n8";
1717
};
1818

1919
cpus {

arch/riscv/boot/dts/andes/ax45_c1_d_dsp_noncoherent_ae350.dts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
};
1313

1414
chosen {
15-
bootargs = "console=ttyS0,38400n8 debug loglevel=7 earlycon=sbi";
16-
stdout-path = "uart0:38400n8";
15+
bootargs = "console=ttyS0,115200n8 debug loglevel=7 earlycon=sbi";
16+
stdout-path = "uart0:115200n8";
1717
};
1818

1919
cpus {
@@ -145,7 +145,7 @@
145145
reg-shift = <0x02>;
146146
reg-offset = <0x20>;
147147
no-loopback-test = <0x01>;
148-
current-speed = <0x9600>;
148+
current-speed = <115200>;
149149
reg-io-width = <0x04>;
150150
};
151151

0 commit comments

Comments
 (0)