diff options
author | Dongpo Li <lidongpo@hisilicon.com> | 2016-12-05 16:28:01 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2016-12-06 18:21:02 +0300 |
commit | 0855950ba580c89da91939bc5a6e0f8b950c9232 (patch) | |
tree | 9be17408909e5980b10f91db33bf30587cef78fd /arch/arm/boot | |
parent | 7087140d50fb65b62cb7c691d959a99cb726d2fd (diff) | |
download | linux-0855950ba580c89da91939bc5a6e0f8b950c9232.tar.xz |
ARM: dts: hix5hd2: add gmac generic compatible and clock names
Add gmac generic compatible and clock names.
Signed-off-by: Dongpo Li <lidongpo@hisilicon.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'arch/arm/boot')
-rw-r--r-- | arch/arm/boot/dts/hisi-x5hd2.dtsi | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/arch/arm/boot/dts/hisi-x5hd2.dtsi b/arch/arm/boot/dts/hisi-x5hd2.dtsi index fdcc23d203e5..0da76c5ff6d7 100644 --- a/arch/arm/boot/dts/hisi-x5hd2.dtsi +++ b/arch/arm/boot/dts/hisi-x5hd2.dtsi @@ -436,18 +436,20 @@ }; gmac0: ethernet@1840000 { - compatible = "hisilicon,hix5hd2-gmac"; + compatible = "hisilicon,hix5hd2-gemac", "hisilicon,hisi-gemac-v1"; reg = <0x1840000 0x1000>,<0x184300c 0x4>; interrupts = <0 71 4>; clocks = <&clock HIX5HD2_MAC0_CLK>; + clock-names = "mac_core"; status = "disabled"; }; gmac1: ethernet@1841000 { - compatible = "hisilicon,hix5hd2-gmac"; + compatible = "hisilicon,hix5hd2-gemac", "hisilicon,hisi-gemac-v1"; reg = <0x1841000 0x1000>,<0x1843010 0x4>; interrupts = <0 72 4>; clocks = <&clock HIX5HD2_MAC1_CLK>; + clock-names = "mac_core"; status = "disabled"; }; |