From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Sun, 27 Dec 2015 21:07:45 +0800 Subject: [U-Boot] [PATCH v4 4/8] mips: ath79: add serial driver for ar933x SOC In-Reply-To: <567F9FA2.9080809@wytron.com.tw> References: <1451069788-6786-1-git-send-email-wills.wang@live.com> <567E941C.9090300@gmail.com> <567F9FA2.9080809@wytron.com.tw> Message-ID: <567FE2A1.7070209@wytron.com.tw> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Wills, Please note the following, 1. add this uart to drivers/serial/Kconfig . 2. add debug uart support. see include/debug_uart.h . also add it to Kconfig 3. cp linux/Documentation/devicetree/bindings/serial/qca,ar9330-uart.txt u-boot/doc/device-tree-bindings/serial/ 4. to save change to xxx_defconfig, run make savedefconfig cp defconfig configs/xxx_defconfig Best regards, Thomas