mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-20 14:13:16 +00:00
a070e2ee42
Move patches to 5.4, put config only in subtarget directories. Signed-off-by: Sandeep Sheriker M <sandeep.sheriker@microchip.com> [refresh patches, add commit message] Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
21 lines
370 B
Diff
21 lines
370 B
Diff
--- a/arch/arm/boot/dts/wb45n.dts
|
|
+++ b/arch/arm/boot/dts/wb45n.dts
|
|
@@ -126,7 +126,7 @@
|
|
};
|
|
};
|
|
|
|
- usb0: ohci@00600000 {
|
|
+ usb0: ohci@600000 {
|
|
status = "okay";
|
|
num-ports = <2>;
|
|
atmel,vbus-gpio = <
|
|
@@ -136,7 +136,7 @@
|
|
atmel,oc-gpio = <&pioB 13 GPIO_ACTIVE_LOW>;
|
|
};
|
|
|
|
- usb1: ehci@00700000 {
|
|
+ usb1: ehci@700000 {
|
|
status = "okay";
|
|
};
|
|
|