Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/intel/socfpga_agilex_bittware.dts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
};

chosen {
stdout-path = "serial0:115200n8";
stdout-path = "serial0:921600n8";
};

leds {
Expand Down
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/intel/socfpga_agilex_socdk.dts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
};

chosen {
stdout-path = "serial0:115200n8";
stdout-path = "serial0:921600n8";
};

leds {
Expand Down
2 changes: 1 addition & 1 deletion drivers/tty/serial/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -1138,7 +1138,7 @@ config SERIAL_ALTERA_UART_MAXPORTS
config SERIAL_ALTERA_UART_BAUDRATE
int "Default baudrate for Altera UART ports"
depends on SERIAL_ALTERA_UART
default 115200
default 921600
help
This setting lets you define what the default baudrate is for the
Altera UART ports. The usual default varies from board to board,
Expand Down