[U-Boot] [RFC PATCH] net: phy: Don't limit phy addresses by default

Bin Meng bmeng.cn at gmail.com
Mon Apr 9 02:07:55 UTC 2018


On Sat, Mar 31, 2018 at 12:52 AM, Joe Hershberger
<joe.hershberger at ni.com> wrote:
> Some boards expect to find more than one phy while other boards are old
> and need to be limited to a specific phy address. Only limit the phy
> address for boards that opt in.
>
> Signed-off-by: Joe Hershberger <joe.hershberger at ni.com>
>
> ---
>
>  configs/am335x_baltos_defconfig            | 1 +
>  configs/am335x_shc_defconfig               | 1 +
>  configs/am335x_shc_ict_defconfig           | 1 +
>  configs/am335x_shc_netboot_defconfig       | 1 +
>  configs/am335x_shc_prompt_defconfig        | 1 +
>  configs/am335x_shc_sdboot_defconfig        | 1 +
>  configs/am335x_shc_sdboot_prompt_defconfig | 1 +
>  configs/devkit3250_defconfig               | 1 +
>  configs/ds414_defconfig                    | 1 +
>  configs/khadas-vim_defconfig               | 1 +
>  configs/libretech-cc_defconfig             | 1 +
>  configs/p212_defconfig                     | 1 +
>  configs/pepper_defconfig                   | 1 +
>  configs/work_92105_defconfig               | 1 +
>  configs/x600_defconfig                     | 1 +
>  drivers/net/phy/Kconfig                    | 8 ++++++++
>  16 files changed, 23 insertions(+)
>

Looks no one has any comments, let's do this to unblock Intel Galileo
board. In the long term, PHY address should be read from DTS instead.

Tested on Intel Galileo
Tested-by: Bin Meng <bmeng.cn at gmail.com>

Regards,
Bin


More information about the U-Boot mailing list