]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/commitdiff
arm64: dts: hisi: enable the NIC and SAS for the hip07-d05 board
authorWei Xu <xuwei5@hisilicon.com>
Tue, 28 Mar 2017 16:03:08 +0000 (00:03 +0800)
committerWei Xu <xuwei5@hisilicon.com>
Mon, 10 Apr 2017 15:32:56 +0000 (23:32 +0800)
Enable the NIC and SAS nodes for the hip07-d05 board
to support related functions.

Signed-off-by: Wei Xu <xuwei5@hisilicon.com>
arch/arm64/boot/dts/hisilicon/hip07-d05.dts

index e0584423058336f46f33db3538ead300fde93eb7..f5d7f0889b41db47ad784f668845b3e5218c6b84 100644 (file)
 &usb_ehci {
        status = "ok";
 };
+
+&eth0 {
+       status = "ok";
+};
+
+&eth1 {
+       status = "ok";
+};
+
+&eth2 {
+       status = "ok";
+};
+
+&eth3 {
+       status = "ok";
+};
+
+&sas1 {
+       status = "ok";
+};