[BISECTED, REGRESSION] v4.7: Display lost on Kirkwood/OpenRD Client
Aaro Koskinen
aaro.koskinen at iki.fi
Thu Aug 11 11:04:14 PDT 2016
Hi,
On Thu, Aug 11, 2016 at 09:03:52AM +0200, Gregory CLEMENT wrote:
> On mer., août 10 2016, Aaro Koskinen <aaro.koskinen at 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";
> };
More information about the linux-arm-kernel
mailing list