diff mbox

[U-Boot,3/3] configs: dra7x/am57x: Enable the SYSCON and REGMAP features

Message ID 1486482317-5798-4-git-send-email-jjhiblot@ti.com
State Superseded
Delegated to: Tom Rini
Headers show

Commit Message

Jean-Jacques Hiblot Feb. 7, 2017, 3:45 p.m. UTC
This is required by the ti_qspi driver to get from the DTS the address of
the ctrl_mod_mmap register.

Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
---
 configs/am57xx_evm_defconfig    | 2 ++
 configs/am57xx_hs_evm_defconfig | 2 ++
 configs/dra7xx_evm_defconfig    | 2 ++
 configs/dra7xx_hs_evm_defconfig | 2 ++
 4 files changed, 8 insertions(+)

Comments

Simon Glass Feb. 10, 2017, 4:22 p.m. UTC | #1
On 7 February 2017 at 08:45, Jean-Jacques Hiblot <jjhiblot@ti.com> wrote:
> This is required by the ti_qspi driver to get from the DTS the address of
> the ctrl_mod_mmap register.
>
> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
> ---
>  configs/am57xx_evm_defconfig    | 2 ++
>  configs/am57xx_hs_evm_defconfig | 2 ++
>  configs/dra7xx_evm_defconfig    | 2 ++
>  configs/dra7xx_hs_evm_defconfig | 2 ++
>  4 files changed, 8 insertions(+)

Reviewed-by: Simon Glass <sjg@chromium.org>
Simon Glass March 17, 2017, 6:42 p.m. UTC | #2
Hi,

On 10 February 2017 at 09:22, Simon Glass <sjg@chromium.org> wrote:
> On 7 February 2017 at 08:45, Jean-Jacques Hiblot <jjhiblot@ti.com> wrote:
>> This is required by the ti_qspi driver to get from the DTS the address of
>> the ctrl_mod_mmap register.
>>
>> Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
>> ---
>>  configs/am57xx_evm_defconfig    | 2 ++
>>  configs/am57xx_hs_evm_defconfig | 2 ++
>>  configs/dra7xx_evm_defconfig    | 2 ++
>>  configs/dra7xx_hs_evm_defconfig | 2 ++
>>  4 files changed, 8 insertions(+)
>
> Reviewed-by: Simon Glass <sjg@chromium.org>

This doesn't apply, and given that patch 1 has been dropped in favour
of something else, would you mind checking this and resending what you
need to on top of dm/testing?

Regards,
Simon
diff mbox

Patch

diff --git a/configs/am57xx_evm_defconfig b/configs/am57xx_evm_defconfig
index a582055..15bb474 100644
--- a/configs/am57xx_evm_defconfig
+++ b/configs/am57xx_evm_defconfig
@@ -50,6 +50,8 @@  CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
 CONFIG_OF_LIST="am57xx-beagle-x15 am57xx-beagle-x15-revb1 am572x-idk am571x-idk"
 CONFIG_DM=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
 # CONFIG_BLK is not set
 CONFIG_DFU_MMC=y
 CONFIG_DFU_RAM=y
diff --git a/configs/am57xx_hs_evm_defconfig b/configs/am57xx_hs_evm_defconfig
index 4dcfce4..fc37b58 100644
--- a/configs/am57xx_hs_evm_defconfig
+++ b/configs/am57xx_hs_evm_defconfig
@@ -52,6 +52,8 @@  CONFIG_CMD_FAT=y
 CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
 CONFIG_DM=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
 # CONFIG_BLK is not set
 CONFIG_DFU_MMC=y
 CONFIG_DFU_RAM=y
diff --git a/configs/dra7xx_evm_defconfig b/configs/dra7xx_evm_defconfig
index 64fe038..624cfe4 100644
--- a/configs/dra7xx_evm_defconfig
+++ b/configs/dra7xx_evm_defconfig
@@ -50,6 +50,8 @@  CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
 CONFIG_OF_LIST="dra7-evm dra72-evm dra72-evm-revc dra71-evm"
 CONFIG_DM=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
 # CONFIG_BLK is not set
 CONFIG_DFU_MMC=y
 CONFIG_DFU_RAM=y
diff --git a/configs/dra7xx_hs_evm_defconfig b/configs/dra7xx_hs_evm_defconfig
index b890a06..028b212 100644
--- a/configs/dra7xx_hs_evm_defconfig
+++ b/configs/dra7xx_hs_evm_defconfig
@@ -55,6 +55,8 @@  CONFIG_CMD_FS_GENERIC=y
 CONFIG_OF_CONTROL=y
 CONFIG_OF_LIST="dra7-evm dra72-evm dra72-evm-revc dra71-evm"
 CONFIG_DM=y
+CONFIG_REGMAP=y
+CONFIG_SYSCON=y
 # CONFIG_BLK is not set
 CONFIG_DFU_MMC=y
 CONFIG_DFU_RAM=y