From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WrvOR-0004Wc-D0 for barebox@lists.infradead.org; Tue, 03 Jun 2014 20:33:12 +0000 Received: from tellur.localdomain (p57B5FCD3.dip0.t-ipconnect.de [87.181.252.211]) by lynxeye.de (Postfix) with ESMTPA id 142A818B427A for ; Tue, 3 Jun 2014 22:31:29 +0200 (CEST) From: Lucas Stach Date: Tue, 3 Jun 2014 22:35:02 +0200 Message-Id: <1401827717-6420-16-git-send-email-dev@lynxeye.de> In-Reply-To: <1401827717-6420-1-git-send-email-dev@lynxeye.de> References: <1401827717-6420-1-git-send-email-dev@lynxeye.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 15/30] tegra: add Tegra124 PLL_X rate setup To: barebox@lists.infradead.org Signed-off-by: Lucas Stach --- arch/arm/mach-tegra/tegra_avp_init.c | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/mach-tegra/tegra_avp_init.c b/arch/arm/mach-tegra/tegra_avp_init.c index 61cfa05..be35843 100644 --- a/arch/arm/mach-tegra/tegra_avp_init.c +++ b/arch/arm/mach-tegra/tegra_avp_init.c @@ -104,6 +104,14 @@ static struct pll_config pllx_config_table[][4] = { {600, 12, 0, 8 }, {600, 26, 0, 8 }, }, /* TEGRA 30 */ + { + }, /* TEGRA 114 */ + { + { 108, 1, 1, 0 }, + { 73, 1, 1, 0 }, + { 116, 1, 1, 0 }, + { 108, 2, 1, 0 }, + }, /* TEGRA 124 */ }; static void init_pllx(void) -- 1.9.3 _______________________________________________ barebox mailing list barebox@lists.infradead.org http://lists.infradead.org/mailman/listinfo/barebox