aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/at91/patches-5.4/103-ARM-at91-wb50n-fix-duplicate-label.patch
blob: bfe6e5a9baaaa4058d20e4798d4517c422dcb86a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
--- a/arch/arm/boot/dts/wb50n.dts
+++ b/arch/arm/boot/dts/wb50n.dts
@@ -60,15 +60,15 @@
 			};
 		};
 
-		usb0: gadget@00500000 {
+		usb0: gadget@500000 {
 			status = "okay";
 		};
 
-		usb1: ohci@00600000 {
+		usb1: ohci@600000 {
 			status = "okay";
 		};
 
-		usb2: ehci@00700000 {
+		usb2: ehci@700000 {
 			status = "okay";
 		};
 	};
--- a/arch/arm/boot/dts/wb50n.dtsi
+++ b/arch/arm/boot/dts/wb50n.dtsi
@@ -185,13 +185,13 @@
 
 		};
 
-		usb0: gadget@00500000 {
+		usb0: gadget@500000 {
 			atmel,vbus-gpio = <&pioB 13 GPIO_ACTIVE_LOW>;
 			pinctrl-names = "default";
 			pinctrl-0 = <&pinctrl_usba_vbus>;
 		};
 
-		usb1: ohci@00600000 {
+		usb1: ohci@600000 {
 			num-ports = <3>;
 			atmel,vbus-gpio = <&pioA 2 GPIO_ACTIVE_LOW>;
 			atmel,oc-gpio = <&pioA 4 GPIO_ACTIVE_LOW>;