Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1279101

[PATCH net-next 1/3] dts: hisi: enables the ethX for D02 board

From yankejian <yankejian@huawei.com>
Newsgroups linux.kernel
Subject [PATCH net-next 1/3] dts: hisi: enables the ethX for D02 board
Date 2015-11-28 07:10 +0100
Message-ID <qzGRQ-58S-5@gated-at.bofh.it> (permalink)
References <qzGRP-58S-1@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


this patch enables the ethX for D02 board on hip05-d02.dts. otherwise it
cannot find hns ethX by ifconfig -a.

Signed-off-by: yankejian <yankejian@huawei.com>
---
 arch/arm64/boot/dts/hisilicon/hip05-d02.dts | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)

diff --git a/arch/arm64/boot/dts/hisilicon/hip05-d02.dts b/arch/arm64/boot/dts/hisilicon/hip05-d02.dts
index ae34e25..6aa5cb2 100644
--- a/arch/arm64/boot/dts/hisilicon/hip05-d02.dts
+++ b/arch/arm64/boot/dts/hisilicon/hip05-d02.dts
@@ -34,3 +34,19 @@
 &uart0 {
 	status = "ok";
 };
+
+&eth2 {
+	status = "okay";
+};
+
+&eth3 {
+	status = "okay";
+};
+
+&eth6 {
+	status = "okay";
+};
+
+&eth7 {
+	status = "okay";
+};
-- 
1.9.1

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH net-next 0/3] dts: hisi: fixes can't find eth for hip05-D02 yankejian <yankejian@huawei.com> - 2015-11-28 07:10 +0100
  [PATCH net-next 1/3] dts: hisi: enables the ethX for D02 board yankejian <yankejian@huawei.com> - 2015-11-28 07:10 +0100
  [PATCH net-next 2/3] dts: hisi: fixes no syscon error when init mdio yankejian <yankejian@huawei.com> - 2015-11-28 07:10 +0100

csiph-web