]> asedeno.scripts.mit.edu Git - linux.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)
commitf7ca8e3b945366259e82ed50961809ad4262933f
tree0667d18161b2ffefc21c5d39dd6fc0104915466a
parent87e159c59d9f325d571689d4027115617adb32e6
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: d0fb6ba75dc0 ("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