All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] configs: sama5d27_som1_ek: enable w1 and overlay for mmc1 defconfig
@ 2018-10-08  7:12 Eugen Hristev
  2018-10-22 17:25 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Eugen Hristev @ 2018-10-08  7:12 UTC (permalink / raw)
  To: u-boot

Enable onewire support and commands, fdt overlay for the mmc1 defconfig.

Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>
---

Enable them for emmc1 defconfig as it's already enabled for mmc defconfig
sama5d27_som1_ek_mmc_defconfig

Also resynced with savedefconfig.

Thanks!

 configs/sama5d27_som1_ek_mmc1_defconfig | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/configs/sama5d27_som1_ek_mmc1_defconfig b/configs/sama5d27_som1_ek_mmc1_defconfig
index d87f585..13395ef 100644
--- a/configs/sama5d27_som1_ek_mmc1_defconfig
+++ b/configs/sama5d27_som1_ek_mmc1_defconfig
@@ -15,7 +15,6 @@ CONFIG_DEBUG_UART_BASE=0xf8020000
 CONFIG_DEBUG_UART_CLOCK=82000000
 CONFIG_SPL_FAT_SUPPORT=y
 CONFIG_SPL_LIBDISK_SUPPORT=y
-CONFIG_DEFAULT_DEVICE_TREE="at91-sama5d27_som1_ek"
 CONFIG_DEBUG_UART=y
 CONFIG_ENV_VARS_UBOOT_CONFIG=y
 CONFIG_FIT=y
@@ -40,6 +39,7 @@ CONFIG_CMD_EXT4=y
 CONFIG_CMD_FAT=y
 CONFIG_OF_CONTROL=y
 CONFIG_SPL_OF_CONTROL=y
+CONFIG_DEFAULT_DEVICE_TREE="at91-sama5d27_som1_ek"
 CONFIG_OF_SPL_REMOVE_PROPS="interrupts interrupt-parent dmas dma-names"
 CONFIG_ENV_IS_IN_FAT=y
 CONFIG_ENV_FAT_DEVICE_AND_PART="1"
@@ -88,3 +88,8 @@ CONFIG_USB_GADGET=y
 CONFIG_USB_GADGET_ATMEL_USBA=y
 CONFIG_DM_VIDEO=y
 CONFIG_ATMEL_HLCD=y
+CONFIG_W1=y
+CONFIG_W1_GPIO=y
+CONFIG_W1_EEPROM=y
+CONFIG_W1_EEPROM_DS24XXX=y
+CONFIG_OF_LIBFDT_OVERLAY=y
-- 
2.7.4

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [U-Boot] configs: sama5d27_som1_ek: enable w1 and overlay for mmc1 defconfig
  2018-10-08  7:12 [U-Boot] [PATCH] configs: sama5d27_som1_ek: enable w1 and overlay for mmc1 defconfig Eugen Hristev
@ 2018-10-22 17:25 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2018-10-22 17:25 UTC (permalink / raw)
  To: u-boot

On Mon, Oct 08, 2018 at 10:12:56AM +0300, Eugen Hristev wrote:

> Enable onewire support and commands, fdt overlay for the mmc1 defconfig.
> 
> Signed-off-by: Eugen Hristev <eugen.hristev@microchip.com>

Applied to u-boot/master, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20181022/ebc62279/attachment.sig>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-22 17:25 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-08  7:12 [U-Boot] [PATCH] configs: sama5d27_som1_ek: enable w1 and overlay for mmc1 defconfig Eugen Hristev
2018-10-22 17:25 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.