Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933187AbcJRIDI (ORCPT ); Tue, 18 Oct 2016 04:03:08 -0400 Received: from mx07-00178001.pphosted.com ([62.209.51.94]:7284 "EHLO mx07-00178001.pphosted.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1759155AbcJRICu (ORCPT ); Tue, 18 Oct 2016 04:02:50 -0400 Subject: Re: [PATCH 12/19] reset: sti: Remove obsolete platforms from dt binding doc. To: Rob Herring , Peter Griffin References: <1473859677-9231-1-git-send-email-peter.griffin@linaro.org> <1473859677-9231-13-git-send-email-peter.griffin@linaro.org> <20160923151008.GF9176@rob-hp-laptop> CC: , , , , , From: Patrice Chotard Message-ID: <311b79f8-d488-d8cc-38a1-791a290d54d4@st.com> Date: Tue, 18 Oct 2016 10:02:06 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20160923151008.GF9176@rob-hp-laptop> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-Originating-IP: [10.48.1.66] X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10432:,, definitions=2016-10-18_04:,, signatures=0 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1734 Lines: 54 Hi On 09/23/2016 05:10 PM, Rob Herring wrote: > On Wed, Sep 14, 2016 at 02:27:50PM +0100, Peter Griffin wrote: >> STiH415/6 SoC support is being removed from the kernel. >> This patch updates the sti dt powerdown bindings and >> removes references to these obsolete platforms. >> >> Signed-off-by: Peter Griffin >> Cc: >> Cc: >> --- >> Documentation/devicetree/bindings/reset/st,sti-powerdown.txt | 12 +++++------- >> 1 file changed, 5 insertions(+), 7 deletions(-) >> >> diff --git a/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt b/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt >> index 1cfd21d..9252713 100644 >> --- a/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt >> +++ b/Documentation/devicetree/bindings/reset/st,sti-powerdown.txt >> @@ -16,15 +16,14 @@ Please refer to reset.txt in this directory for common reset >> controller binding usage. >> >> Required properties: >> -- compatible: Should be "st,-powerdown" >> - ex: "st,stih415-powerdown", "st,stih416-powerdown" >> +- compatible: Should be "st,stih407-powerdown" >> - #reset-cells: 1, see below >> >> example: >> >> powerdown: powerdown-controller { >> + compatible = "st,stih407-powerdown"; >> #reset-cells = <1>; >> - compatible = "st,stih415-powerdown"; >> }; >> >> >> @@ -37,11 +36,10 @@ index specifying which channel to use, as described in reset.txt >> >> example: >> >> - usb1: usb@fe200000 { >> - resets = <&powerdown STIH41X_USB1_POWERDOWN>; >> + st_dwc3: dwc3@8f94000 { > > usb@ was correct here. With that, > > Acked-by: Rob Herring > Applied on sti-dt-for-4.10 branch Thanks