* [PATCH, FIX] ARM: mvebu: add missing DT Mbus ranges and relocate PCIe DT nodes for RN102
@ 2013-09-30 22:19 Arnaud Ebalard
2013-10-01 0:50 ` [PATCH,FIX] " Jason Cooper
2013-10-03 3:57 ` [PATCH, FIX] " Olof Johansson
0 siblings, 2 replies; 4+ messages in thread
From: Arnaud Ebalard @ 2013-09-30 22:19 UTC (permalink / raw)
To: linux-arm-kernel
When 5e12a613 and 0cd3754a were introduced, Netgear ReadyNAS 102 .dts
file was queued for inclusion and missed the update to have Mbus (and
then BootROM) ranges properties declared. It also missed the relocation
of Armada 370/XP PCIe DT nodes introduced by 14fd8ed0 after de1af8d4.
This patch fixes that which makes 3.12-rc3 bootable on the NAS.
Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
---
arch/arm/boot/dts/armada-370-netgear-rn102.dts | 35 ++++++++++++++------------
1 file changed, 19 insertions(+), 16 deletions(-)
diff --git a/arch/arm/boot/dts/armada-370-netgear-rn102.dts b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
index 05e4485..aef5ac5 100644
--- a/arch/arm/boot/dts/armada-370-netgear-rn102.dts
+++ b/arch/arm/boot/dts/armada-370-netgear-rn102.dts
@@ -27,6 +27,25 @@
};
soc {
+ ranges = <MBUS_ID(0xf0, 0x01) 0 0xd0000000 0x100000
+ MBUS_ID(0x01, 0xe0) 0 0xfff00000 0x100000>;
+
+ pcie-controller {
+ status = "okay";
+
+ /* Connected to Marvell SATA controller */
+ pcie at 1,0 {
+ /* Port 0, Lane 0 */
+ status = "okay";
+ };
+
+ /* Connected to FL1009 USB 3.0 controller */
+ pcie at 2,0 {
+ /* Port 1, Lane 0 */
+ status = "okay";
+ };
+ };
+
internal-regs {
serial at 12000 {
clock-frequency = <200000000>;
@@ -89,22 +108,6 @@
pwm_polarity = <0>;
};
};
-
- pcie-controller {
- status = "okay";
-
- /* Connected to Marvell SATA controller */
- pcie at 1,0 {
- /* Port 0, Lane 0 */
- status = "okay";
- };
-
- /* Connected to FL1009 USB 3.0 controller */
- pcie at 2,0 {
- /* Port 1, Lane 0 */
- status = "okay";
- };
- };
};
};
--
1.8.4.rc3
^ permalink raw reply related [flat|nested] 4+ messages in thread* [PATCH,FIX] ARM: mvebu: add missing DT Mbus ranges and relocate PCIe DT nodes for RN102
2013-09-30 22:19 [PATCH, FIX] ARM: mvebu: add missing DT Mbus ranges and relocate PCIe DT nodes for RN102 Arnaud Ebalard
@ 2013-10-01 0:50 ` Jason Cooper
2013-10-03 3:57 ` [PATCH, FIX] " Olof Johansson
1 sibling, 0 replies; 4+ messages in thread
From: Jason Cooper @ 2013-10-01 0:50 UTC (permalink / raw)
To: linux-arm-kernel
On Tue, Oct 01, 2013 at 12:19:16AM +0200, Arnaud Ebalard wrote:
>
> When 5e12a613 and 0cd3754a were introduced, Netgear ReadyNAS 102 .dts
> file was queued for inclusion and missed the update to have Mbus (and
> then BootROM) ranges properties declared. It also missed the relocation
> of Armada 370/XP PCIe DT nodes introduced by 14fd8ed0 after de1af8d4.
> This patch fixes that which makes 3.12-rc3 bootable on the NAS.
>
> Signed-off-by: Arnaud Ebalard <arno@natisbad.org>
> ---
> arch/arm/boot/dts/armada-370-netgear-rn102.dts | 35 ++++++++++++++------------
> 1 file changed, 19 insertions(+), 16 deletions(-)
Applied to mvebu/fixes
thx,
Jason.
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH, FIX] ARM: mvebu: add missing DT Mbus ranges and relocate PCIe DT nodes for RN102
2013-09-30 22:19 [PATCH, FIX] ARM: mvebu: add missing DT Mbus ranges and relocate PCIe DT nodes for RN102 Arnaud Ebalard
2013-10-01 0:50 ` [PATCH,FIX] " Jason Cooper
@ 2013-10-03 3:57 ` Olof Johansson
2013-10-03 5:54 ` Arnaud Ebalard
1 sibling, 1 reply; 4+ messages in thread
From: Olof Johansson @ 2013-10-03 3:57 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
On Mon, Sep 30, 2013 at 3:19 PM, Arnaud Ebalard <arno@natisbad.org> wrote:
>
> When 5e12a613 and 0cd3754a were introduced, Netgear ReadyNAS 102 .dts
> file was queued for inclusion and missed the update to have Mbus (and
> then BootROM) ranges properties declared. It also missed the relocation
> of Armada 370/XP PCIe DT nodes introduced by 14fd8ed0 after de1af8d4.
> This patch fixes that which makes 3.12-rc3 bootable on the NAS.
In the future please don't just quote the SHAs, give the patch subject
as well. It makes it easier to follow the patch description without
looking them up (besides, there's a chance that the 8-character SHAs
will not be unique at some point in the future, which makes the lookup
harder).
-Olof
^ permalink raw reply [flat|nested] 4+ messages in thread
* [PATCH, FIX] ARM: mvebu: add missing DT Mbus ranges and relocate PCIe DT nodes for RN102
2013-10-03 3:57 ` [PATCH, FIX] " Olof Johansson
@ 2013-10-03 5:54 ` Arnaud Ebalard
0 siblings, 0 replies; 4+ messages in thread
From: Arnaud Ebalard @ 2013-10-03 5:54 UTC (permalink / raw)
To: linux-arm-kernel
Hi,
Olof Johansson <olof@lixom.net> writes:
> Hi,
>
> On Mon, Sep 30, 2013 at 3:19 PM, Arnaud Ebalard <arno@natisbad.org> wrote:
>>
>> When 5e12a613 and 0cd3754a were introduced, Netgear ReadyNAS 102 .dts
>> file was queued for inclusion and missed the update to have Mbus (and
>> then BootROM) ranges properties declared. It also missed the relocation
>> of Armada 370/XP PCIe DT nodes introduced by 14fd8ed0 after de1af8d4.
>> This patch fixes that which makes 3.12-rc3 bootable on the NAS.
>
> In the future please don't just quote the SHAs, give the patch subject
> as well. It makes it easier to follow the patch description without
> looking them up (besides, there's a chance that the 8-character SHAs
> will not be unique at some point in the future, which makes the lookup
> harder).
Dully noted. Will do it next time, olof.
Cheers,
a+
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2013-10-03 5:54 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-30 22:19 [PATCH, FIX] ARM: mvebu: add missing DT Mbus ranges and relocate PCIe DT nodes for RN102 Arnaud Ebalard
2013-10-01 0:50 ` [PATCH,FIX] " Jason Cooper
2013-10-03 3:57 ` [PATCH, FIX] " Olof Johansson
2013-10-03 5:54 ` Arnaud Ebalard
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.