> -----Original Message-----
> From: Trent Piepho <tpie...@impinj.com>
> Sent: Friday, May 10, 2019 12:49 PM
> To: u-boot@lists.denx.de
> Cc: Trent Piepho <tpie...@impinj.com>; Joseph Hershberger
> <joseph.hershber...@ni.com>; Janine Hagemann
> <j.hagem...@phytec.de>; Grygorii Strashko <grygorii.stras...@ti.com>
> Subject: [EXTERNAL] [PATCH] net: phy: ti: Fix clock output DT property
> 
> The code block reading the DT property for the clock output control was
> before the phy's DT node pointer was set, so it could never work.  Move it
> after the node pointer is set.
> 
> Also store the unsigned 32-bit property into an unsigned value, not a signed
> value, as the former will cause a problem if value overflows.
> For instance, if one were to add 0xffffffff as a code to mean the clock output
> should be turned off.
> 
> Cc: Joe Hershberger <joe.hershber...@ni.com>
> Cc: Janine Hagemann <j.hagem...@phytec.de>
> Cc: Grygorii Strashko <grygorii.stras...@ti.com>
> Signed-off-by: Trent Piepho <tpie...@impinj.com>

Acked-by: Joe Hershberger <joe.hershber...@ni.com>
_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot

Reply via email to