From: Esben Haabendal Date: Tue, 5 Dec 2017 08:16:33 +0000 (+0100) Subject: ARM: dts: ls1021a: Add label to USB controllers X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=31fa76312da96509bf57898d7a5720bf1bd3b427;p=openwrt%2Fstaging%2Fblogic.git ARM: dts: ls1021a: Add label to USB controllers Add usb2 and usb3 labels to USB2 and USB3 controller device tree nodes, for easier modification in board dts files. Signed-off-by: Esben Haabendal Signed-off-by: Rasmus Villemoes Signed-off-by: Shawn Guo --- diff --git a/arch/arm/boot/dts/ls1021a.dtsi b/arch/arm/boot/dts/ls1021a.dtsi index 2bd04cdd618f..c6433a1c996d 100644 --- a/arch/arm/boot/dts/ls1021a.dtsi +++ b/arch/arm/boot/dts/ls1021a.dtsi @@ -689,7 +689,7 @@ }; }; - usb@8600000 { + usb2: usb@8600000 { compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr"; reg = <0x0 0x8600000 0x0 0x1000>; interrupts = ; @@ -697,7 +697,7 @@ phy_type = "ulpi"; }; - usb3@3100000 { + usb3: usb3@3100000 { compatible = "snps,dwc3"; reg = <0x0 0x3100000 0x0 0x10000>; interrupts = ;