Message ID | 1383820531-4387-2-git-send-email-andrew@lunn.ch (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Thu, Nov 07, 2013 at 11:35:30AM +0100, Andrew Lunn wrote: > Instantiate the PMU interrupt controller which Dove has. > > Signed-off-by: Andrew Lunn <andrew@lunn.ch> > Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> > --- > arch/arm/boot/dts/dove.dtsi | 9 +++++++++ > 1 file changed, 9 insertions(+) Andrew, Could you rebase #2 and #3 on v3.13-rc1? The dove.dtsi reshuffle last window is annoying the piss out of me :) thx, Jason.
On 11/26/2013 04:18 PM, Jason Cooper wrote: > On Thu, Nov 07, 2013 at 11:35:30AM +0100, Andrew Lunn wrote: >> Instantiate the PMU interrupt controller which Dove has. >> >> Signed-off-by: Andrew Lunn <andrew@lunn.ch> >> Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> >> --- >> arch/arm/boot/dts/dove.dtsi | 9 +++++++++ >> 1 file changed, 9 insertions(+) > > Could you rebase #2 and #3 on v3.13-rc1? The dove.dtsi reshuffle last > window is annoying the piss out of me :) Jason, IIRC Andrew isn't available till beginning of Dec. I can rebase if you want. Sebastian
On Tue, Nov 26, 2013 at 04:58:38PM +0100, Sebastian Hesselbarth wrote: > On 11/26/2013 04:18 PM, Jason Cooper wrote: > >On Thu, Nov 07, 2013 at 11:35:30AM +0100, Andrew Lunn wrote: > >>Instantiate the PMU interrupt controller which Dove has. > >> > >>Signed-off-by: Andrew Lunn <andrew@lunn.ch> > >>Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> > >>--- > >> arch/arm/boot/dts/dove.dtsi | 9 +++++++++ > >> 1 file changed, 9 insertions(+) > > > >Could you rebase #2 and #3 on v3.13-rc1? The dove.dtsi reshuffle last > >window is annoying the piss out of me :) > > Jason, > > IIRC Andrew isn't available till beginning of Dec. I can rebase if you > want. Ahh, ok. No problem, I'll knock it out. thx, Jason.
On Tue, Nov 26, 2013 at 11:03:37AM -0500, Jason Cooper wrote: > On Tue, Nov 26, 2013 at 04:58:38PM +0100, Sebastian Hesselbarth wrote: > > On 11/26/2013 04:18 PM, Jason Cooper wrote: > > >On Thu, Nov 07, 2013 at 11:35:30AM +0100, Andrew Lunn wrote: > > >>Instantiate the PMU interrupt controller which Dove has. > > >> > > >>Signed-off-by: Andrew Lunn <andrew@lunn.ch> > > >>Tested-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com> > > >>--- > > >> arch/arm/boot/dts/dove.dtsi | 9 +++++++++ > > >> 1 file changed, 9 insertions(+) > > > > > >Could you rebase #2 and #3 on v3.13-rc1? The dove.dtsi reshuffle last > > >window is annoying the piss out of me :) > > > > Jason, > > > > IIRC Andrew isn't available till beginning of Dec. I can rebase if you > > want. > > Ahh, ok. No problem, I'll knock it out. Andrew, #2 and #3 applied to mvebu/dt. thx, Jason.
diff --git a/arch/arm/boot/dts/dove.dtsi b/arch/arm/boot/dts/dove.dtsi index cc279166646f..52b992a5c120 100644 --- a/arch/arm/boot/dts/dove.dtsi +++ b/arch/arm/boot/dts/dove.dtsi @@ -66,6 +66,15 @@ marvell,#interrupts = <5>; }; + pmu_intc: pmu-interrupt-ctrl@d0050 { + compatible = "marvell,dove-pmu-intc"; + interrupt-controller; + #interrupt-cells = <1>; + reg = <0xd0050 0x8>; + interrupts = <33>; + marvell,#interrupts = <7>; + }; + core_clk: core-clocks@d0214 { compatible = "marvell,dove-core-clock"; reg = <0xd0214 0x4>;