From patchwork Fri Jun 24 03:08:09 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: John Stultz X-Patchwork-Id: 70794 Delivered-To: patches@linaro.org Received: by 10.140.28.4 with SMTP id 4csp730111qgy; Thu, 23 Jun 2016 20:08:36 -0700 (PDT) X-Received: by 10.66.54.35 with SMTP id g3mr3514426pap.30.1466737709716; Thu, 23 Jun 2016 20:08:29 -0700 (PDT) Return-Path: Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com. [2607:f8b0:400e:c03::229]) by mx.google.com with ESMTPS id j9si3790004pad.125.2016.06.23.20.08.29 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 23 Jun 2016 20:08:29 -0700 (PDT) Received-SPF: pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::229 as permitted sender) client-ip=2607:f8b0:400e:c03::229; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: domain of john.stultz@linaro.org designates 2607:f8b0:400e:c03::229 as permitted sender) smtp.mailfrom=john.stultz@linaro.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: by mail-pa0-x229.google.com with SMTP id b13so33113167pat.0 for ; Thu, 23 Jun 2016 20:08:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=j1SQCR0hyPAPUpiczh1ch0CXXFDGPU+dxO1NFvJf93E=; b=g9B34fHnfzJQi6La8B1vv6NneuQmdnfuN8SvMDZf18rctZ1TrY+RuUldsuSB8AS2Zv cER163b4MGwpO8BXFn4P/n9ZSu+1e3NIIGxD5H0Q2lpzvscFIlR2YCLiNUgXMSgE/Ycd fghEI9UtOB2SLMt547V5R2ICoPvdbt9geoZ6c= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=j1SQCR0hyPAPUpiczh1ch0CXXFDGPU+dxO1NFvJf93E=; b=kC/npjYYb22e2vL0lsqFmTe9SFM+x4KEWokuYVm+P6Q3LbLxPG2kh15msL+7ygjF/Y 2jCJlxcFmst/KqQguV4jq75ddbKv42xRtunApidrJ2eI6E0zlU6/+5vXQgTRdneUZCwH hSs0aZtgW9AQF8/ItnqKjvzkPv6KJZE+FbaY7Z1cqLc+vwjvASh178TvoAgJSek2sfjm RHLQimyJ5tQEXH5743E2/SfHhjyk1rXdTJvEI1enZo/WwCJ5Oll8yR9UkE6vsE33qoCl 7qeWoffey8ZWHgMbDaMVtpt9niIpl1yoDhEyAut9M5EUZEcQ3Ft18hNr8pmwHfRGvWLU ghww== X-Gm-Message-State: ALyK8tLoa+bxsWILQ+eWK2sOeECxPnTpwcSXubQ/X9KLkMcmXc23iPkkEgOmqV9e2KQ56Aqlsvc= X-Received: by 10.66.191.138 with SMTP id gy10mr3355082pac.53.1466737709353; Thu, 23 Jun 2016 20:08:29 -0700 (PDT) Return-Path: Received: from localhost.localdomain (c-73-67-244-238.hsd1.or.comcast.net. [73.67.244.238]) by smtp.gmail.com with ESMTPSA id q127sm3200756pfb.34.2016.06.23.20.08.28 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Thu, 23 Jun 2016 20:08:28 -0700 (PDT) From: John Stultz To: Guodong Xu , Xinliang Liu Cc: John Stultz Subject: [PATCH 6/6] hikey_defconfig: Enable HiKey LCD panel support Date: Thu, 23 Jun 2016 20:08:09 -0700 Message-Id: <1466737689-2303-7-git-send-email-john.stultz@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1466737689-2303-1-git-send-email-john.stultz@linaro.org> References: <1466737689-2303-1-git-send-email-john.stultz@linaro.org> Add defconfig option to enable hikey LCD panel support Signed-off-by: John Stultz --- arch/arm64/configs/hikey_defconfig | 1 + 1 file changed, 1 insertion(+) -- 1.9.1 diff --git a/arch/arm64/configs/hikey_defconfig b/arch/arm64/configs/hikey_defconfig index c14ca1c..1de676a 100644 --- a/arch/arm64/configs/hikey_defconfig +++ b/arch/arm64/configs/hikey_defconfig @@ -310,6 +310,7 @@ CONFIG_DRM_HISI_KIRIN=y CONFIG_HISI_KIRIN_DW_DSI=y CONFIG_FB_ARMCLCD=y CONFIG_FB_SIMPLE=y +CONFIG_DRM_PANEL_HIKEY=y CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_SOUND=y CONFIG_SND=y