]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit90cbf5b457fc59b722044ff80b5dd6771ec59a72
tree93145ffffd5cfd264338b43b39414f76356bc965
parent6aa99d9741f3ff534b11a75de10838d4955d6c86
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