From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753174AbcHWSqY (ORCPT ); Tue, 23 Aug 2016 14:46:24 -0400 Received: from mail-ua0-f194.google.com ([209.85.217.194]:33098 "EHLO mail-ua0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752786AbcHWSqW (ORCPT ); Tue, 23 Aug 2016 14:46:22 -0400 MIME-Version: 1.0 In-Reply-To: <20160823174841.GA23677@rob-hp-laptop> References: <20160819225159.10758-1-nm@ti.com> <20160819225159.10758-6-nm@ti.com> <20160823174841.GA23677@rob-hp-laptop> From: Nishanth Menon Date: Tue, 23 Aug 2016 13:46:20 -0500 X-Google-Sender-Auth: UQtcIWE_ruCbpkbFNqXYEb8H9tQ Message-ID: Subject: Re: [PATCH 5/5] firmware: ti_sci: Add support for reboot core service To: Rob Herring Cc: Tero Kristo , Dave Gerlach , Lokesh Vutla , "linux-pm@vger.kernel.org" , Sudeep Holla , lkml , "Andrew F . Davis" , Russell King , Russ Dill , "linux-arm-kernel@lists.infradead.org" , Santosh Shilimkar , dt list Content-Type: text/plain; charset=UTF-8 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Aug 23, 2016 at 12:48 PM, Rob Herring wrote: >> diff --git a/Documentation/devicetree/bindings/arm/keystone/ti,sci.txt b/Documentation/devicetree/bindings/arm/keystone/ti,sci.txt >> index 965d45e313b1..ed5b8fc185f1 100644 >> --- a/Documentation/devicetree/bindings/arm/keystone/ti,sci.txt >> +++ b/Documentation/devicetree/bindings/arm/keystone/ti,sci.txt >> @@ -38,6 +38,7 @@ Optional Properties: >> - reg-names: >> debug_messages - Map the Debug message region >> - reg: register space corresponding to the debug_messages >> +- ti,system-reboot-controller: If system reboot can be triggered by SoC reboot > > Don't define bindings incrementally. But all the binding in one patch. Thanks for catching. Fixed and will post a v2 next week if there is no further comments. --- Regards, Nishanth Menon