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

2018-05-29 Thread Stefan Roese
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.

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

2018-05-17 Thread Stefan Roese
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

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

2018-05-16 Thread Marek Behún
Without this USB3 won't work in U-Boot. Signed-off-by: Marek Behun --- 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 ---