diff options
| author | Thomas Chou <[email protected]> | 2015-10-23 07:36:37 +0800 |
|---|---|---|
| committer | Thomas Chou <[email protected]> | 2015-10-23 07:36:37 +0800 |
| commit | 220e8021af96741bd7149ca9895e1f0c8a38d0bb (patch) | |
| tree | ca314a93021dda7be713dbb464d336e318d1e01c /arch | |
| parent | 37e24499b9a65e88568c8e5fed38c5d71f306305 (diff) | |
nios2: convert altera_jtag_uart to driver model
Convert altera_jtag_uart to driver model.
Signed-off-by: Thomas Chou <[email protected]>
Acked-by: Marek Vasut <[email protected]>
Reviewed-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/nios2/dts/3c120_devboard.dts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nios2/dts/3c120_devboard.dts b/arch/nios2/dts/3c120_devboard.dts index 02524abf1d7..3d76ec4b9e2 100644 --- a/arch/nios2/dts/3c120_devboard.dts +++ b/arch/nios2/dts/3c120_devboard.dts @@ -149,5 +149,6 @@ chosen { bootargs = "debug console=ttyJ0,115200"; + stdout-path = &jtag_uart; }; }; |
