From mboxrd@z Thu Jan 1 00:00:00 1970 From: Thomas Chou Date: Mon, 7 Sep 2015 10:28:18 +0800 Subject: [U-Boot] [PATCH v4 7/7] nios2: enable device tree control of U-Boot In-Reply-To: <1441587806-23115-8-git-send-email-thomas@wytron.com.tw> References: <1441336526-23505-1-git-send-email-thomas@wytron.com.tw> <1441587806-23115-1-git-send-email-thomas@wytron.com.tw> <1441587806-23115-8-git-send-email-thomas@wytron.com.tw> Message-ID: <55ECF642.6010600@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 On 09/07/2015 09:03 AM, Thomas Chou wrote: > This patch adds device tree control of U-Boot to nios2 boards. > The example dts is taken from Linux kernel. > > Signed-off-by: Thomas Chou > Reviewed-by: Simon Glass > Acked-by: Marek Vasut > --- > arch/nios2/dts/.gitignore | 1 + > arch/nios2/dts/3c120_devboard.dts | 153 +++++++++++++++++++++++++++++++++++++ > arch/nios2/dts/Makefile | 11 +++ > arch/nios2/dts/include/dt-bindings | 1 + > configs/nios2-generic_defconfig | 2 + > 5 files changed, 168 insertions(+) > create mode 100644 arch/nios2/dts/.gitignore > create mode 100644 arch/nios2/dts/3c120_devboard.dts > create mode 100644 arch/nios2/dts/Makefile > create mode 120000 arch/nios2/dts/include/dt-bindings > Applied to u-boot-nios.