On Mon, May 14, 2018 at 1:00 AM, Simon Glass <[email protected]> wrote:
> Hi Ramon,
>
> On 12 May 2018 at 20:15, Ramon Fried <[email protected]> wrote:
>> The clock and serial nodes are needed before relocation.
>> This patch ensures that the msm-serial driver will probe
>> and provide uart output before relocation.
>>
>> Signed-off-by: Ramon Fried <[email protected]>
>> ---
>>  arch/arm/dts/dragonboard820c-uboot.dtsi | 14 ++++++++++++++
>>  1 file changed, 14 insertions(+)
>>
>> diff --git a/arch/arm/dts/dragonboard820c-uboot.dtsi 
>> b/arch/arm/dts/dragonboard820c-uboot.dtsi
>> index 88312b3fa1..81df788fca 100644
>> --- a/arch/arm/dts/dragonboard820c-uboot.dtsi
>> +++ b/arch/arm/dts/dragonboard820c-uboot.dtsi
>> @@ -5,6 +5,20 @@
>>   * (C) Copyright 2017 Jorge Ramirez-Ortiz <[email protected]>
>>   */
>>
>> +/ {
>> +       soc {
>> +               u-boot,dm-pre-reloc;
>> +
>> +       clock-controller@300000 {
>
> This line and a few below it should be indented one more stop.
Sure, will do.
>
>> +               u-boot,dm-pre-reloc;
>> +       };
>> +
>> +       serial@75b0000 {
>> +               u-boot,dm-pre-reloc;
>> +               };
>> +       };
>> +};
>> +
>>  &pm8994_pon {
>>         key_vol_down {
>>                 gpios = <&pm8994_pon 1 0>;
>> --
>> 2.14.1
>>
>
> Regards,
> Simon
Thanks !
_______________________________________________
U-Boot mailing list
[email protected]
https://lists.denx.de/listinfo/u-boot

Reply via email to