Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1460724

Re: [BISECTED, REGRESSION] v4.7: Display lost on Kirkwood/OpenRD Client

From Aaro Koskinen <aaro.koskinen@iki.fi>
Newsgroups linux.kernel
Subject Re: [BISECTED, REGRESSION] v4.7: Display lost on Kirkwood/OpenRD Client
Date 2016-08-11 20:10 +0200
Message-ID <s52Ay-7iZ-13@gated-at.bofh.it> (permalink)
References <s4JHz-2k9-5@gated-at.bofh.it> <s4ShP-8tK-5@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


Hi,

On Thu, Aug 11, 2016 at 09:03:52AM +0200, Gregory CLEMENT wrote:
>  On mer., août 10 2016, Aaro Koskinen <aaro.koskinen@iki.fi> wrote:
> > When upgrading from v4.6 --> v4.7, I lost the display/framebuffer on
> > OpenRD-Client (the only pcie device on the board).
> >
> > Bisection points to:
> >
> > eb13cf8345e94a02e9872ca3e909596a5ddb5f90 is the first bad commit
> 
> Could you try this patch:

That works, thanks!

A.

> diff --git a/arch/arm/boot/dts/kirkwood-openrd.dtsi b/arch/arm/boot/dts/kirkwood-openrd.dtsi
> index e4ecab112601..7175511a92da 100644
> --- a/arch/arm/boot/dts/kirkwood-openrd.dtsi
> +++ b/arch/arm/boot/dts/kirkwood-openrd.dtsi
> @@ -116,6 +116,10 @@
>         };
>  };
>  
> +&pciec {
> +       status = "okay";
> +};
> +
>  &pcie0 {
>         status = "okay";
>  };

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[BISECTED, REGRESSION] v4.7: Display lost on Kirkwood/OpenRD Client Aaro Koskinen <aaro.koskinen@iki.fi> - 2016-08-11 00:00 +0200
  Re: [BISECTED, REGRESSION] v4.7: Display lost on Kirkwood/OpenRD Client Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-08-11 09:10 +0200
    Re: [BISECTED, REGRESSION] v4.7: Display lost on Kirkwood/OpenRD  Client Aaro Koskinen <aaro.koskinen@iki.fi> - 2016-08-11 20:10 +0200
      Re: [BISECTED, REGRESSION] v4.7: Display lost on Kirkwood/OpenRD Client Gregory CLEMENT <gregory.clement@free-electrons.com> - 2016-08-11 22:40 +0200

csiph-web