From patchwork Fri Jul 27 12:38:51 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 1249271 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-process-083081@patchwork1.kernel.org Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) by patchwork1.kernel.org (Postfix) with ESMTP id 80FCF3FD48 for ; Fri, 27 Jul 2012 12:45:42 +0000 (UTC) Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Sujpz-0001Je-84; Fri, 27 Jul 2012 12:40:11 +0000 Received: from mail-wg0-f49.google.com ([74.125.82.49]) by merlin.infradead.org with esmtps (Exim 4.76 #1 (Red Hat Linux)) id 1Sujpu-0001Ek-Ol for linux-arm-kernel@lists.infradead.org; Fri, 27 Jul 2012 12:40:07 +0000 Received: by wgbez12 with SMTP id ez12so2023781wgb.18 for ; Fri, 27 Jul 2012 05:39:08 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :x-gm-message-state; bh=l+g80BJ6tBpsjdx9u73Zp8pX0CgHF9tYuco0GNHdR08=; b=hvqGJFFRUe4FjqPeQzGl7ZJRL+swhPDJfkVJPlVXw/vR7yfkwj6xXUF0VvwemoRmLU Zivo8uCYqEEcBC9OXU9quebyb7xdU7wiu80wTxK5K7BIw0kbb69jchZiYoIFpKQtMVSc UsZEJG84V8owt80dznBnsqB7RA/rzPVTYjMSo0jT06Yfn3+HgZPZ3A9ayQWuHWoTs/P/ ANoK35bVFePCB3u/Qa701Qdyl3LsbIzTZ+V0f4ebiAbwXBkkmyN85L0oxKLAeyF/ISY8 PQsf1OfL3QJAVeDbonPdRXdiiN2X9br5CoosVC6VTEo4GDrzAwhXmFOHpfycwf1KpfxG ruIA== Received: by 10.180.78.135 with SMTP id b7mr5891864wix.11.1343392748414; Fri, 27 Jul 2012 05:39:08 -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 ef5sm6242502wib.3.2012.07.27.05.39.06 (version=TLSv1/SSLv3 cipher=OTHER); Fri, 27 Jul 2012 05:39:07 -0700 (PDT) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH 4/7] mfd: ab8500-core: Apply the AB8500 CODEC's compatible string to its MFD cell Date: Fri, 27 Jul 2012 13:38:51 +0100 Message-Id: <1343392734-11805-5-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.7.9.5 In-Reply-To: <1343392734-11805-1-git-send-email-lee.jones@linaro.org> References: <1343392734-11805-1-git-send-email-lee.jones@linaro.org> X-Gm-Message-State: ALoCoQmt+XLhXoZkQ6DRX7c0n5X3hCalVenH514PNjpVoA9dUl9cOm3M8CVEnHfKa9OvHnZ4Cc6K X-Spam-Note: CRM114 invocation failed X-Spam-Note: SpamAssassin invocation failed Cc: ola.o.lilja@stericsson.com, alsa-devel@alsa-project.org, sameo@linux.intel.com, arnd@arndb.de, broonie@opensource.wolfsonmicro.com, olalilja@yahoo.se, STEricsson_nomadik_linux@list.st.com, Lee Jones , lrg@ti.com, linus.walleij@stericsson.com X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: linux-arm-kernel-bounces@lists.infradead.org Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org Provide a compatible string for the AB8500 CODEC to aid in configuration property look-up from its associated Device Tree node. Signed-off-by: Lee Jones --- drivers/mfd/ab8500-core.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/mfd/ab8500-core.c b/drivers/mfd/ab8500-core.c index 626b4ec..0c5b70f 100644 --- a/drivers/mfd/ab8500-core.c +++ b/drivers/mfd/ab8500-core.c @@ -1076,6 +1076,7 @@ static struct mfd_cell __devinitdata ab8500_devs[] = { }, { .name = "ab8500-codec", + .of_compatible = "stericsson,ab8500-codec", }, };