From patchwork Fri May 9 03:01:50 2014 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Fabio Estevam X-Patchwork-Id: 347291 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 9E5971400B7 for ; Fri, 9 May 2014 13:02:09 +1000 (EST) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754730AbaEIDCI (ORCPT ); Thu, 8 May 2014 23:02:08 -0400 Received: from mail-yh0-f51.google.com ([209.85.213.51]:46207 "EHLO mail-yh0-f51.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754574AbaEIDCH (ORCPT ); Thu, 8 May 2014 23:02:07 -0400 Received: by mail-yh0-f51.google.com with SMTP id f10so3222947yha.10 for ; Thu, 08 May 2014 20:02:07 -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; bh=4hoSKCIqZKjTVvsyPcUcNxnrAp1XNl/WBGrVsAHH3Lo=; b=UipP2x4IPsGEripPlHu/bnH8rCfpzRe7IPe5BH+KiCDMYHzbkCWokttRRGtwX/LVYZ yEJjchRbZXvKXZy3euyXNhYTsGvUiprAGp6680XKnVDwIV8cSCyzWdUstb6at2ka+Myg WTHOPBHCWovPHOnoMRYUyReJwZ/ecGVFUJu3zWuRdRlTtsQE3nNn7aOCHUz2N5mSm5si DB6ZanjqCjNDsboF5rcdEwAKXBOUrRZ4xZ41yiX2dGBxsyxTM6IJ5ohbhvdTrN3yZPZ0 INjYiICOAmeU7jgU7rnX83KbyqFw7ftl5DwOzzT/PtkDiHiipBqRpBOIRHzcBaa5VPfD tz7Q== X-Received: by 10.236.165.102 with SMTP id d66mr10841816yhl.67.1399604526920; Thu, 08 May 2014 20:02:06 -0700 (PDT) Received: from localhost.localdomain ([189.101.180.106]) by mx.google.com with ESMTPSA id x37sm4286848yhn.39.2014.05.08.20.02.05 for (version=TLSv1.1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Thu, 08 May 2014 20:02:06 -0700 (PDT) From: Fabio Estevam To: robh+dt@kernel.org Cc: mturquette@linaro.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, Fabio Estevam Subject: [PATCH RESEND] Documentation: clock: fixed-clock: Remove unsupported 'gpios' property Date: Fri, 9 May 2014 00:01:50 -0300 Message-Id: <1399604510-3043-1-git-send-email-festevam@gmail.com> X-Mailer: git-send-email 1.8.3.2 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org From: Fabio Estevam Remove the 'gpios' property from the documentation as this is something that the current fixed clock driver does not handle. Signed-off-by: Fabio Estevam --- Documentation/devicetree/bindings/clock/fixed-clock.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Documentation/devicetree/bindings/clock/fixed-clock.txt b/Documentation/devicetree/bindings/clock/fixed-clock.txt index 48ea0ad..0641a663 100644 --- a/Documentation/devicetree/bindings/clock/fixed-clock.txt +++ b/Documentation/devicetree/bindings/clock/fixed-clock.txt @@ -12,7 +12,6 @@ Required properties: Optional properties: - clock-accuracy : accuracy of clock in ppb (parts per billion). Should be a single cell. -- gpios : From common gpio binding; gpio connection to clock enable pin. - clock-output-names : From common clock binding. Example: