]> 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)
commitc2c3de2ed9ed3b07eaa389e3bddfb2c78096121f
tree0667d18161b2ffefc21c5d39dd6fc0104915466a
parent4eee5200c8fd9ae4f81826cdb2d7bfa1f781d712
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: ba6b33c175a7 ("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