From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Boyd Subject: Re: [RFC][PATCH] arm: dts: qcom: apq8064-nexus7: Add pstore support to nexus7 Date: Fri, 23 Sep 2016 17:28:30 -0700 Message-ID: <641b0737-1e59-ab03-9a8a-638772bf84dc@codeaurora.org> References: <1474676013-26106-1-git-send-email-john.stultz@linaro.org> Mime-Version: 1.0 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Return-path: Received: from smtp.codeaurora.org ([198.145.29.96]:38612 "EHLO smtp.codeaurora.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1760954AbcIXA2c (ORCPT ); Fri, 23 Sep 2016 20:28:32 -0400 In-Reply-To: <1474676013-26106-1-git-send-email-john.stultz@linaro.org> Sender: linux-arm-msm-owner@vger.kernel.org List-Id: linux-arm-msm@vger.kernel.org To: John Stultz , Andy Gross Cc: Kees Cook , Bjorn Andersson , Rob Clark , Vinay Simha , Archit Taneja , linux-arm-msm@vger.kernel.org, dri-devel@lists.freedesktop.org On 09/23/2016 05:13 PM, John Stultz wrote: > arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > > diff --git a/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts b/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts > index 7637092..3005576 100644 > --- a/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts > +++ b/arch/arm/boot/dts/qcom-apq8064-asus-nexus7-flo.dts > @@ -15,6 +15,20 @@ > stdout-path = "serial0:115200n8"; > }; > > + reserved-memory { > + #address-cells = <1>; > + #size-cells = <1>; > + ranges; > + > + ramoops@0x88d00000{ s/0x// and add a space between the number and the bracket please. Does this match with the reservation in android kernel? > + compatible = "ramoops"; > + reg = <0x88d00000 0x100000>; > + record-size = <0x00020000>; > + console-size = <0x00020000>; > + ftrace-size = <0x00020000>; > + }; > + }; > + > ext_3p3v: regulator-fixed@1 { > compatible = "regulator-fixed"; > regulator-min-microvolt = <3300000>; -- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project