Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1696628
| From | Jon Mason <jon.mason@broadcom.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 2/3] ARM: dts: NSP: Rearrage USB entries |
| Date | 2017-07-26 00:10 +0200 |
| Message-ID | <u7gbD-eH-9@gated-at.bofh.it> (permalink) |
| References | <u7gbD-eH-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
The rest of the DTSI file is in incrementing addresses, but the USB
OHCI/ECHI entries are out of sequence. Move them to put them in the
proper place.
Signed-off-by: Jon Mason <jon.mason@broadcom.com>
---
arch/arm/boot/dts/bcm-nsp.dtsi | 32 ++++++++++++++++----------------
1 file changed, 16 insertions(+), 16 deletions(-)
diff --git a/arch/arm/boot/dts/bcm-nsp.dtsi b/arch/arm/boot/dts/bcm-nsp.dtsi
index c8d734d9f5fc..770aa2e7970c 100644
--- a/arch/arm/boot/dts/bcm-nsp.dtsi
+++ b/arch/arm/boot/dts/bcm-nsp.dtsi
@@ -303,6 +303,22 @@
#size-cells = <0>;
};
+ ehci0: usb@2a000 {
+ compatible = "generic-ehci";
+ reg = <0x2a000 0x100>;
+ interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
+ dma-coherent;
+ status = "disabled";
+ };
+
+ ohci0: usb@2b000 {
+ compatible = "generic-ohci";
+ reg = <0x2b000 0x100>;
+ interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
+ dma-coherent;
+ status = "disabled";
+ };
+
crypto@2f000 {
compatible = "brcm,spum-nsp-crypto";
reg = <0x2f000 0x900>;
@@ -327,22 +343,6 @@
status = "disabled";
};
- ehci0: usb@2a000 {
- compatible = "generic-ehci";
- reg = <0x2a000 0x100>;
- interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
- dma-coherent;
- status = "disabled";
- };
-
- ohci0: usb@2b000 {
- compatible = "generic-ohci";
- reg = <0x2b000 0x100>;
- interrupts = <GIC_SPI 79 IRQ_TYPE_LEVEL_HIGH>;
- dma-coherent;
- status = "disabled";
- };
-
rng: rng@33000 {
compatible = "brcm,bcm-nsp-rng";
reg = <0x33000 0x14>;
--
2.7.4
Back to linux.kernel | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
[PATCH 0/3] ARM: dts: NSP: dma-coherent and USB3 changes Jon Mason <jon.mason@broadcom.com> - 2017-07-26 00:10 +0200
[PATCH 3/3] ARM: dts: NSP: Add USB3 and USB3 PHY to NSP Jon Mason <jon.mason@broadcom.com> - 2017-07-26 00:10 +0200
[PATCH 2/3] ARM: dts: NSP: Rearrage USB entries Jon Mason <jon.mason@broadcom.com> - 2017-07-26 00:10 +0200
[PATCH 1/3] ARM: dts: NSP: Add dma-coherent to relevant DT entries Jon Mason <jon.mason@broadcom.com> - 2017-07-26 00:10 +0200
Re: [PATCH 1/3] ARM: dts: NSP: Add dma-coherent to relevant DT entries Robin Murphy <robin.murphy@arm.com> - 2017-07-26 12:20 +0200
Re: [PATCH 1/3] ARM: dts: NSP: Add dma-coherent to relevant DT entries Florian Fainelli <f.fainelli@gmail.com> - 2017-07-29 02:10 +0200
csiph-web