diff options
Diffstat (limited to 'target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch')
-rw-r--r-- | target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch b/target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch deleted file mode 100644 index 9d060426ec..0000000000 --- a/target/linux/at91/patches-5.4/102-ARM-at91-wb45n-fix-duplicate-label.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- 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"; - }; - |