From patchwork Tue May 20 21:09:34 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Rob Herring X-Patchwork-Id: 4212951 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork1.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.19.201]) by patchwork1.web.kernel.org (Postfix) with ESMTP id B015E9F32A for ; Tue, 20 May 2014 21:13:17 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id B105820353 for ; Tue, 20 May 2014 21:13:16 +0000 (UTC) Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.9]) (using TLSv1.2 with cipher DHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id E154F20320 for ; Tue, 20 May 2014 21:13:15 +0000 (UTC) Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmrJh-0004gB-DE; Tue, 20 May 2014 21:11:21 +0000 Received: from mail-oa0-x22a.google.com ([2607:f8b0:4003:c02::22a]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1WmrIj-0003Dl-Jk for linux-arm-kernel@lists.infradead.org; Tue, 20 May 2014 21:10:22 +0000 Received: by mail-oa0-f42.google.com with SMTP id j17so1239348oag.1 for ; Tue, 20 May 2014 14:09:59 -0700 (PDT) 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=7W7rvDjBwEZBMW3VCzrX9ObMgIKetEBXRZhb9LvEARg=; b=Ntjey9fjae+A99kSpf0w9xz8LxJ5BS9eqYYcJE+odnappgmOJaDuyrAAVa9gfH+oo9 xSYpBUqrSe/i9MK56PCkth98igUEDfzCSGUHdjeihfxUa46vtvohGz/ofllCWLIYvpS4 dxK6+AcGRloZI4YnAbZVcJxjTDDn7DfSJu4e1m798mXx72Lrb6IDtERoyhKcT7IlDCGJ 1u+bqmteNpqUrQLHh1DrDmQ5XWXRICo+qWlGv5/WBzSXSYE9RyBxLPVuHThUSAGy6Uyi hIOrNpm8nvfC31bvdr/vstpfSwDbzwHT0+tabhLk6akfR/TmUvtAG4IyXmJF8FkKbahU outg== X-Received: by 10.60.62.178 with SMTP id z18mr47316961oer.61.1400620199540; Tue, 20 May 2014 14:09:59 -0700 (PDT) Received: from localhost.localdomain (66-90-144-10.dyn.grandenetworks.net. [66.90.144.10]) by mx.google.com with ESMTPSA id qp6sm39817593obb.14.2014.05.20.14.09.58 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Tue, 20 May 2014 14:09:58 -0700 (PDT) From: Rob Herring To: linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org Subject: [PATCH 08/10] dt/bindings: add compatible string for versatile osc clock Date: Tue, 20 May 2014 16:09:34 -0500 Message-Id: <1400620176-7239-9-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1400620176-7239-1-git-send-email-robherring2@gmail.com> References: <1400620176-7239-1-git-send-email-robherring2@gmail.com> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20140520_141021_722214_63E1C189 X-CRM114-Status: GOOD ( 10.16 ) X-Spam-Score: 0.1 (/) Cc: Mark Rutland , Rob Herring , Pawel Moll , Ian Campbell , linus.walleij@linaro.org, arm@kernel.org, Kumar Gala X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+patchwork-linux-arm=patchwork.kernel.org@lists.infradead.org X-Spam-Status: No, score=-2.4 required=5.0 tests=BAYES_00, DKIM_ADSP_CUSTOM_MED, DKIM_SIGNED, FREEMAIL_FROM, RP_MATCHES_RCVD, T_DKIM_INVALID, UNPARSEABLE_RELAY autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on mail.kernel.org X-Virus-Scanned: ClamAV using ClamSMTP From: Rob Herring Signed-off-by: Rob Herring Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell Cc: Kumar Gala Acked-by: Linus Walleij --- Documentation/devicetree/bindings/clock/arm-integrator.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Documentation/devicetree/bindings/clock/arm-integrator.txt b/Documentation/devicetree/bindings/clock/arm-integrator.txt index 652914b..ecc6952 100644 --- a/Documentation/devicetree/bindings/clock/arm-integrator.txt +++ b/Documentation/devicetree/bindings/clock/arm-integrator.txt @@ -1,4 +1,4 @@ -Clock bindings for ARM Integrator Core Module clocks +Clock bindings for ARM Integrator and Versatile Core Module clocks Auxilary Oscillator Clock @@ -12,7 +12,7 @@ parent node. Required properties: -- compatible: must be "arm,integrator-cm-auxosc" +- compatible: must be "arm,integrator-cm-auxosc" or "arm,versatile-cm-auxosc" - #clock-cells: must be <0> Optional properties: