From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933390Ab3LDXhV (ORCPT ); Wed, 4 Dec 2013 18:37:21 -0500 Received: from mail-oa0-f52.google.com ([209.85.219.52]:54633 "EHLO mail-oa0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756108Ab3LDXfh (ORCPT ); Wed, 4 Dec 2013 18:35:37 -0500 From: Rob Herring To: linux-kernel@vger.kernel.org, devicetree@vger.kernel.org Cc: Mike Turquette , Rob Herring , Pawel Moll , Mark Rutland , Ian Campbell Subject: [PATCH 1/7] dt-bindings: add Calxeda ECX-3000 clock binding Date: Wed, 4 Dec 2013 17:35:21 -0600 Message-Id: <1386200127-23143-2-git-send-email-robherring2@gmail.com> X-Mailer: git-send-email 1.8.3.2 In-Reply-To: <1386200127-23143-1-git-send-email-robherring2@gmail.com> References: <1386200127-23143-1-git-send-email-robherring2@gmail.com> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org From: Rob Herring Add "calxeda,ecx-3000-pll-clock" compatible property for Calxeda ECX-3000 series PLLs. Signed-off-by: Rob Herring Cc: Mike Turquette Cc: Pawel Moll Cc: Mark Rutland Cc: Ian Campbell --- Documentation/devicetree/bindings/clock/calxeda.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/calxeda.txt b/Documentation/devicetree/bindings/clock/calxeda.txt index 0a6ac1b..7ebc89c 100644 --- a/Documentation/devicetree/bindings/clock/calxeda.txt +++ b/Documentation/devicetree/bindings/clock/calxeda.txt @@ -6,7 +6,7 @@ This binding uses the common clock binding[1]. Required properties: - compatible : shall be one of the following: - "calxeda,hb-pll-clock" - for a PLL clock + "calxeda,ecx-3000-pll-clock" or "calxeda,hb-pll-clock" - for a PLL clock "calxeda,hb-a9periph-clock" - The A9 peripheral clock divided from the A9 clock. "calxeda,hb-a9bus-clock" - The A9 bus clock divided from the A9 clock. -- 1.8.3.2