From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rob Herring Subject: Re: [PATCH v2 04/10] firmware: ti_sci: Add RM mapping table for am654 Date: Thu, 18 Oct 2018 15:42:24 -0500 Message-ID: <20181018204224.GA31136@bogus> References: <20181018154017.7112-1-lokeshvutla@ti.com> <20181018154017.7112-5-lokeshvutla@ti.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20181018154017.7112-5-lokeshvutla@ti.com> Sender: linux-kernel-owner@vger.kernel.org Cc: Nishanth Menon , Santosh Shilimkar , Rob Herring , tglx@linutronix.de, jason@lakedaemon.net, marc.zyngier@arm.com, Linux ARM Mailing List , linux-kernel@vger.kernel.org, Tero Kristo , Sekhar Nori , Device Tree Mailing List , Grygorii Strashko , Peter Ujfalusi , Lokesh Vutla List-Id: devicetree@vger.kernel.org On Thu, 18 Oct 2018 21:10:11 +0530, Lokesh Vutla wrote: > From: Peter Ujfalusi > > Add the resource mapping table for AM654 SoC as defined > in http://downloads.ti.com/tisci/esd/latest/5_soc_doc/am6x/resasg_types.html > Introduce a new compatible for AM654 "ti,am654-sci" for using > this resource map table. > > Signed-off-by: Peter Ujfalusi > Signed-off-by: Lokesh Vutla > --- > Changes since v1: > - new patch added. > > .../bindings/arm/keystone/ti,sci.txt | 3 ++- > drivers/firmware/ti_sci.c | 23 +++++++++++++++++++ > 2 files changed, 25 insertions(+), 1 deletion(-) > Reviewed-by: Rob Herring