From patchwork Wed Sep 14 13:27:57 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Peter Griffin X-Patchwork-Id: 76190 Delivered-To: patch@linaro.org Received: by 10.140.106.72 with SMTP id d66csp1876359qgf; Wed, 14 Sep 2016 06:29:43 -0700 (PDT) X-Received: by 10.98.133.10 with SMTP id u10mr4523655pfd.134.1473859779792; Wed, 14 Sep 2016 06:29:39 -0700 (PDT) Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id pv7si4788744pac.166.2016.09.14.06.29.36; Wed, 14 Sep 2016 06:29:39 -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 S1762613AbcINN3c (ORCPT + 27 others); Wed, 14 Sep 2016 09:29:32 -0400 Received: from mail-wm0-f44.google.com ([74.125.82.44]:36617 "EHLO mail-wm0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1762531AbcINN31 (ORCPT ); Wed, 14 Sep 2016 09:29:27 -0400 Received: by mail-wm0-f44.google.com with SMTP id b187so47354666wme.1 for ; Wed, 14 Sep 2016 06:29:26 -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=z+lMnDN82lCV5mRhZDi3VVYm4BAgZUj2Y+LSjN9hOXA=; b=Vr/5UEltgdFU7mTnE83wmzTa9ProwQEbbvlDI/+8CaACB/Zw9LTkH5xhrfjBmt3FE5 QRb9lshNFTXW4brAnHatQonA4CUxCESkMvuCYEp0K97KJUU6Hq1VCZjUOtV/Xc3aAamp WuLvGebm8Jek3vkf9Xaa6eZSciKRTjxq9xw0M= 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=z+lMnDN82lCV5mRhZDi3VVYm4BAgZUj2Y+LSjN9hOXA=; b=EcQw+KVstDSi/6ciNY1rrta3e6hpMRcp/DjyERatAk52DfbrH/BGipAPeCTmUnbkkq IHsLKv0uuREohLwtwFIEyjXlKzgKVqILZfh0whB0boSqZsCJtL7DRNwVRVHsX/fP/ea7 5uB6czihlHjlswq7fpP7xNo+Os201x6w1DHRlEEpBSdN+XPKseH0LQpUCHSgFMpGbIjm 2NZCweelXHSUBfq6ZfcdNBmdiYVY/Twctf460CR4Vi/Fr559B3/IAlKSkRB7daE+8IdY FkRrXH3b+emcUDFmHa+ZT3nD/ApN9L8dRkY2Ltz7nNQiqRvrnhcsLS2Q4ABQwVzz01Jl wAOw== X-Gm-Message-State: AE9vXwP8gqF9WTACQWVEu06xOkjgAD44u0IU/3xjGYXgzWUBEGIjsKQ9Dg5/yWNkFSoVhHYN X-Received: by 10.194.72.133 with SMTP id d5mr2580453wjv.96.1473859765788; Wed, 14 Sep 2016 06:29:25 -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.24 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 14 Sep 2016 06:29:24 -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 19/19] reset: sti: softreset: Remove obsolete platforms from dt binding doc. Date: Wed, 14 Sep 2016 14:27:57 +0100 Message-Id: <1473859677-9231-20-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. This patch updates the sti dt softreset bindings and removes references to these obsolete platforms. Signed-off-by: Peter Griffin Cc: --- Documentation/devicetree/bindings/reset/st,sti-softreset.txt | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) -- 1.9.1 diff --git a/Documentation/devicetree/bindings/reset/st,sti-softreset.txt b/Documentation/devicetree/bindings/reset/st,sti-softreset.txt index 891a2fd..a21658f 100644 --- a/Documentation/devicetree/bindings/reset/st,sti-softreset.txt +++ b/Documentation/devicetree/bindings/reset/st,sti-softreset.txt @@ -15,15 +15,14 @@ Please refer to reset.txt in this directory for common reset controller binding usage. Required properties: -- compatible: Should be "st,-softreset" example: - "st,stih415-softreset" or "st,stih416-softreset"; +- compatible: Should be st,stih407-softreset"; - #reset-cells: 1, see below example: softreset: softreset-controller { #reset-cells = <1>; - compatible = "st,stih415-softreset"; + compatible = "st,stih407-softreset"; }; @@ -42,5 +41,4 @@ example: Macro definitions for the supported reset channels can be found in: -include/dt-bindings/reset/stih415-resets.h -include/dt-bindings/reset/stih416-resets.h +include/dt-bindings/reset/stih407-resets.h