board: lx2160aqds: fix ethernet-phy compatible property
authorFlorin Chiculita <florinlaurentiu.chiculita@nxp.com>
Mon, 19 Aug 2019 15:56:46 +0000 (18:56 +0300)
committerPriyanka Jain <priyanka.jain@nxp.com>
Thu, 12 Sep 2019 10:45:42 +0000 (16:15 +0530)
commit065ccdc710c80d24fcaf2ed947143bae075f8d7f
tree93145ffffd5cfd264338b43b39414f76356bc965
parent5d535aa40bb73f248d307a2cfc58e6187465036d
board: lx2160aqds: fix ethernet-phy compatible property

The code that generates the compatible property concatenates the
ethernet phy id and clause-compatible information without
separating them with a comma, resulting into no ethernet phy driver
getting loaded by Linux kernel.
Suffix phy_id_compatible_str with comma to fix this

Signed-off-by: Florin Chiculita <florinlaurentiu.chiculita@nxp.com>
Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
board/freescale/lx2160a/eth_lx2160aqds.c