From mboxrd@z Thu Jan 1 00:00:00 1970 From: ran shalit Date: Sun, 27 Feb 2011 22:11:33 -0800 (PST) Subject: [U-Boot] question: multiple serial In-Reply-To: <4D6AC34E.3020407@denx.de> References: <4D675CD2.1020903@denx.de> <31026374.post@talk.nabble.com> <4D6AC34E.3020407@denx.de> Message-ID: <31029235.post@talk.nabble.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, In the same subject of multiple serials, there is something else which I am not sure about: All the serial use the same driver (NS16550), but in the board h. file (da850evm.h) there is the following definition: #define CONFIG_SYS_NS16550_CLK clk_get(DAVINCI_UART2_CLKID) UART2 is the console, but does it mean that the ns16550 CLK, which is used for the other uart's too should be defined as clk_get(DAVINCI_UART2_CLKID) ? -- View this message in context: http://old.nabble.com/-U-Boot--question%3A-multiple-serial-tp31007796p31029235.html Sent from the Uboot - Users mailing list archive at Nabble.com.