From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S936113AbcHJTuL (ORCPT ); Wed, 10 Aug 2016 15:50:11 -0400 Received: from mail-pf0-f177.google.com ([209.85.192.177]:36757 "EHLO mail-pf0-f177.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S936445AbcHJSpZ (ORCPT ); Wed, 10 Aug 2016 14:45:25 -0400 Date: Tue, 9 Aug 2016 22:27:54 -0700 From: Bjorn Andersson To: John Stultz Cc: lkml , Rob Herring , Andy Gross , Stephen Boyd , "linux-arm-msm@vger.kernel.org" , devicetree@vger.kernel.org Subject: Re: [PATCH 2/2] device-tree: nexus7: Add IMEM syscon and reboot reason support Message-ID: <20160810052754.GK26240@tuxbot> References: <1470695643-32169-1-git-send-email-john.stultz@linaro.org> <1470695643-32169-2-git-send-email-john.stultz@linaro.org> <20160810042834.GG26240@tuxbot> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue 09 Aug 22:04 PDT 2016, John Stultz wrote: > On Tue, Aug 9, 2016 at 9:28 PM, Bjorn Andersson > wrote: > > On Mon 08 Aug 15:34 PDT 2016, John Stultz wrote: > > > >> This patch add the IMEM syscon memory region to the DT, > >> as well as addds support for the magic reboot reason > >> values that are written to the address for each mode. > >> > > > > This looks good, double checked the addresses and magics. But I think > > you should move the entire thing to qcom-apq8064.dtsi, as this is common > > to the base platform. > > Interesting, so do all 8064's use the same bootloader? > As far as I can tell, the APQ8064 comes with 4kb of IMEM, so that part is common regardless. There is no indication of the restart reason being "optional" in the downstream kernel, but that's not necessarily a "yes" to your question. So, please move it to the apq8064.dtsi, as there are no indications of systems not having this setup. Worst case would be that I'm wrong and we have to move it out to all current targets sometime in the future. Regards, Bjorn