Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752875AbcJOQpR (ORCPT ); Sat, 15 Oct 2016 12:45:17 -0400 Received: from mail-wm0-f51.google.com ([74.125.82.51]:37672 "EHLO mail-wm0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751393AbcJOQpL (ORCPT ); Sat, 15 Oct 2016 12:45:11 -0400 MIME-Version: 1.0 From: Amit Pundir Date: Sat, 15 Oct 2016 22:14:29 +0530 Message-ID: Subject: Regression in ARM CLCD Fb To: Linus Walleij , Pawel Moll , Rob Herring , Russell King , Tomi Valkeinen , John Stultz , linux-kernel@vger.kernel.org Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 563 Lines: 19 Hi, Commit 25348160e9a4 ("video: ARM CLCD: add special panel hook for Versatiles") broke CLCD framebuffer on my qemu-system-arm + vexpress-v2p-ca9.dtb + Android test setup. Android boot failed with: E/SurfaceFlinger( 1003): ERROR: failed to open framebuffer (No such file or directory), aborting It means Android didn't find /dev/fb* or equivalent /dev/graphics/fb*. Any thoughts on what might be going wrong here? Or am I missing anything obvious in my Qemu setup, though it was working fine so far. I'd be happy to help debug things. Regards, Amit Pundir