[U-Boot] [PATCH 2/7] arm: colibri-vf: Enable serial support
Bhuvanchandra DV
bhuvanchandra.dv at toradex.com
Fri Jan 22 13:21:45 CET 2016
Hi Bin,
On 01/22/2016 03:22 PM, Bin Meng wrote:
> Hi Bhuvanchandra,
>
> On Fri, Jan 22, 2016 at 3:49 PM, Bhuvanchandra DV
> <bhuvanchandra.dv at toradex.com> wrote:
>> ---
>
> Please always include a commit message.
Okay
>
>> arch/arm/dts/vf-colibri.dtsi | 10 ++++++++++
>> configs/colibri_vf_dtb_defconfig | 1 +
>> 2 files changed, 11 insertions(+)
>>
>> diff --git a/arch/arm/dts/vf-colibri.dtsi b/arch/arm/dts/vf-colibri.dtsi
>> index 7a8e9bee..0718486 100644
>> --- a/arch/arm/dts/vf-colibri.dtsi
>> +++ b/arch/arm/dts/vf-colibri.dtsi
>> @@ -10,6 +10,12 @@
>> */
>> #include "vf.dtsi"
>>
>> +/ {
>> + chosen {
>> + stdout-path = &uart0;
>> + };
>> +};
>> +
>> &dspi1 {
>> status = "okay";
>> bus-num = <1>;
>> @@ -19,3 +25,7 @@
>> spi-max-frequency = <50000000>;
>> };
>> };
>> +
>> +&uart0 {
>> + status = "okay";
>> +};
>> diff --git a/configs/colibri_vf_dtb_defconfig b/configs/colibri_vf_dtb_defconfig
>
> Why adding _dtb here? Can we update the existing defconfig files?
>
>> index b1a843a..b204fb8 100644
>> --- a/configs/colibri_vf_dtb_defconfig
>> +++ b/configs/colibri_vf_dtb_defconfig
>> @@ -11,4 +11,5 @@ CONFIG_OF_CONTROL=y
>> CONFIG_DM=y
>> CONFIG_NAND_VF610_NFC=y
>> CONFIG_SYS_NAND_VF610_NFC_60_ECC_BYTES=y
>> +CONFIG_DM_SERIAL=y
>> CONFIG_FSL_LPUART=y
>> --
>
> Please try to insert new Kconfig options in a correct order. You can
> get it via 'make savedefconfig'.
Will do it.
>
> Regards,
> Bin
>
--
Best regards,
Bhuvan
More information about the U-Boot
mailing list