aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThor Thayer <tthayer@opensource.altera.com>2016-09-22 15:56:17 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2016-09-27 06:55:50 -0400
commitb94b10aaa3532482fdf0e4b4721af4ee61c28281 (patch)
treea6fe97ec07c82e6f05cc7527aa4baa88fd30b84a
parent8e5470c9839caff94fe334e67ff7e7ace587282a (diff)
nios2: dts: 10m50: Add tx-threshold parameter
The tx-threshold parameter sets the TX FIFO low water threshold trigger for the Altera 16550-FIFO32 soft IP. Signed-off-by: Thor Thayer <tthayer@opensource.altera.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rwxr-xr-xarch/nios2/boot/dts/10m50_devboard.dts1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/nios2/boot/dts/10m50_devboard.dts b/arch/nios2/boot/dts/10m50_devboard.dts
index 3e411c644824..f362b2224ee7 100755
--- a/arch/nios2/boot/dts/10m50_devboard.dts
+++ b/arch/nios2/boot/dts/10m50_devboard.dts
@@ -83,6 +83,7 @@
83 fifo-size = <32>; 83 fifo-size = <32>;
84 reg-io-width = <4>; 84 reg-io-width = <4>;
85 reg-shift = <2>; 85 reg-shift = <2>;
86 tx-threshold = <16>;
86 }; 87 };
87 88
88 sysid: sysid@18001528 { 89 sysid: sysid@18001528 {