[PATCH v3 0/3] Add earlycon support for AMD Carrizo / Stoneyridge

2018-03-14 Thread Daniel Kurtz
AMD Carrizo / Stoneyridge use a DesignWare 8250 UART that uses a 48 MHz input clock. Currently, there is no way to tell earlycon to use a specific uart input clock when configuring a baud rate. Patch 1 adds an earlycon ->setup() callback to set up this clock. The setup is triggered on the

[PATCH v3 0/3] Add earlycon support for AMD Carrizo / Stoneyridge

2018-03-14 Thread Daniel Kurtz
AMD Carrizo / Stoneyridge use a DesignWare 8250 UART that uses a 48 MHz input clock. Currently, there is no way to tell earlycon to use a specific uart input clock when configuring a baud rate. Patch 1 adds an earlycon ->setup() callback to set up this clock. The setup is triggered on the

[PATCH v3 0/3] Add earlycon support for AMD Carrizo / Stoneyridge

2018-03-14 Thread Daniel Kurtz
AMD Carrizo / Stoneyridge use a DesignWare 8250 UART that uses a 48 MHz input clock. Currently, there is no way to tell earlycon to use a specific uart input clock when configuring a baud rate. Patch 1 adds an earlycon ->setup() callback to set up this clock. The setup is triggered on the

[PATCH v3 0/3] Add earlycon support for AMD Carrizo / Stoneyridge

2018-03-14 Thread Daniel Kurtz
AMD Carrizo / Stoneyridge use a DesignWare 8250 UART that uses a 48 MHz input clock. Currently, there is no way to tell earlycon to use a specific uart input clock when configuring a baud rate. Patch 1 adds an earlycon ->setup() callback to set up this clock. The setup is triggered on the