commit | 66a42d26bf1bd01ec1c85ed4565a4132b3709e4a | [log] [tgz] |
---|---|---|
author | Florin Chiculita <florinlaurentiu.chiculita@nxp.com> | Mon Aug 19 18:56:46 2019 +0300 |
committer | Priyanka Jain <priyanka.jain@nxp.com> | Thu Sep 12 16:15:42 2019 +0530 |
tree | 93145ffffd5cfd264338b43b39414f76356bc965 | |
parent | c6b6ba6375263d0bcd818594f8386a1611eefb4c [diff] |
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>