On 10.05.19 20:49, Trent Piepho wrote: > 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 <[email protected]> > Cc: Janine Hagemann <[email protected]> > Cc: Grygorii Strashko <[email protected]> > Signed-off-by: Trent Piepho <[email protected]> > --- > drivers/net/phy/ti.c | 16 +++++----------- > 1 file changed, 5 insertions(+), 11 deletions(-) >
Reviewed-by: Grygorii Strashko <[email protected]> -- Best regards, grygorii _______________________________________________ U-Boot mailing list [email protected] https://lists.denx.de/listinfo/u-boot

