]> git.baikalelectronics.ru Git - kernel.git/commit
net: fec: get regulator optional
authorStefan Agner <stefan@agner.ch>
Mon, 21 Jan 2019 14:58:47 +0000 (15:58 +0100)
committerDavid S. Miller <davem@davemloft.net>
Wed, 23 Jan 2019 04:51:21 +0000 (20:51 -0800)
commit053d3f0595a7658739d5811991a47a6cf6394a76
treeafbac505a411676630498c5ec81ffa7700fe6749
parentf9e7d10e07dc325fd5e545c1a3ea58bb68121eb7
net: fec: get regulator optional

According to the device tree binding the phy-supply property is
optional. Use the regulator_get_optional API accordingly. The
code already handles NULL just fine.

This gets rid of the following warning:
  fec 2188000.ethernet: 2188000.ethernet supply phy not found, using dummy regulator

Signed-off-by: Stefan Agner <stefan@agner.ch>
Reviewed-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Fugang Duan <fugang.duan@nxp.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/freescale/fec_main.c