From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755466AbbFLPiq (ORCPT ); Fri, 12 Jun 2015 11:38:46 -0400 Received: from out5-smtp.messagingengine.com ([66.111.4.29]:53311 "EHLO out5-smtp.messagingengine.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753667AbbFLPio (ORCPT ); Fri, 12 Jun 2015 11:38:44 -0400 X-Sasl-enc: Y5FkIeBJlko36c/ZEH19vlS7dUJEjls3phnpscyPXayI 1434123523 Date: Fri, 12 Jun 2015 08:38:42 -0700 From: Greg KH To: Hyungwon Hwang Cc: dri-devel@lists.freedesktop.org, linux-samsung-soc@vger.kernel.org, linux-kernel@vger.kernel.org, inki.dae@samsung.com, stable@vger.kernel.org, sw0312.kim@samsung.com, jy0922.shim@samsung.com Subject: Re: [PATCH v2] ARM: dts: fix the clock-frequency of rinato board's panel Message-ID: <20150612153842.GA12274@kroah.com> References: <1434103610-24182-1-git-send-email-human.hwang@samsung.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1434103610-24182-1-git-send-email-human.hwang@samsung.com> User-Agent: Mutt/1.5.23+89 (0255b37be491) (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, Jun 12, 2015 at 07:06:50PM +0900, Hyungwon Hwang wrote: > After the commit abc0b1447d4974963548777a5ba4a4457c82c426 > ("drm: Perform basic sanity checks on probed modes"), proper > clock-frequency becomes mandatory for validating the mode of panel. > The display does not work if there is no mode validated. Also, this > clock-frequency must be set appropriately for getting required frame > rate. > > Signed-off-by: Hyungwon Hwang > --- > arch/arm/boot/dts/exynos3250-rinato.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) This is not the correct way to submit patches for inclusion in the stable kernel tree. Please read Documentation/stable_kernel_rules.txt for how to do this properly.