[U-Boot] [PATCH] dm: ns16550: Add support for reg-offset property
Michal Simek
michal.simek at xilinx.com
Tue Apr 5 13:39:53 CEST 2016
Hi Simon,
On 5.4.2016 02:03, Simon Glass wrote:
> Hi Michal,
>
> On 31 March 2016 at 03:16, Michal Simek <monstr at monstr.eu> wrote:
>> Hi Simon,
>>
>>
>>>> diff --git a/include/ns16550.h b/include/ns16550.h
>>>> index 5eeacd6..1311f4c 100644
>>>> --- a/include/ns16550.h
>>>> +++ b/include/ns16550.h
>>>> @@ -54,9 +54,9 @@
>>>> */
>>>> struct ns16550_platdata {
>>>> unsigned long base;
>>>> - int reg_offset;
>>>> int reg_shift;
>>>> int clock;
>>>> + int reg_offset;
>>>> };
>>>>
>>>> struct udevice;
>>>>
>>>
>>> I picked up Alexander's suggestion: Still, we should fix everything up
>>> to use member names.
>>>
>>> Applied to u-boot-dm/next, thanks!
>>
>> I can't see this patch applied to your next branch.
>> Can you please check it?
>
> It's in mainline now - I have have updated the u-boot-dm/next branch already.
ok.
Thanks,
Michal
More information about the U-Boot
mailing list