From patchwork Thu Aug 15 09:53:31 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Tushar Behera X-Patchwork-Id: 267348 X-Patchwork-Delegate: promsoft@gmail.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 458922C014B for ; Thu, 15 Aug 2013 20:18:25 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id F14634A02F; Thu, 15 Aug 2013 12:18:23 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 UAe7aflHgK0l; Thu, 15 Aug 2013 12:18:23 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id A28E94A023; Thu, 15 Aug 2013 12:18:21 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 91E2C4A023 for ; Thu, 15 Aug 2013 12:18:16 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de 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 NceO7WzNAvZ9 for ; Thu, 15 Aug 2013 12:18:11 +0200 (CEST) X-Greylist: delayed 446 seconds by postgrey-1.27 at theia; Thu, 15 Aug 2013 12:18:05 CEST 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-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by theia.denx.de (Postfix) with ESMTPS id E30044A021 for ; Thu, 15 Aug 2013 12:18:05 +0200 (CEST) Received: by mail-pb0-f54.google.com with SMTP id ro12so575470pbb.27 for ; Thu, 15 Aug 2013 03:18:03 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=z6yWdDv4rFFBVpaBPsVqAzDLQLsIgLkt7euy4tiNu+w=; b=J5seTu3CBL1yHFoyqVFxsgzb4sZ+4LsNTAMqSzICfLUmpBJjTEad30vGHZqpdLNhfE wREzX6uzEVWWzxAN/xXCLeN7JcCFKQcisLYo/vfKrd7VXcI5IBqliuR7a/derm6IDdvQ Ifin8f2n58Nr1N/PQmRHcXHjKieoTbKGiPvdtv8jz43hMQIe1Yca2sSlzrC9lA9OKLgl zb7tF8s3RG0E6Rbowj00/3pJtOEbczueJDSgZxQ6a4nzT37765+Ib5aut8HcCoN0bjqA 8H8803jamaeoYuxgjuGu8GAmLyDmTF/2xvPg2wGZxAfADYg9hDhipL30JZWEEQ5msVa/ KW5w== X-Gm-Message-State: ALoCoQl1dcUWvjwOTipOjUhNpJg3kIEMxg/jBZAGK1U/G0GvLAm+PlApOcFzkcCgI/MX980mc/qM X-Received: by 10.66.192.132 with SMTP id hg4mr6208490pac.84.1376561437646; Thu, 15 Aug 2013 03:10:37 -0700 (PDT) Received: from linaro.sisodomain.com ([115.113.119.130]) by mx.google.com with ESMTPSA id ai6sm59069368pad.15.2013.08.15.03.10.34 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 15 Aug 2013 03:10:37 -0700 (PDT) From: Tushar Behera To: u-boot@lists.denx.de Date: Thu, 15 Aug 2013 15:23:31 +0530 Message-Id: <1376560411-2798-1-git-send-email-tushar.behera@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1370602582-6332-1-git-send-email-tushar.behera@linaro.org> References: <1370602582-6332-1-git-send-email-tushar.behera@linaro.org> Cc: k.chander@samsung.com, dh09.lee@samsung.com, patches@linaro.org Subject: [U-Boot] [PATCH V2] Origen: Set FIMD as the default display path X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 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 On EXYNOS4210, there are three paths for display data to be processed, namely MIE, MDNIE and FIMD. On Origen board, FIMD display controller is used. Signed-off-by: Tushar Behera --- Changes for V2: * Updated review comments from Ajay Kumar, reusing the code from arch/arm/cpu/armv7/exynos/system.c. board/samsung/origen/origen.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/board/samsung/origen/origen.c b/board/samsung/origen/origen.c index 15f77ca..bb16699 100644 --- a/board/samsung/origen/origen.c +++ b/board/samsung/origen/origen.c @@ -22,6 +22,9 @@ int board_init(void) gpio2 = (struct exynos4_gpio_part2 *) EXYNOS4_GPIO_PART2_BASE; gd->bd->bi_boot_params = (PHYS_SDRAM_1 + 0x100UL); + + set_system_display_ctrl(); + return 0; }