From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 61B042C83 for ; Sun, 21 Nov 2021 02:21:07 +0000 (UTC) Received: by mail.kernel.org (Postfix) with ESMTPSA id 69B466008E; Sun, 21 Nov 2021 02:21:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1637461266; bh=UCzrbM2fD+0HR8OTJ7bvKM6jrnWGIk1QV2RUx+6+AcA=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=FfnIEeglJ9iE1+Wx5hFdSxZpOkvthyDqWEDkBw4C1Vd6ZtaZf+8fR4cr43d08z7dA qcRRdvOY8CW8F17K4HbW6cJjr16Txh7jeyBnYADlO1yuTRhW0R/weewwrnJ68hFKG7 jPeEveZVC6QAPjyRgxVmvfgUyx1q35NqXxgHciXYmvpu9L06qqEQ+XoDO8oJihks9W +8rtWRYyyz7ni5kVSl8g1CbBxxaN8lGlCMnJaZ+z3kikfg30k036wL3o35OFuP6WK0 /65KBwUqpvJcx5cC5FCxVyLAhw3OHPbBdaFRj+Gn+30cLlYG2Ln2ElZ3A8vAAvechV IWP+EDosvx0XA== Date: Sun, 21 Nov 2021 10:20:57 +0800 From: Shawn Guo To: Arnaud Ferraris Cc: linux-kernel@vger.kernel.org, linux-rockchip@lists.infradead.org, linux-arm-msm@vger.kernel.org, linux-sunxi@lists.linux.dev, linux-arm-kernel@lists.infradead.org, devicetree@vger.kernel.org, Martin Kepplinger , Heiko Stuebner , Bjorn Andersson , Andy Gross , Fabio Estevam , Pengutronix Kernel Team , Sascha Hauer , Jernej Skrabec , Chen-Yu Tsai , Maxime Ripard , Rob Herring , Krzysztof Kozlowski , Lucas Stach , Angus Ainslie , Guido Gunther , Tomasz Figa , Johan Jonker , Eddie Cai , Shunqian Zheng , Brian Norris , Dan Johansen , Simon South , Matthias Brugger Subject: Re: [PATCH 2/4] arm64: dts: freescale: add 'chassis-type' property Message-ID: <20211121022056.GD31998@dragon> References: <20211016102025.23346-1-arnaud.ferraris@collabora.com> <20211016102025.23346-3-arnaud.ferraris@collabora.com> Precedence: bulk X-Mailing-List: linux-sunxi@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20211016102025.23346-3-arnaud.ferraris@collabora.com> User-Agent: Mutt/1.9.4 (2018-02-28) On Sat, Oct 16, 2021 at 12:20:23PM +0200, Arnaud Ferraris wrote: > A new 'chassis-type' root node property has recently been approved for > the device-tree specification, in order to provide a simple way for > userspace to detect the device form factor and adjust their behavior > accordingly. > > This patch fills in this property for end-user devices (such as laptops, > smartphones and tablets) based on NXP ARM64 processors. > > Signed-off-by: Arnaud Ferraris Applied, thanks.