From mboxrd@z Thu Jan 1 00:00:00 1970 From: Derald D. Woods Date: Fri, 29 Dec 2017 10:37:30 -0600 Subject: [U-Boot] [PATCH 0/2] ARM: omap3-beagle{-xm}: evm: Add OF_CONTROL support Message-ID: <20171229163732.14756-1-woods.technical@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de 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