From patchwork Tue Sep 3 19:26:24 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 11128647 Return-Path: Received: from mail.kernel.org (pdx-korg-mail-1.web.codeaurora.org [172.30.200.123]) by pdx-korg-patchwork-2.web.codeaurora.org (Postfix) with ESMTP id 3E6A915E9 for ; Tue, 3 Sep 2019 19:26:36 +0000 (UTC) Received: from web01.groups.io (web01.groups.io [66.175.222.12]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 16FC822DBF for ; Tue, 3 Sep 2019 19:26:35 +0000 (UTC) Authentication-Results: mail.kernel.org; dkim=pass (1024-bit key) header.d=linux.kernel.org header.i=@linux.kernel.org header.b="nQ2DNSk3" DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 16FC822DBF Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=linaro.org Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=bounce+26986+488+1554929+3438807@linux.kernel.org X-Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by groups.io with SMTP; Tue, 03 Sep 2019 12:26:35 -0700 X-Received: by mail.kernel.org (Postfix) id 2D66721897; Tue, 3 Sep 2019 19:26:35 +0000 (UTC) X-Received: from mail-wr1-f65.google.com (mail-wr1-f65.google.com [209.85.221.65]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id D0E242168B for ; Tue, 3 Sep 2019 19:26:34 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org D0E242168B X-Received: by mail-wr1-f65.google.com with SMTP id j16so18695195wrr.8 for ; Tue, 03 Sep 2019 12:26:34 -0700 (PDT) X-Gm-Message-State: APjAAAUkW1OLA9mQ35aJn6InOuAYh51GRNwchgpJ9HKOjUVvWqrX/Xrl K++2AjiqV0GrVaBkEnavTFldmBL24ne3HA== X-Google-Smtp-Source: APXvYqxOFh4+JKlJkxxoUnrPJXNBF38dWEShmyG8xO/kat2UmctwVVTrwndd2ahi1ifNhfhkGcQhuA== X-Received: by 2002:adf:db8e:: with SMTP id u14mr283856wri.50.1567538793233; Tue, 03 Sep 2019 12:26:33 -0700 (PDT) X-Received: from localhost.localdomain ([95.147.198.36]) by smtp.gmail.com with ESMTPSA id b184sm473895wmg.47.2019.09.03.12.26.32 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 03 Sep 2019 12:26:32 -0700 (PDT) From: Lee Jones To: Linuxkernel+Patchwork-Soc via Email Integration Cc: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, Lee Jones Subject: [PATCH 2/3] arm64: defconfig: Enable the EFI Framebuffer Date: Tue, 3 Sep 2019 20:26:24 +0100 Message-Id: <20190903192625.14775-2-lee.jones@linaro.org> In-Reply-To: <20190903192625.14775-1-lee.jones@linaro.org> References: <20190903192625.14775-1-lee.jones@linaro.org> Precedence: Bulk List-Unsubscribe: Sender: patchwork-soc@linux.kernel.org List-Id: Mailing-List: list patchwork-soc@linux.kernel.org; contact patchwork-soc+owner@linux.kernel.org Delivered-To: mailing list patchwork-soc@linux.kernel.org Reply-To: patchwork-soc+owner@linux.kernel.org DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=linux.kernel.org; q=dns/txt; s=20140610; t=1567538795; bh=JyDxkqUN+6vN/7nGf2fT8tCBDjmO9eU2e6zVuXabmnc=; h=Cc:Content-Type:Date:From:Reply-To:Subject:To; b=nQ2DNSk3cKnJA+yD/YQt8dN5m26AL7SGwlic8VvQcdNNJhEUk60gsG7oFfdfRYMciQ8 9fdm7yWRrFAh3HNuSEJA9pA3VzefK6OwbWH1iz2XqC129N9hZDISEJ7s8uFmrs+f1If0G B+3nfrQ9EWSIIUyu50bReJnA2syw9Z1Uyok= Tested on the Lenovo Yoga C630 where this patch enables the framebuffer (screen/monitor). Without it the device appears not to boot. Signed-off-by: Lee Jones Reviewed-by: Bjorn Andersson --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0fe943ac53b5..af7ca722b519 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -540,6 +540,7 @@ CONFIG_DRM_LIMA=m CONFIG_DRM_PANFROST=m CONFIG_FB=y CONFIG_FB_MODE_HELPERS=y +CONFIG_FB_EFI=y CONFIG_BACKLIGHT_GENERIC=m CONFIG_BACKLIGHT_PWM=m CONFIG_BACKLIGHT_LP855X=m