From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jordan Crouse Subject: Re: [RFC 2/3] arm64: dts: qcom: sdm845-cheza: Re-add reserved memory Date: Wed, 15 May 2019 13:24:08 -0600 Message-ID: <20190515192408.GD24137@jcrouse1-lnx.qualcomm.com> References: <20190509184415.11592-1-robdclark@gmail.com> <20190509184415.11592-3-robdclark@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Rob Clark Cc: Doug Anderson , Rob Clark , linux-arm-msm , Stephen Boyd , Andy Gross , David Brown , Rob Herring , Mark Rutland , devicetree@vger.kernel.org, LKML List-Id: devicetree@vger.kernel.org On Tue, May 14, 2019 at 09:09:55PM -0700, Rob Clark wrote: > On Mon, May 13, 2019 at 3:48 PM Doug Anderson wrote: > > > > Hi, > > > > On Thu, May 9, 2019 at 11:44 AM Rob Clark wrote: > > > > > From: Douglas Anderson > > > > > > Let's fixup the reserved memory to re-add the things we deleted in > > > ("CHROMIUM: arm64: dts: qcom: sdm845-cheza: Temporarily delete > > > reserved-mem changes") in a way that plays nicely with the new > > > upstream definitions. > > > > The message above makes no sense since that commit you reference isn't > > in upstream. > > > > ...but in any case, why not squash this in with the previous commit? > > Yeah, I should have mentioned this was my intention, I just left it > unsquashed since (at the time) it was something I had cherry-picked on > top of current 4.19 cros kernel.. > > anyways, I pushed an (unsquashed, converted to fixup!'s) update to: > > https://github.com/freedreno/kernel-msm/commits/wip/cheza-dtb-upstreaming > > which has updates based on you're review comments (at least assuming I > understood them correctly).. plus some unrelated to cheza-dt patches > on top to get things actually working (ie. ignore everything on top of > the fixup!'s) > > I didn't see any comments on the 'delete zap-shader' patch, so > hopefully that means what I did there was a sane (or at least not > insane) way to handle android/linux tz vs what we have on cheza? Yeah. In a world where all the 845 firmware is in linux-firmware the best differentiating factor would be the absence of the reserved memory or the zap-shader node in the device tree. Otherwise we would have to try and fail to execute the scm call and then make some sort of educated guess as to if it failed for the "right" reasons. Jordan > > > Signed-off-by: Douglas Anderson > > > Reviewed-by: Stephen Boyd > > > Signed-off-by: Rob Clark > > > > Remove Stephen's Reviewed-by. In general reviews that happen in the > > Chrome OS gerrit shouldn't be carried over when things are posted > > upstream. > > > > > > > +/* Increase the size from 2MB to 8MB */ > > > +&rmtfs_mem { > > > + reg = <0 0x88f00000 0 0x800000>; > > > +}; > > > + > > > +/ { > > > + reserved-memory { > > > + venus_mem: memory@96000000 { > > > + reg = <0 0x96000000 0 0x500000>; > > > + no-map; > > > + }; > > > + }; > > > +}; > > > > nit: blank line? > > > > -Doug -- The Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum, a Linux Foundation Collaborative Project