From: Peter Robinson <pbrobinson@gmail.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/4] Raspberry Pi: add device tree overlay support
Date: Mon, 26 Jun 2017 14:25:03 +0100 [thread overview]
Message-ID: <20170626132506.26519-2-pbrobinson@gmail.com> (raw)
In-Reply-To: <20170626132506.26519-1-pbrobinson@gmail.com>
Raspberry Pi has numerous HAT and other HW expansion options such as screens and
cameras some of which need overlays from the beginning so it makes sense to
enable evice tree overlays.
Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
configs/rpi_2_defconfig | 2 ++
configs/rpi_3_32b_defconfig | 2 ++
configs/rpi_3_defconfig | 2 ++
configs/rpi_defconfig | 2 ++
4 files changed, 8 insertions(+)
diff --git a/configs/rpi_2_defconfig b/configs/rpi_2_defconfig
index f8b3ed49a9..be3e5e7e7d 100644
--- a/configs/rpi_2_defconfig
+++ b/configs/rpi_2_defconfig
@@ -25,3 +25,5 @@ CONFIG_DM_VIDEO=y
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_CONSOLE_SCROLL_LINES=10
CONFIG_PHYS_TO_BUS=y
+CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y
diff --git a/configs/rpi_3_32b_defconfig b/configs/rpi_3_32b_defconfig
index 490af818b6..f0c9f49799 100644
--- a/configs/rpi_3_32b_defconfig
+++ b/configs/rpi_3_32b_defconfig
@@ -27,3 +27,5 @@ CONFIG_DM_VIDEO=y
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_CONSOLE_SCROLL_LINES=10
CONFIG_PHYS_TO_BUS=y
+CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y
diff --git a/configs/rpi_3_defconfig b/configs/rpi_3_defconfig
index 4c0eb049b2..9709d53a0a 100644
--- a/configs/rpi_3_defconfig
+++ b/configs/rpi_3_defconfig
@@ -27,3 +27,5 @@ CONFIG_DM_VIDEO=y
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_CONSOLE_SCROLL_LINES=10
CONFIG_PHYS_TO_BUS=y
+CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y
diff --git a/configs/rpi_defconfig b/configs/rpi_defconfig
index 1b954fe2b7..4aa2d3eaf7 100644
--- a/configs/rpi_defconfig
+++ b/configs/rpi_defconfig
@@ -25,3 +25,5 @@ CONFIG_DM_VIDEO=y
CONFIG_SYS_WHITE_ON_BLACK=y
CONFIG_CONSOLE_SCROLL_LINES=10
CONFIG_PHYS_TO_BUS=y
+CONFIG_OF_LIBFDT=y
+CONFIG_OF_LIBFDT_OVERLAY=y
--
2.13.0
next prev parent reply other threads:[~2017-06-26 13:25 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-06-26 13:25 [U-Boot] Enable DT Overlays on common boards with expansion options Peter Robinson
2017-06-26 13:25 ` Peter Robinson [this message]
2017-06-26 18:55 ` [U-Boot] [PATCH 1/4] Raspberry Pi: add device tree overlay support Heinrich Schuchardt
2017-07-07 11:41 ` [U-Boot] [U-Boot, " Tom Rini
2017-06-26 13:25 ` [U-Boot] [PATCH 2/4] am335x: beagle/evm: " Peter Robinson
2017-07-07 11:41 ` [U-Boot] [U-Boot, " Tom Rini
2017-06-26 13:25 ` [U-Boot] [PATCH 3/4] 96boards: dragonboard/hikey: " Peter Robinson
2017-07-07 11:41 ` [U-Boot] [U-Boot, " Tom Rini
2017-06-26 13:25 ` [U-Boot] [PATCH 4/4] CHIP: " Peter Robinson
2017-07-07 11:41 ` [U-Boot] [U-Boot,4/4] " Tom Rini
2017-06-26 18:35 ` [U-Boot] [PATCH 1/1] configs: Odroid C2: enable device tree overlays Heinrich Schuchardt
2017-06-29 19:29 ` [U-Boot] [PATCH v2 " Heinrich Schuchardt
2017-06-29 20:19 ` Tom Rini
2017-06-30 1:25 ` Tom Rini
2017-07-07 11:41 ` [U-Boot] [U-Boot, v2, " 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=20170626132506.26519-2-pbrobinson@gmail.com \
--to=pbrobinson@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