]> git.baikalelectronics.ru Git - kernel.git/commit
net: hix5hd2_gmac: fix compatible strings name
authorDongpo Li <lidongpo@hisilicon.com>
Tue, 20 Dec 2016 02:09:28 +0000 (10:09 +0800)
committerDavid S. Miller <davem@davemloft.net>
Tue, 20 Dec 2016 19:12:29 +0000 (14:12 -0500)
commitf5609bbe39a62cb56c9f59221f28bd1bf72f471b
tree0667d18161b2ffefc21c5d39dd6fc0104915466a
parentf64b0114a0496513c1941ae589acebd3ca7e886c
net: hix5hd2_gmac: fix compatible strings name

The SoC hix5hd2 compatible string has the suffix "-gmac" and
we should not change its compatible string.
So we should name all the compatible string with the suffix "-gmac".
Creating a new name suffix "-gemac" is unnecessary.

We also add another SoC compatible string in dt binding documentation
and describe which generic version the SoC belongs to.

Fixes: 003a862c1b49 ("net: hix5hd2_gmac: add generic compatible string")
Signed-off-by: Dongpo Li <lidongpo@hisilicon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/devicetree/bindings/net/hisilicon-hix5hd2-gmac.txt
drivers/net/ethernet/hisilicon/hix5hd2_gmac.c