From patchwork Wed Sep 14 13:27:48 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 76197 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp1877733qgf; Wed, 14 Sep 2016 06:32:38 -0700 (PDT) X-Received: by 10.98.153.1 with SMTP id d1mr4590143pfe.13.1473859958795; Wed, 14 Sep 2016 06:32:38 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id q4si4809769paq.112.2016.09.14.06.32.38; Wed, 14 Sep 2016 06:32:38 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; dkim=pass header.i=@linaro.org; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org; dmarc=pass (p=NONE dis=NONE) header.from=linaro.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1762286AbcINNc2 (ORCPT + 27 others); Wed, 14 Sep 2016 09:32:28 -0400 Received: from mail-wm0-f52.google.com ([74.125.82.52]:35750 "EHLO mail-wm0-f52.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762296AbcINN3O (ORCPT ); Wed, 14 Sep 2016 09:29:14 -0400 Received: by mail-wm0-f52.google.com with SMTP id i130so48714741wmf.0 for ; Wed, 14 Sep 2016 06:29:13 -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:in-reply-to:references; bh=i6qXDkRv/3UKS+0CxQ9WKVDd4VPOfGgrS2ia2DC0dfg=; b=JYORyi58yWeVdp7N2jenMrsw/JXrqikrr5Gppu4kemVt7fQ9OIa5iVJ5YGwulHZzVj IahBEhrEli7EwW0fG56I11wmfw4V5y0Gmy0PnSC+adwcD2ovm1pMoA9kJr49asAKJUgB w6qNbPHKF1hAfoJHfKXVR0V+d36ZDRCxSqSv8= 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=i6qXDkRv/3UKS+0CxQ9WKVDd4VPOfGgrS2ia2DC0dfg=; b=gwIdWnhuPYvsnlWsi/FtmBEBuBov7xGDhPdWok2MHfoPei3g4MIlCBypmmjZBZiut8 MyounhyRKvLxw3bZ8TZAZbkA9vFsu5YUDJ2M5uXD6AVELgsSTLh0o9GNewetGzva0/vV +GjM914Z19NvT5RWmdy1Qu9sg5Yr7ox+0pDsSDqf6ZV8Yb09k/XtNOhoAQMy+uRBbVbS vsZ4CdOpgZ71z8UiD4oH6kbLTrRK9UA2yMYYJtE3GRq2iMC79U5jjVtjha+sq7Ph0QHP FHQD2gveFI+sibRERIGIcFYfKa3S/GIwKzS9JY32BuX3Xwbw5ic/dOUexmgnEmUFCxDj oypg== X-Gm-Message-State: AE9vXwM87eXdJU9+0OOlYIA1ovekB6TC34XrBcHoLNUGlfa9sfsf8p1eCzAlD6aYoFl+up3R X-Received: by 10.28.54.196 with SMTP id y65mr2971177wmh.73.1473859752807; Wed, 14 Sep 2016 06:29:12 -0700 (PDT) Received: from localhost.localdomain (cpc89244-aztw30-2-0-cust4998.18-1.cable.virginm.net. [86.31.179.135]) by smtp.gmail.com with ESMTPSA id c5sm4212812wjw.29.2016.09.14.06.29.11 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Sep 2016 06:29:11 -0700 (PDT) From: Peter Griffin To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, kernel@stlinux.com, patrice.chotard@st.com, devicetree@vger.kernel.org Cc: peter.griffin@linaro.org, lee.jones@linaro.org, , , , Subject: [PATCH 10/19] watchdog: bindings: Remove obsolete platforms from dt doc. Date: Wed, 14 Sep 2016 14:27:48 +0100 Message-Id: <1473859677-9231-11-git-send-email-peter.griffin@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> References: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org STiH415/6 SoC support is being removed from the kernel so update the dt bding document to reflect this. Signed-off-by: Peter Griffin Cc: Cc: Cc: Cc: --- Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) -- 1.9.1 diff --git a/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt b/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt index 039c5ca..b949039 100644 --- a/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt +++ b/Documentation/devicetree/bindings/watchdog/st_lpc_wdt.txt @@ -9,8 +9,7 @@ functionality. Required properties -- compatible : Must be one of: "st,stih407-lpc" "st,stih416-lpc" - "st,stih415-lpc" "st,stid127-lpc" +- compatible : Should be: "st,stih407-lpc" - reg : LPC registers base address + size - interrupts : LPC interrupt line number and associated flags - clocks : Clock used by LPC device (See: ../clock/clock-bindings.txt)