From patchwork Mon Oct 16 20:54:23 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Linus Walleij X-Patchwork-Id: 826512 Return-Path: X-Original-To: incoming-dt@patchwork.ozlabs.org Delivered-To: patchwork-incoming-dt@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=vger.kernel.org (client-ip=209.132.180.67; helo=vger.kernel.org; envelope-from=devicetree-owner@vger.kernel.org; receiver=) Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=linaro.org header.i=@linaro.org header.b="LRAC4vNk"; dkim-atps=neutral Received: from vger.kernel.org (vger.kernel.org [209.132.180.67]) by ozlabs.org (Postfix) with ESMTP id 3yG9bm1721z9sP1 for ; Tue, 17 Oct 2017 07:56:36 +1100 (AEDT) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757513AbdJPU4e (ORCPT ); Mon, 16 Oct 2017 16:56:34 -0400 Received: from mail-lf0-f46.google.com ([209.85.215.46]:52244 "EHLO mail-lf0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756675AbdJPU4e (ORCPT ); Mon, 16 Oct 2017 16:56:34 -0400 Received: by mail-lf0-f46.google.com with SMTP id b190so18475097lfg.9 for ; Mon, 16 Oct 2017 13:56:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=from:to:cc:subject:date:message-id; bh=3qrfYvTugVfAi4tKBxa58D6k1dLlPlQfkF0VcLeWeBQ=; b=LRAC4vNkglUY08jMuvxUJP5vbnnD6IpM2p85fthnykrZGLKphrETwJG+bHi8VxYq06 8rPJ73e91AQE1WV3dyLBjE4OSx1LmmaGmg5XbsA+XdJWnGy0lNxNaujM3k9obx1mGpqe 4Cd+HtAyDDYTJs/2MOfmHVXJz8koHN7SCOcI0= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id; bh=3qrfYvTugVfAi4tKBxa58D6k1dLlPlQfkF0VcLeWeBQ=; b=n/gQNJ7Lvx086RD3qzPvaQgeIIL88tPya2il+9PcFpM16WaE2bDt1RAyDBHKWzyzQX mXgSWGkQS6GX8r2dWpCpB/3X5Rg0JBTeGVg7OHBSphmZwlE34kbsUulcbR+E73jYZ/IL mwfLPLnn4D8icS7k/V9RxuQKZlpuUtW9xo7tSSGW7HyiSR4N3aVTOhNEWj44wOaJ3GZ0 SkIe9HVSr2xaPGAxkDFRBT092K84YUKM35EqlMAOD+5Zgu2jOvwDwbqNv3+pQehnflYU lGlmH87zmktQE6gFmtFu5yVB1+361BvtXeangiB/hdZVkavDi5C7uLelcglGZ2aY4m74 SxeA== X-Gm-Message-State: AMCzsaXcxMLHfnjas0/RtfuJfJpj6/nG4kGfN8JD9EkyqUTfuaxABUk0 Q4Y5WtMsW7y6/jk9g7TcaEbtxA== X-Google-Smtp-Source: AOwi7QBu3LkoBIuYaAVDZEx6oryGUAkbcaw+zqOPanotspuJsQLwbMEOIzhJcyobJPOlDNSPVqB7fQ== X-Received: by 10.46.92.199 with SMTP id q190mr4815741ljb.88.1508187392601; Mon, 16 Oct 2017 13:56:32 -0700 (PDT) Received: from localhost.localdomain (c-5f7c71d5.014-348-6c756e10.cust.bredbandsbolaget.se. [213.113.124.95]) by smtp.gmail.com with ESMTPSA id s88sm2131227lje.40.2017.10.16.13.56.30 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Mon, 16 Oct 2017 13:56:31 -0700 (PDT) From: Linus Walleij To: Wim Van Sebroeck , Guenter Roeck , Jonas Jensen , Andrew Jeffery , Joel Stanley Cc: linux-arm-kernel@lists.infradead.org, linux-watchdog@vger.kernel.org, Linus Walleij , devicetree@vger.kernel.org Subject: [PATCH 1/5 v2] watchdog: gemini/ftwdt010: rename DT bindings Date: Mon, 16 Oct 2017 22:54:23 +0200 Message-Id: <20171016205427.4297-1-linus.walleij@linaro.org> X-Mailer: git-send-email 2.13.6 Sender: devicetree-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: devicetree@vger.kernel.org The device tree bindings are in two copies and also should be consolidated into a single Faraday Technology FTWDT010 binding since we uncovered that this IP part is a standard IP from Faraday. Cc: devicetree@vger.kernel.org Acked-by: Rob Herring Signed-off-by: Linus Walleij Reviewed-by: Guenter Roeck --- ChangeLog v1->v2: - Collect Rob's ACK. --- .../bindings/watchdog/cortina,gemini-watchdog.txt | 17 ----------------- ...{cortina,gemin-watchdog.txt => faraday,ftwdt010.txt} | 11 ++++++++--- 2 files changed, 8 insertions(+), 20 deletions(-) delete mode 100644 Documentation/devicetree/bindings/watchdog/cortina,gemini-watchdog.txt rename Documentation/devicetree/bindings/watchdog/{cortina,gemin-watchdog.txt => faraday,ftwdt010.txt} (55%) diff --git a/Documentation/devicetree/bindings/watchdog/cortina,gemini-watchdog.txt b/Documentation/devicetree/bindings/watchdog/cortina,gemini-watchdog.txt deleted file mode 100644 index bc4b865d178b..000000000000 --- a/Documentation/devicetree/bindings/watchdog/cortina,gemini-watchdog.txt +++ /dev/null @@ -1,17 +0,0 @@ -Cortina Systems Gemini SoC Watchdog - -Required properties: -- compatible : must be "cortina,gemini-watchdog" -- reg : shall contain base register location and length -- interrupts : shall contain the interrupt for the watchdog - -Optional properties: -- timeout-sec : the default watchdog timeout in seconds. - -Example: - -watchdog@41000000 { - compatible = "cortina,gemini-watchdog"; - reg = <0x41000000 0x1000>; - interrupts = <3 IRQ_TYPE_LEVEL_HIGH>; -}; diff --git a/Documentation/devicetree/bindings/watchdog/cortina,gemin-watchdog.txt b/Documentation/devicetree/bindings/watchdog/faraday,ftwdt010.txt similarity index 55% rename from Documentation/devicetree/bindings/watchdog/cortina,gemin-watchdog.txt rename to Documentation/devicetree/bindings/watchdog/faraday,ftwdt010.txt index bc4b865d178b..9ecdb502e605 100644 --- a/Documentation/devicetree/bindings/watchdog/cortina,gemin-watchdog.txt +++ b/Documentation/devicetree/bindings/watchdog/faraday,ftwdt010.txt @@ -1,7 +1,12 @@ -Cortina Systems Gemini SoC Watchdog +Faraday Technology FTWDT010 watchdog + +This is an IP part from Faraday Technology found in the Gemini +SoCs and others. Required properties: -- compatible : must be "cortina,gemini-watchdog" +- compatible : must be one of + "faraday,ftwdt010" + "cortina,gemini-watchdog", "faraday,ftwdt010" - reg : shall contain base register location and length - interrupts : shall contain the interrupt for the watchdog @@ -11,7 +16,7 @@ Optional properties: Example: watchdog@41000000 { - compatible = "cortina,gemini-watchdog"; + compatible = "faraday,ftwdt010"; reg = <0x41000000 0x1000>; interrupts = <3 IRQ_TYPE_LEVEL_HIGH>; };