From: Derald D. Woods <woods.technical@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/2] ARM: omap3-beagle{-xm}: evm: Add OF_CONTROL support
Date: Fri, 29 Dec 2017 10:37:30 -0600 [thread overview]
Message-ID: <20171229163732.14756-1-woods.technical@gmail.com> (raw)
This series adds OF_CONTROL support for BeagleBoard and BeagleBoard-xM.
Devicetree files are taken from Linux v4.15-rc5.
Note that this is a follow-up to this previous patch series:
https://lists.denx.de/pipermail/u-boot/2017-December/314672.html
Tested using GCC 7.2.0 [--with-float=hard --with-mode=thumb]
Derald D. Woods (2):
ARM: dts: omap3-beagle{-xm}: Add support for BeagleBoard
ARM: dts: omap3-beagle{-xm}: Enable DM and devicetree for BeagleBoard
arch/arm/dts/Makefile | 5 +
arch/arm/dts/omap3-beagle-u-boot.dtsi | 29 ++
arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi | 29 ++
arch/arm/dts/omap3-beagle-xm-ab.dts | 16 +
arch/arm/dts/omap3-beagle-xm-u-boot.dtsi | 29 ++
arch/arm/dts/omap3-beagle-xm.dts | 409 ++++++++++++++++++++++++++
arch/arm/dts/omap3-beagle.dts | 436 ++++++++++++++++++++++++++++
board/ti/beagle/beagle.c | 11 +
configs/omap3_beagle_defconfig | 5 +
include/configs/omap3_beagle.h | 145 ++++-----
10 files changed, 1022 insertions(+), 92 deletions(-)
create mode 100644 arch/arm/dts/omap3-beagle-u-boot.dtsi
create mode 100644 arch/arm/dts/omap3-beagle-xm-ab-u-boot.dtsi
create mode 100644 arch/arm/dts/omap3-beagle-xm-ab.dts
create mode 100644 arch/arm/dts/omap3-beagle-xm-u-boot.dtsi
create mode 100644 arch/arm/dts/omap3-beagle-xm.dts
create mode 100644 arch/arm/dts/omap3-beagle.dts
--
2.15.1
next reply other threads:[~2017-12-29 16:37 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-29 16:37 Derald D. Woods [this message]
2017-12-29 16:37 ` [U-Boot] [PATCH 1/2] ARM: dts: omap3-beagle{-xm}: Add support for BeagleBoard Derald D. Woods
2018-01-19 21:13 ` [U-Boot] [U-Boot, " Tom Rini
2017-12-29 16:37 ` [U-Boot] [PATCH 2/2] ARM: dts: omap3-beagle{-xm}: Enable DM and devicetree " Derald D. Woods
2018-01-19 21:13 ` [U-Boot] [U-Boot, " Tom Rini
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20171229163732.14756-1-woods.technical@gmail.com \
--to=woods.technical@gmail.com \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox