Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1509041 > unrolled thread
| Started by | Mark Rutland <mark.rutland@arm.com> |
|---|---|
| First post | 2016-10-26 12:40 +0200 |
| Last post | 2016-10-26 12:40 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by
below is the oldest one visible, not the original post.
Re: [PATCH 3/6] arm64: dts: ls1043a: update MSI and PCIe node Mark Rutland <mark.rutland@arm.com> - 2016-10-26 12:40 +0200
| From | Mark Rutland <mark.rutland@arm.com> |
|---|---|
| Date | 2016-10-26 12:40 +0200 |
| Subject | Re: [PATCH 3/6] arm64: dts: ls1043a: update MSI and PCIe node |
| Message-ID | <swtMK-2oU-9@gated-at.bofh.it> |
On Tue, Oct 25, 2016 at 08:35:42PM +0800, Minghuan Lian wrote: > 3. The rev1.1 of LS1043a moves PCIe INTB/C/D interrupts to MSI controller. [...] > diff --git a/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi b/arch/arm64/boot/dts/freescale/fsl-ls1043a.dtsi > index 41e5dc1..5295bb9 100644 > - interrupt-map = <0000 0 0 1 &gic 0 110 0x4>, > - <0000 0 0 2 &gic 0 111 0x4>, > - <0000 0 0 3 &gic 0 112 0x4>, > - <0000 0 0 4 &gic 0 113 0x4>; > + interrupt-map = <0000 0 0 1 &gic 0 110 0x4>; [...] > - interrupt-map = <0000 0 0 1 &gic 0 120 0x4>, > - <0000 0 0 2 &gic 0 121 0x4>, > - <0000 0 0 3 &gic 0 122 0x4>, > - <0000 0 0 4 &gic 0 123 0x4>; > + interrupt-map = <0000 0 0 1 &gic 0 120 0x4>; > }; [...] > - interrupt-map = <0000 0 0 1 &gic 0 154 0x4>, > - <0000 0 0 2 &gic 0 155 0x4>, > - <0000 0 0 3 &gic 0 156 0x4>, > - <0000 0 0 4 &gic 0 157 0x4>; > + interrupt-map = <0000 0 0 1 &gic 0 154 0x4>; Per the description above, this breaks revisions prior to 1.1. Please, split the rev 1.1 changes into a new DTS. Share the common parts in a common dtsi. Thanks, Mark.
Back to top | Article view | linux.kernel
csiph-web