Commit 31fa7631 authored by Esben Haabendal's avatar Esben Haabendal Committed by Shawn Guo

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: default avatarEsben Haabendal <eha@deif.com>
Signed-off-by: default avatarRasmus Villemoes <rasmus.villemoes@prevas.dk>
Signed-off-by: default avatarShawn Guo <shawnguo@kernel.org>
parent 7eaec553
...@@ -689,7 +689,7 @@ queue-group@2d94000 { ...@@ -689,7 +689,7 @@ queue-group@2d94000 {
}; };
}; };
usb@8600000 { usb2: usb@8600000 {
compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr"; compatible = "fsl-usb2-dr-v2.5", "fsl-usb2-dr";
reg = <0x0 0x8600000 0x0 0x1000>; reg = <0x0 0x8600000 0x0 0x1000>;
interrupts = <GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 171 IRQ_TYPE_LEVEL_HIGH>;
...@@ -697,7 +697,7 @@ usb@8600000 { ...@@ -697,7 +697,7 @@ usb@8600000 {
phy_type = "ulpi"; phy_type = "ulpi";
}; };
usb3@3100000 { usb3: usb3@3100000 {
compatible = "snps,dwc3"; compatible = "snps,dwc3";
reg = <0x0 0x3100000 0x0 0x10000>; reg = <0x0 0x3100000 0x0 0x10000>;
interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 93 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment