diff mbox series

[U-Boot] board: turris_mox: Add fixed regulator support to defconfig

Message ID 20180516201349.25693-1-marek.behun@nic.cz
State Accepted
Commit 58d6f68e75cdcf1bd7587ff7a3c46cf6bd53f0bf
Delegated to: Stefan Roese
Headers show
Series [U-Boot] board: turris_mox: Add fixed regulator support to defconfig | expand

Commit Message

Marek Behún May 16, 2018, 8:13 p.m. UTC
Without this USB3 won't work in U-Boot.

Signed-off-by: Marek Behun <marek.behun@nic.cz>
---
 configs/turris_mox_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Stefan Roese May 17, 2018, 9:32 a.m. UTC | #1
For the next, could you please use different tagging in the patch
subject? In this case, something like:

arm64: mvebu: defconfig: Add fixed regulator support on turris_mox

On 16.05.2018 22:13, Marek Behún wrote:
> Without this USB3 won't work in U-Boot.
> 
> Signed-off-by: Marek Behun <marek.behun@nic.cz>
> ---
>   configs/turris_mox_defconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
> index 9538903bd3..45c1399687 100644
> --- a/configs/turris_mox_defconfig
> +++ b/configs/turris_mox_defconfig
> @@ -63,6 +63,8 @@ CONFIG_DEBUG_UART_SHIFT=2
>   CONFIG_DEBUG_UART_ANNOUNCE=y
>   CONFIG_MVEBU_A3700_UART=y
>   CONFIG_MVEBU_A3700_SPI=y
> +CONFIG_DM_REGULATOR=y
> +CONFIG_DM_REGULATOR_FIXED=y
>   CONFIG_USB=y
>   CONFIG_DM_USB=y
>   CONFIG_USB_XHCI_HCD=y
> 

Other that this:

Reviewed-by: Stefan Roese <sr@denx.de>

Thanks,
Stefan
Stefan Roese May 29, 2018, 8:31 a.m. UTC | #2
On 17.05.2018 11:32, Stefan Roese wrote:
> For the next, could you please use different tagging in the patch
> subject? In this case, something like:
> 
> arm64: mvebu: defconfig: Add fixed regulator support on turris_mox
> 
> On 16.05.2018 22:13, Marek Behún wrote:
>> Without this USB3 won't work in U-Boot.
>>
>> Signed-off-by: Marek Behun <marek.behun@nic.cz>
>> ---
>>   configs/turris_mox_defconfig | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
>> index 9538903bd3..45c1399687 100644
>> --- a/configs/turris_mox_defconfig
>> +++ b/configs/turris_mox_defconfig
>> @@ -63,6 +63,8 @@ CONFIG_DEBUG_UART_SHIFT=2
>>   CONFIG_DEBUG_UART_ANNOUNCE=y
>>   CONFIG_MVEBU_A3700_UART=y
>>   CONFIG_MVEBU_A3700_SPI=y
>> +CONFIG_DM_REGULATOR=y
>> +CONFIG_DM_REGULATOR_FIXED=y
>>   CONFIG_USB=y
>>   CONFIG_DM_USB=y
>>   CONFIG_USB_XHCI_HCD=y
>>
> 
> Other that this:
> 
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot-marvell/master

Thanks,
Stefan
diff mbox series

Patch

diff --git a/configs/turris_mox_defconfig b/configs/turris_mox_defconfig
index 9538903bd3..45c1399687 100644
--- a/configs/turris_mox_defconfig
+++ b/configs/turris_mox_defconfig
@@ -63,6 +63,8 @@  CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_DEBUG_UART_ANNOUNCE=y
 CONFIG_MVEBU_A3700_UART=y
 CONFIG_MVEBU_A3700_SPI=y
+CONFIG_DM_REGULATOR=y
+CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_USB=y
 CONFIG_DM_USB=y
 CONFIG_USB_XHCI_HCD=y