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 1CD30C433EF for ; Wed, 22 Jun 2022 13:14:27 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1352486AbiFVNO0 (ORCPT ); Wed, 22 Jun 2022 09:14:26 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38006 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S242360AbiFVNOY (ORCPT ); Wed, 22 Jun 2022 09:14:24 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1A9A16556; Wed, 22 Jun 2022 06:14:24 -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 AA24061A2B; Wed, 22 Jun 2022 13:14:23 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 0A042C34114; Wed, 22 Jun 2022 13:14:23 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1655903663; bh=Gj3VM0yeJBj/nRrG6vM2dxW6NSTwd6le7/WSYwfM5+4=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=DWA8UbGuCwSOlrs7g7crjz73TBnUWQpzpk2we5f4pjS08i7LVpB1ml3jMgE57zUkO rgJa74OXkSHK0yzmUjM3b59zNm6AawKyti+BlJsepv1GEbz33KXp5cmDp+zKoz544r SHiSW+OtwfheIjZ3EcXgu3mGvb+LSITJUSYvrO3/LQrvdfzsMKlzGtQvJ+XY0Y2Dnz W6qtZtdT/5hymr552yMjLUYAm+zS9DxBOg/UnpA2eE1h7zU8u69MlopfauLds2GXjq UqylrPcikT7h9mPqzrVhUSGxyBz3nsHLmgZ7jIIRy9Q+30vyjcCRhUBThlgSobSwWm 8SYgTdc38x0/g== Received: from johan by xi.lan with local (Exim 4.94.2) (envelope-from ) id 1o40BW-0006Hv-Sz; Wed, 22 Jun 2022 15:14:18 +0200 Date: Wed, 22 Jun 2022 15:14:18 +0200 From: Johan Hovold To: Bjorn Andersson Cc: Andy Gross , Krzysztof Kozlowski , Rob Herring , Manivannan Sadhasivam , Jassi Brar , linux-arm-msm@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 6/6] arm64: dts: qcom: sc8280xp: add Lenovo Thinkpad X13s devicetree Message-ID: References: <20220622041224.627803-1-bjorn.andersson@linaro.org> <20220622041224.627803-7-bjorn.andersson@linaro.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220622041224.627803-7-bjorn.andersson@linaro.org> Precedence: bulk List-ID: X-Mailing-List: linux-arm-msm@vger.kernel.org On Tue, Jun 21, 2022 at 09:12:24PM -0700, Bjorn Andersson wrote: > From: Johan Hovold > > Add an initial Lenovo Thinkpad X13s devicetree. I'd like to amend the commit message somewhat before this is merged. > Signed-off-by: Johan Hovold > Signed-off-by: Bjorn Andersson > --- > > Changs since v1: > - New patch I've also done a few minor clean ups (including the include file cleanup) so I'll reply here a v2. Johan