[U-Boot] [PATCH] arm: ls102xa: Fix RGMII phy-connection-type FDT fixup

York Sun york.sun at nxp.com
Mon Aug 13 16:21:16 UTC 2018


On 07/16/2018 01:28 PM, Brendan Shanks wrote:
> In ft_fixup_enet_phy_connect_type(), use strlen() instead of sizeof() on
> the pointer result of phy_string_for_interface().
> sizeof() was returning the size of the pointer (4 bytes), resulting in
> the phy-connection-type being set to "rgmi" rather than "rgmii-id".
> 
> Signed-off-by: Brendan Shanks <brendan.shanks at teradek.com>
> Cc: York Sun <york.sun at nxp.com>
> ---

Applied to fsl-qoriq master, awaiting upstream.
Thanks.

York


More information about the U-Boot mailing list