From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 2E79AC43334 for ; Tue, 28 Jun 2022 08:00:28 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S243515AbiF1IA0 (ORCPT ); Tue, 28 Jun 2022 04:00:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55688 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231845AbiF1IAZ (ORCPT ); Tue, 28 Jun 2022 04:00:25 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F53213D5B; Tue, 28 Jun 2022 01:00:25 -0700 (PDT) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id B12496104E; Tue, 28 Jun 2022 08:00:24 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 17A9EC3411D; Tue, 28 Jun 2022 08:00:24 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1656403224; bh=aijp6DmSOsxg3ML/b3u+5AynjVUvqqeBYGfLP419iiY=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=G9hPPftkQRDi9dE8PgfFfmgGI4uMPXNZzI9LIXJm4MIyHQ/gwgVjhbVI2B688IhyL v3qyt6Mzj6i7CXBlnkwDp3t4hyZ37hT0ndseXrxS0ewM2wloO+zasMTkrQOXAArBHT whmR+vvGy0UFnIHU2H/5tetzqn5ovHGOzAtNcyRAABhyLRBzh8DkpQWmDvgoE1vUeL k6OnQzAEljTP9b5fD4o+I4RD2i4bmx5z3F8d2MofYYvxhvqnpOJshicCQc0E4fdw7X GxhlFVb0tFx+c5AhwFRKJvUYwt+/qKQuFmlKV7/XLo9z3gebxkeH4jbdF14by3jDec Qhd/Z5s8kCCQQ== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1o668y-0005xl-Mz; Tue, 28 Jun 2022 10:00:21 +0200 Date: Tue, 28 Jun 2022 10:00:20 +0200 From: Johan Hovold To: Konrad Dybcio Cc: Johan Hovold , Bjorn Andersson , Andy Gross , Rob Herring , Krzysztof Kozlowski , Manivannan Sadhasivam , Jassi Brar , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v3] arm64: dts: qcom: sc8280xp: add Lenovo Thinkpad X13s devicetree Message-ID: References: <20220622132617.24604-1-johan+linaro@kernel.org> <96394aa2-aefc-63c4-d86f-15c06d092d75@somainline.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <96394aa2-aefc-63c4-d86f-15c06d092d75@somainline.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Mon, Jun 27, 2022 at 01:38:47PM +0200, Konrad Dybcio wrote: > On 22.06.2022 15:26, Johan Hovold wrote: > > Add an initial devicetree for the Lenovo Thinkpad X13s with support for > > USB, backlight, keyboard, touchpad, touchscreen (to be verified), PMICs > > and remoteprocs. > > > > Signed-off-by: Johan Hovold > > Reviewed-by: Krzysztof Kozlowski Krzysztof's tag wasn't here in the version I posted. > > + reserved-memory { > > + }; > You still haven't explained this weird node (I don't believe > the thing doesn't mind you poking at 'secure' regions, and even > if otherwise, it is unused for now). It's just unused for now, so sure, we can remove it until we need it. Johan