Message ID | 20170327143847.16259-3-wens@csie.org (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
On Mon, Mar 27, 2017 at 10:38:47PM +0800, Chen-Yu Tsai wrote: > The display backend on sun5i shares the same interrupt line as the > display frontend. Add it. > > Signed-off-by: Chen-Yu Tsai <wens@csie.org> And ideally, patches prefix shouldn't have dts here too. I've dropped it and applied, thanks! > This won't directly apply to old releases. We may want to backport > them though? Yep, probably. Do you want to send it to stable? Thanks, Maxime
On Wed, Mar 29, 2017 at 3:13 PM, Maxime Ripard <maxime.ripard@free-electrons.com> wrote: > On Mon, Mar 27, 2017 at 10:38:47PM +0800, Chen-Yu Tsai wrote: >> The display backend on sun5i shares the same interrupt line as the >> display frontend. Add it. >> >> Signed-off-by: Chen-Yu Tsai <wens@csie.org> > > And ideally, patches prefix shouldn't have dts here too. I've dropped > it and applied, thanks! Seems like this was a recent policy change? Or almost everyone was getting it wrong in the past. >> This won't directly apply to old releases. We may want to backport >> them though? > > Yep, probably. Do you want to send it to stable? It won't apply, due to the recent sun5i merger. We could wait until it lands in Linus' tree, then send a backport patch to stable, to keep the noise to a minimum. ChenYu
diff --git a/arch/arm/boot/dts/sun5i.dtsi b/arch/arm/boot/dts/sun5i.dtsi index fc338ce7af79..5175f9cc9bed 100644 --- a/arch/arm/boot/dts/sun5i.dtsi +++ b/arch/arm/boot/dts/sun5i.dtsi @@ -689,6 +689,7 @@ be0: display-backend@01e60000 { compatible = "allwinner,sun5i-a13-display-backend"; reg = <0x01e60000 0x10000>; + interrupts = <47>; clocks = <&ccu CLK_AHB_DE_BE>, <&ccu CLK_DE_BE>, <&ccu CLK_DRAM_DE_BE>; clock-names = "ahb", "mod",
The display backend on sun5i shares the same interrupt line as the display frontend. Add it. Signed-off-by: Chen-Yu Tsai <wens@csie.org> --- This won't directly apply to old releases. We may want to backport them though? --- arch/arm/boot/dts/sun5i.dtsi | 1 + 1 file changed, 1 insertion(+)