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

Stefan Roese sr at denx.de
Tue May 29 08:31:12 UTC 2018


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 at 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 at denx.de>

Applied to u-boot-marvell/master

Thanks,
Stefan


More information about the U-Boot mailing list