Re: [PATCH v3 2/7] uart: pl011: Add proper DM clock support

2020-05-19 Thread Simon Glass
Hi André, On Tue, 12 May 2020 at 08:27, André Przywara wrote: > > On 28/04/2020 18:57, Simon Glass wrote: > > Hi, > > sorry for the delay, found this, slightly mouldy already, in my draft > folder. > > First, thanks for the review! I saw the Tom merged this already, but > wanted to come back to t

Re: [PATCH v3 2/7] uart: pl011: Add proper DM clock support

2020-05-12 Thread André Przywara
On 28/04/2020 18:57, Simon Glass wrote: Hi, sorry for the delay, found this, slightly mouldy already, in my draft folder. First, thanks for the review! I saw the Tom merged this already, but wanted to come back to the DT hacks: > Hi Andre, > > On Mon, 27 Apr 2020 at 12:18, Andre Przywara wrot

Re: [PATCH v3 2/7] uart: pl011: Add proper DM clock support

2020-05-07 Thread Tom Rini
On Mon, Apr 27, 2020 at 07:17:59PM +0100, Andre Przywara wrote: > Even though the PL011 UART driver claims to be DM compliant, it does not > really a good job with parsing DT nodes. U-Boot seems to adhere to a > non-standard binding, either requiring to have a "skip-init" property in > the node, o

Re: [PATCH v3 2/7] uart: pl011: Add proper DM clock support

2020-04-28 Thread Simon Glass
Hi Andre, On Mon, 27 Apr 2020 at 12:18, Andre Przywara wrote: > > Even though the PL011 UART driver claims to be DM compliant, it does not > really a good job with parsing DT nodes. U-Boot seems to adhere to a > non-standard binding, either requiring to have a "skip-init" property in > the node,

[PATCH v3 2/7] uart: pl011: Add proper DM clock support

2020-04-27 Thread Andre Przywara
Even though the PL011 UART driver claims to be DM compliant, it does not really a good job with parsing DT nodes. U-Boot seems to adhere to a non-standard binding, either requiring to have a "skip-init" property in the node, or to have an extra "clock" property holding the base *frequency* value fo