diff mbox

[U-Boot,v2,1/1] configs: Odroid C2: enable device tree overlays

Message ID 20170629192955.11803-1-xypron.glpk@gmx.de
State Accepted
Commit 508b9f58e3afa8fd19eb7549bb9777d570c0365f
Delegated to: Tom Rini
Headers show

Commit Message

Heinrich Schuchardt June 29, 2017, 7:29 p.m. UTC
The Odroid C2 comes with several expansion options such as an RTC module.
As these expansions are not considered in the Linux device tree they have
to be enabled via device tree overlays.

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
---
v2:
	remove unnecessary CONFIG_OF_LIBFDT=y
---
 configs/odroid-c2_defconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

Tom Rini June 29, 2017, 8:19 p.m. UTC | #1
On Thu, Jun 29, 2017 at 09:29:55PM +0200, Heinrich Schuchardt wrote:

> The Odroid C2 comes with several expansion options such as an RTC module.
> As these expansions are not considered in the Linux device tree they have
> to be enabled via device tree overlays.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

I'm going to re-sync all defconfigs with -rc3, so this isn't necessary,
thanks!
Tom Rini June 30, 2017, 1:25 a.m. UTC | #2
On Thu, Jun 29, 2017 at 04:19:26PM -0400, Tom Rini wrote:
> On Thu, Jun 29, 2017 at 09:29:55PM +0200, Heinrich Schuchardt wrote:
> 
> > The Odroid C2 comes with several expansion options such as an RTC module.
> > As these expansions are not considered in the Linux device tree they have
> > to be enabled via device tree overlays.
> > 
> > Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
> 
> I'm going to re-sync all defconfigs with -rc3, so this isn't necessary,
> thanks!

Erp, derp, I mis-read the context, sorry, disregard my comment, thanks!
Tom Rini July 7, 2017, 11:41 a.m. UTC | #3
On Thu, Jun 29, 2017 at 09:29:55PM +0200, xypron.glpk@gmx.de wrote:

> The Odroid C2 comes with several expansion options such as an RTC module.
> As these expansions are not considered in the Linux device tree they have
> to be enabled via device tree overlays.
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>

Applied to u-boot/master, thanks!
diff mbox

Patch

diff --git a/configs/odroid-c2_defconfig b/configs/odroid-c2_defconfig
index 547cd52ec2..35314142a0 100644
--- a/configs/odroid-c2_defconfig
+++ b/configs/odroid-c2_defconfig
@@ -28,3 +28,4 @@  CONFIG_DEBUG_UART_CLOCK=24000000
 CONFIG_DEBUG_UART_ANNOUNCE=y
 CONFIG_DEBUG_UART_SKIP_INIT=y
 CONFIG_MESON_SERIAL=y
+CONFIG_OF_LIBFDT_OVERLAY=y