From patchwork Wed Feb 18 16:14:58 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lee Jones X-Patchwork-Id: 5844981 Return-Path: X-Original-To: patchwork-linux-arm@patchwork.kernel.org Delivered-To: patchwork-parsemail@patchwork2.web.kernel.org Received: from mail.kernel.org (mail.kernel.org [198.145.29.136]) by patchwork2.web.kernel.org (Postfix) with ESMTP id 5DCE9BF440 for ; Wed, 18 Feb 2015 16:18:02 +0000 (UTC) Received: from mail.kernel.org (localhost [127.0.0.1]) by mail.kernel.org (Postfix) with ESMTP id 9731220225 for ; Wed, 18 Feb 2015 16:18:01 +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 D2BEA20221 for ; Wed, 18 Feb 2015 16:18:00 +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 1YO7Hz-0005kl-I2; Wed, 18 Feb 2015 16:15:51 +0000 Received: from mail-wg0-f46.google.com ([74.125.82.46]) by bombadil.infradead.org with esmtps (Exim 4.80.1 #2 (Red Hat Linux)) id 1YO7Hf-0005Jy-Gu for linux-arm-kernel@lists.infradead.org; Wed, 18 Feb 2015 16:15:32 +0000 Received: by mail-wg0-f46.google.com with SMTP id a1so2110635wgh.5 for ; Wed, 18 Feb 2015 08:15:09 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references; bh=RxmcYJflKPbv/wYbHf1iUSUtapueAOJrCWPj5TPO8o0=; b=EXFYeswS1pznJJXftlzvFqYrHFODVZgMCbIziON3E1I2bgMAz/1DenzG15wXbgR7YL mnJ6Wtu21AVepYM0ZkDe/fjE6o0CkIZPfz5YJAhRGKwApqGk7so4yHMfUbyv6sKqWRwk /HyMKlorGCmG6iTQhEGxA5iNj+SoJUHEFB74iyp46KacbWZTe+/oFomye9QUwHss8iPF p1w6Y9HuGTVv0Fom1Y0TTfXqDSCg2bJ1gQ3HpeYE1dFWOXVZzm4GIGipf/ll+HrO58AY cpRzZBvOY7BksVNVggB+p2vfkPqqT9YRcjd3YD6wB9wsTfLsNDFVvjzVZxESEdGR4R80 tBgA== X-Gm-Message-State: ALoCoQnVA3IhvSSt23l/yHUqMRgZKOMYNGJmi/c2vacmuO7mY82TcpBw9Or1aresaA4ukZS7R3jm X-Received: by 10.180.98.5 with SMTP id ee5mr6467695wib.11.1424276109338; Wed, 18 Feb 2015 08:15:09 -0800 (PST) Received: from localhost.localdomain (host109-148-233-190.range109-148.btcentralplus.com. [109.148.233.190]) by mx.google.com with ESMTPSA id dx11sm30384677wjb.23.2015.02.18.08.15.06 (version=TLSv1.2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 18 Feb 2015 08:15:08 -0800 (PST) From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: [PATCH v2 1/4] ARM: sti: stih407-family: Supply defines for CLOCKGEN A0 Date: Wed, 18 Feb 2015 16:14:58 +0000 Message-Id: <1424276101-30137-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1424276101-30137-1-git-send-email-lee.jones@linaro.org> References: <1424276101-30137-1-git-send-email-lee.jones@linaro.org> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20150218_081531_736491_C0FDC24F X-CRM114-Status: UNSURE ( 8.65 ) X-CRM114-Notice: Please train this message. X-Spam-Score: -0.7 (/) Cc: mturquette@linaro.org, sboyd@codeaurora.org, lee.jones@linaro.org, kernel@stlinux.com, devicetree@vger.kernel.org X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.18-1 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=-4.2 required=5.0 tests=BAYES_00, RCVD_IN_DNSWL_MED, T_RP_MATCHES_RCVD, UNPARSEABLE_RELAY autolearn=unavailable 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 There are 2 LMI clocks generated by CLOCKGEN A0. We wish to control them individually and need to use these indexes to do so. Signed-off-by: Lee Jones --- include/dt-bindings/clock/stih407-clks.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/include/dt-bindings/clock/stih407-clks.h b/include/dt-bindings/clock/stih407-clks.h index 7af2b71..082edd9 100644 --- a/include/dt-bindings/clock/stih407-clks.h +++ b/include/dt-bindings/clock/stih407-clks.h @@ -5,6 +5,10 @@ #ifndef _DT_BINDINGS_CLK_STIH407 #define _DT_BINDINGS_CLK_STIH407 +/* CLOCKGEN A0 */ +#define CLK_IC_LMI0 0 +#define CLK_IC_LMI1 1 + /* CLOCKGEN C0 */ #define CLK_ICN_GPU 0 #define CLK_FDMA 1