diff options
author | Christophe Leroy <christophe.leroy@c-s.fr> | 2018-11-21 08:51:43 +0000 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-12-03 10:44:10 -0500 |
commit | f55db0afa23de5beedb63c011a879ebbe0f61613 (patch) | |
tree | 5e30079f954ebdde427b7bf6d3f91de07dc6b57c /arch/powerpc/dts/mcr3000.dts | |
parent | 71c743c5f787a9babcb2712965fe7d1ddf6ed9f6 (diff) |
board: MCR3000: Activate CONFIG_DM and CONFIG_OF_CONTROL
Add mcr3000 device tree and activate CONFIG_DM and CONFIG_OF_CONTROL
Signed-off-by: Christophe Leroy <christophe.leroy@c-s.fr>
Diffstat (limited to 'arch/powerpc/dts/mcr3000.dts')
-rw-r--r-- | arch/powerpc/dts/mcr3000.dts | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/powerpc/dts/mcr3000.dts b/arch/powerpc/dts/mcr3000.dts new file mode 100644 index 00000000000..e4b222857b5 --- /dev/null +++ b/arch/powerpc/dts/mcr3000.dts @@ -0,0 +1,12 @@ +/* + * MCR3000 Device Tree Source + * + * Copyright 2017 CS Systemes d'Information + * + * SPDX-License-Identifier: GPL-2.0+ + */ + +/dts-v1/; + +/ { +}; |