diff mbox series

[U-Boot,3/6] configs: rockchip: rock960: enable pmic and regulator commands

Message ID 20190701160554.18688-4-pbrobinson@gmail.com
State Accepted
Commit 914bd85b5dba4470bee983c69110defb6e514020
Delegated to: Kever Yang
Headers show
Series [U-Boot,1/6] arm64: rockchip: rock960: sync dts files from Linux 5.2-rc6 | expand

Commit Message

Peter Robinson July 1, 2019, 4:05 p.m. UTC
We have both PMIC and Regulator functionality so it's useful to
be able to see output and debug with the commands enabled.

Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
---
 configs/rock960-rk3399_defconfig | 2 ++
 1 file changed, 2 insertions(+)

Comments

Kever Yang July 2, 2019, 2:07 a.m. UTC | #1
Hi Peter,


On 07/02/2019 12:05 AM, Peter Robinson wrote:
> We have both PMIC and Regulator functionality so it's useful to
> be able to see output and debug with the commands enabled.
>
> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>

Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Thanks,
- Kever

> ---
>  configs/rock960-rk3399_defconfig | 2 ++
>  1 file changed, 2 insertions(+)
>
> diff --git a/configs/rock960-rk3399_defconfig b/configs/rock960-rk3399_defconfig
> index 1aa986e9cd..2381f0cd7e 100644
> --- a/configs/rock960-rk3399_defconfig
> +++ b/configs/rock960-rk3399_defconfig
> @@ -21,6 +21,8 @@ CONFIG_SYS_PROMPT="rock960 => "
>  CONFIG_CMD_BOOTZ=y
>  CONFIG_CMD_GPT=y
>  CONFIG_CMD_MMC=y
> +CONFIG_CMD_PMIC=y
> +CONFIG_CMD_REGULATOR=y
>  CONFIG_CMD_USB=y
>  # CONFIG_CMD_SETEXPR is not set
>  CONFIG_CMD_TIME=y
Manivannan Sadhasivam July 3, 2019, 1:25 a.m. UTC | #2
On 1 July 2019 9:35:51 PM IST, Peter Robinson <pbrobinson@gmail.com> wrote:
>We have both PMIC and Regulator functionality so it's useful to
>be able to see output and debug with the commands enabled.
>
>Signed-off-by: Peter Robinson <pbrobinson@gmail.com>

Reviewed-by: Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org>

Thanks,
Mani
>---
> configs/rock960-rk3399_defconfig | 2 ++
> 1 file changed, 2 insertions(+)
>
>diff --git a/configs/rock960-rk3399_defconfig
>b/configs/rock960-rk3399_defconfig
>index 1aa986e9cd..2381f0cd7e 100644
>--- a/configs/rock960-rk3399_defconfig
>+++ b/configs/rock960-rk3399_defconfig
>@@ -21,6 +21,8 @@ CONFIG_SYS_PROMPT="rock960 => "
> CONFIG_CMD_BOOTZ=y
> CONFIG_CMD_GPT=y
> CONFIG_CMD_MMC=y
>+CONFIG_CMD_PMIC=y
>+CONFIG_CMD_REGULATOR=y
> CONFIG_CMD_USB=y
> # CONFIG_CMD_SETEXPR is not set
> CONFIG_CMD_TIME=y
Kever Yang July 15, 2019, 1:24 p.m. UTC | #3
On 2019/7/2 上午10:07, Kever Yang wrote:
> Hi Peter,
>
>
> On 07/02/2019 12:05 AM, Peter Robinson wrote:
>> We have both PMIC and Regulator functionality so it's useful to
>> be able to see output and debug with the commands enabled.
>>
>> Signed-off-by: Peter Robinson <pbrobinson@gmail.com>
> Reviewed-by: Kever Yang <kever.yang@rock-chips.com>

Applied to u-boot-rockchip.

Thanks,
- Kever
>
> Thanks,
> - Kever
>
>> ---
>>   configs/rock960-rk3399_defconfig | 2 ++
>>   1 file changed, 2 insertions(+)
>>
>> diff --git a/configs/rock960-rk3399_defconfig b/configs/rock960-rk3399_defconfig
>> index 1aa986e9cd..2381f0cd7e 100644
>> --- a/configs/rock960-rk3399_defconfig
>> +++ b/configs/rock960-rk3399_defconfig
>> @@ -21,6 +21,8 @@ CONFIG_SYS_PROMPT="rock960 => "
>>   CONFIG_CMD_BOOTZ=y
>>   CONFIG_CMD_GPT=y
>>   CONFIG_CMD_MMC=y
>> +CONFIG_CMD_PMIC=y
>> +CONFIG_CMD_REGULATOR=y
>>   CONFIG_CMD_USB=y
>>   # CONFIG_CMD_SETEXPR is not set
>>   CONFIG_CMD_TIME=y
> _______________________________________________
> U-Boot mailing list
> U-Boot@lists.denx.de
> https://lists.denx.de/listinfo/u-boot
diff mbox series

Patch

diff --git a/configs/rock960-rk3399_defconfig b/configs/rock960-rk3399_defconfig
index 1aa986e9cd..2381f0cd7e 100644
--- a/configs/rock960-rk3399_defconfig
+++ b/configs/rock960-rk3399_defconfig
@@ -21,6 +21,8 @@  CONFIG_SYS_PROMPT="rock960 => "
 CONFIG_CMD_BOOTZ=y
 CONFIG_CMD_GPT=y
 CONFIG_CMD_MMC=y
+CONFIG_CMD_PMIC=y
+CONFIG_CMD_REGULATOR=y
 CONFIG_CMD_USB=y
 # CONFIG_CMD_SETEXPR is not set
 CONFIG_CMD_TIME=y