summaryrefslogtreecommitdiff
path: root/arch/mips
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2018-02-04 13:19:14 +0300
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-03-22 01:23:13 +0300
commite39f6c0b67f496443b339cfef89ffa979b1f1420 (patch)
tree680bae7d381a8c4fa61b750056dc979740005168 /arch/mips
parent465d6971e9a1da4ac241a47d22f04967e0b13fc8 (diff)
downloadu-boot-e39f6c0b67f496443b339cfef89ffa979b1f1420.tar.xz
mips: bmips: add nb4-ser usb support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'arch/mips')
-rw-r--r--arch/mips/dts/sfr,nb4-ser.dts12
1 files changed, 12 insertions, 0 deletions
diff --git a/arch/mips/dts/sfr,nb4-ser.dts b/arch/mips/dts/sfr,nb4-ser.dts
index f2092e9f99..473372faa1 100644
--- a/arch/mips/dts/sfr,nb4-ser.dts
+++ b/arch/mips/dts/sfr,nb4-ser.dts
@@ -50,6 +50,10 @@
};
};
+&ehci {
+ status = "okay";
+};
+
&gpio0 {
status = "okay";
};
@@ -83,6 +87,10 @@
};
};
+&ohci {
+ status = "okay";
+};
+
&pflash {
status = "okay";
};
@@ -91,3 +99,7 @@
u-boot,dm-pre-reloc;
status = "okay";
};
+
+&usbh {
+ status = "okay";
+};