From patchwork Fri Jan 9 10:01:15 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Siarhei Siamashka X-Patchwork-Id: 426995 X-Patchwork-Delegate: hdegoede@redhat.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id BE692140142 for ; Fri, 9 Jan 2015 21:02:33 +1100 (AEDT) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 0F1BA4B67B; Fri, 9 Jan 2015 11:02:03 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id N6gH2v59qOtc; Fri, 9 Jan 2015 11:02:02 +0100 (CET) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 973CB4B67C; Fri, 9 Jan 2015 11:01:40 +0100 (CET) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 4ABA84B614 for ; Fri, 9 Jan 2015 11:01:34 +0100 (CET) Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id l-z9cffvvdok for ; Fri, 9 Jan 2015 11:01:34 +0100 (CET) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-la0-f49.google.com (mail-la0-f49.google.com [209.85.215.49]) by theia.denx.de (Postfix) with ESMTPS id 55DCC4B615 for ; Fri, 9 Jan 2015 11:01:25 +0100 (CET) Received: by mail-la0-f49.google.com with SMTP id hs14so13673283lab.8 for ; Fri, 09 Jan 2015 02:01:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:date:message-id:in-reply-to:references; bh=4hh/UA36ybLlSUGXpu6b7ZioPkwgwfOBfqLzQQxrpKk=; b=VotuOOaHrI3GNPce4MnndgVIwhUPrz+NhV9v8umDMO0FMh+hIoLPICapKZMhSJpJ7E V7qFjKXXFYc+SA8wmsejNZTjkjZ24UK+4hfNOyMEV+Vc2IzsGD82pQ6Kym0i8RODALCk uQHTOUxp8LZ0Gf7lnVtITvNZ4/D/SrS2xHgJKr+baAV5oksfX/dQusL42Y6iw5JeOihX FfKkzv4EKo75iWJ8Qvc1L72e7JGT73u7F3E7uDp/YiD5Zwi+yXI/QtZMdMLKeunzFFx5 2FiAPFf4YIVw25PP3Q7kkDx6otSCoxwUdVBsLkiHUENPrE8xvhsTuE/0Awm6HszhitWu R84w== X-Received: by 10.112.91.43 with SMTP id cb11mr20450074lbb.63.1420797685422; Fri, 09 Jan 2015 02:01:25 -0800 (PST) Received: from localhost.localdomain ([212.16.98.80]) by mx.google.com with ESMTPSA id 8sm1752305las.27.2015.01.09.02.01.24 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Fri, 09 Jan 2015 02:01:24 -0800 (PST) From: Siarhei Siamashka To: u-boot@lists.denx.de Date: Fri, 9 Jan 2015 12:01:15 +0200 Message-Id: <1420797676-22515-8-git-send-email-siarhei.siamashka@gmail.com> X-Mailer: git-send-email 2.0.5 In-Reply-To: <1420797676-22515-1-git-send-email-siarhei.siamashka@gmail.com> References: <1420797676-22515-1-git-send-email-siarhei.siamashka@gmail.com> Cc: Ian Campbell Subject: [U-Boot] [PATCH 7/8] video: sunxi: Switch from 'tx_clk' to 'pclk' for SSD2828 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.13 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de So that we don't need to keep it as a hardcoded magic number in the code or the hassle exposing it as a Kconfig option. Signed-off-by: Siarhei Siamashka Acked-by: Anatolij Gustschin --- drivers/video/sunxi_lcd_panel.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/video/sunxi_lcd_panel.c b/drivers/video/sunxi_lcd_panel.c index cdde639..ebc0ca5 100644 --- a/drivers/video/sunxi_lcd_panel.c +++ b/drivers/video/sunxi_lcd_panel.c @@ -79,7 +79,6 @@ int sunxi_ssd2828_init(const struct ctfb_res_modes *mode) .sdi_pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_SPI_MOSI), .sdo_pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_SPI_MISO), .reset_pin = sunxi_name_to_gpio(CONFIG_VIDEO_LCD_SSD2828_RESET), - .ssd2828_tx_clk_khz = 27000, .ssd2828_color_depth = 24, #ifdef CONFIG_VIDEO_LCD_PANEL_MIPI_4_LANE_513_MBPS_VIA_SSD2828 .mipi_dsi_number_of_data_lanes = 4,