From patchwork Tue Apr 17 10:44:07 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 7902 Return-Path: X-Original-To: patchwork@peony.canonical.com Delivered-To: patchwork@peony.canonical.com Received: from fiordland.canonical.com (fiordland.canonical.com [91.189.94.145]) by peony.canonical.com (Postfix) with ESMTP id 1ACF523E00 for ; Tue, 17 Apr 2012 10:45:27 +0000 (UTC) Received: from mail-iy0-f180.google.com (mail-iy0-f180.google.com [209.85.210.180]) by fiordland.canonical.com (Postfix) with ESMTP id D5B0DA181C2 for ; Tue, 17 Apr 2012 10:45:26 +0000 (UTC) Received: by mail-iy0-f180.google.com with SMTP id e36so12004590iag.11 for ; Tue, 17 Apr 2012 03:45:26 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=x-forwarded-to:x-forwarded-for:delivered-to:received-spf:from:to:cc :subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=dsPizaSA3XSoHdb9c0w6rb8xL4wzHbA3J0SYHFNNgJk=; b=ffA+aktyi2rxUwK5+FJ3a3KHM+XkQpEHllS3jtkJUHp3czehSA+BRZY4cHwEVEcj9u kQZq8p5MyXyliCD2dTXidaXbMonJubIKjE5ygse0PsM7TUZhugae5hR718EQk3BMDW7K iisZxPL6wSqIFbNMu+wwKEKvJxRnMeREn7uwB9aT8OqzS39sX9umXlEO5Gc7PAG1HdEQ b6577J/kEsf1V5Zebic84rZEEiXbQ2sAuXoZUNo1CZ9LP7+AoShM4oc3dNnqf/N6/HB1 8AJHshpMzxZs/R66SANQy7LTffJWzLyR5UKIJ8oBuLa7wgBWE2bP0UnMYWhCbgs3lee/ 6SJA== Received: by 10.42.148.200 with SMTP id s8mr9405938icv.39.1334659526579; Tue, 17 Apr 2012 03:45:26 -0700 (PDT) X-Forwarded-To: linaro-patchwork@canonical.com X-Forwarded-For: patch@linaro.org linaro-patchwork@canonical.com Delivered-To: patches@linaro.org Received: by 10.231.137.198 with SMTP id x6csp138734ibt; Tue, 17 Apr 2012 03:45:26 -0700 (PDT) Received: by 10.180.79.72 with SMTP id h8mr6059929wix.1.1334659524981; Tue, 17 Apr 2012 03:45:24 -0700 (PDT) Received: from mail-wg0-f50.google.com (mail-wg0-f50.google.com [74.125.82.50]) by mx.google.com with ESMTPS id bl2si11620333wib.27.2012.04.17.03.45.24 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Apr 2012 03:45:24 -0700 (PDT) Received-SPF: neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) client-ip=74.125.82.50; Authentication-Results: mx.google.com; spf=neutral (google.com: 74.125.82.50 is neither permitted nor denied by best guess record for domain of lee.jones@linaro.org) smtp.mail=lee.jones@linaro.org Received: by mail-wg0-f50.google.com with SMTP id ds12so6054977wgb.31 for ; Tue, 17 Apr 2012 03:45:24 -0700 (PDT) Received: by 10.180.101.136 with SMTP id fg8mr6000622wib.4.1334659523727; Tue, 17 Apr 2012 03:45:23 -0700 (PDT) Received: from localhost.localdomain (cpc1-aztw13-0-0-cust473.18-1.cable.virginmedia.com. [77.102.241.218]) by mx.google.com with ESMTPS id fn2sm42069492wib.0.2012.04.17.03.45.20 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 17 Apr 2012 03:45:23 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org Cc: arnd@arndb.de, linus.walleij@stericsson.com, grant.likely@secretlab.ca, cjb@laptop.org, linux@arm.linux.org.uk, Lee Jones Subject: [PATCH 15/16] ARM: ux500: Apply Device Tree settings for the DB8500 PRCMU Date: Tue, 17 Apr 2012 11:44:07 +0100 Message-Id: <1334659448-11521-16-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.1 In-Reply-To: <1334659448-11521-1-git-send-email-lee.jones@linaro.org> References: <1334659448-11521-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQmoDJsh2FLX2Xfog5zqdbnT/E+oExxEImXjlf91NE6CtMgsoy7ZKqsJ/Yi8HMpg5BVSJtFY In this patch we enable the db8500-prcmu via DT and take out any enablement previously carried out by platform code. Signed-off-by: Lee Jones --- arch/arm/mach-ux500/cpu-db8500.c | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/arch/arm/mach-ux500/cpu-db8500.c b/arch/arm/mach-ux500/cpu-db8500.c index c97eab7..2512b6a 100644 --- a/arch/arm/mach-ux500/cpu-db8500.c +++ b/arch/arm/mach-ux500/cpu-db8500.c @@ -124,7 +124,6 @@ static struct platform_device *platform_devs[] __initdata = { static struct platform_device *of_platform_devs[] __initdata = { &u8500_dma40_device, &db8500_pmu_device, - &db8500_prcmu_device, }; static resource_size_t __initdata db8500_gpio_base[] = { @@ -234,7 +233,7 @@ struct device * __init u8500_of_init_devices(void) * Devices to be DT:ed: * u8500_dma40_device = todo * db8500_pmu_device = todo - * db8500_prcmu_device = todo + * db8500_prcmu_device = done */ platform_add_devices(of_platform_devs, ARRAY_SIZE(of_platform_devs));