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 phobos.denx.de (phobos.denx.de [85.214.62.61]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id 1F3FAC0015E for ; Fri, 28 Jul 2023 12:45:43 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0D51385423; Fri, 28 Jul 2023 14:45:40 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (2048-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="jJSzT9du"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 6B6E78622C; Fri, 28 Jul 2023 14:45:23 +0200 (CEST) Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 4E4D6868F8 for ; Fri, 28 Jul 2023 14:45:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=kernel.org Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=mripard@kernel.org Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 1FE2C62130; Fri, 28 Jul 2023 12:45:18 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 03BA1C433C9; Fri, 28 Jul 2023 12:45:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1690548317; bh=L/euZ+w52YVBd161P5dq9ZBJf3C/ADnqSUSxXaVTTv4=; h=Date:From:To:Subject:In-Reply-To:References:Cc:From; b=jJSzT9duUMuHKqb6IiA8E2LV44opQKrz/jbhFzPVIDV8rJMEaechF4A0ROfsVQauU alrrSZoy5MuitlPsAa07C5vpIdoMwtzbG+wBgUevmLg6xY3cPo1gK4QrqbPhEnT0Mi lkucuyuoTv+sbnT5NYCSWe7xdHmI05ngZIos3QcK2Kop9/a89vljaILVN+hLXje6hc 94R6HqtvWZbuc4onopjPQ5kXLCb0Ek9UdDTo15eZAa4d3J4Gy5RWfyffwGesYX5/V5 t66QU+u95NeB0hcvBcUEate8JEq+2uJiujViPMMty7ZIiDHyDlu91aexUPQje4zonJ dKL0Opswu3LWQ== Message-ID: <41d9c2517e6333c8462322a80da2f2ea.mripard@kernel.org> Date: Fri, 28 Jul 2023 12:45:14 +0000 From: "Maxime Ripard" To: "Nishanth Menon" Subject: Re: [PATCH V3 3/3] arm: dts: k3-am62: Bump dtsi from linux v6.5-rc1 In-Reply-To: <20230727090331.2834463-4-nm@ti.com> References: <20230727090331.2834463-4-nm@ti.com> Cc: u-boot@lists.denx.de, "Andrew Davis" , "Bryan Brattlof" , "Francesco Dolcini" , "Marcel Ziswiler" , "Mattijs Korpershoek" , "Maxime Ripard" , "Neha Malcom Francis" , "Nikhil Jain" , "Roger Quadros" , "Sjoerd Simons" , "Tom Rini" , "Vignesh Raghavendra" , "Wadim Egorov" Content-Transfer-Encoding: quoted-printable X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.39 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.103.8 at phobos.denx.de X-Virus-Status: Clean On Thu, 27 Jul 2023 04:03:31 -0500, Nishanth Menon wrote: > Update the am62 and am625 device-trees from linux v6.5-rc1. This needed > the following tweaks to the u-boot specific dtsi as well: > - Switch tick-timer to the main_timer as it's now defined in the main dtsi > - Secure proxies are defined in SoC dtsi > - Drop duplicate nodes - u-boot.dtsi is includes in r5-sk, no need for >=20 > [ ... ] Reviewed-by: Maxime Ripard Thanks! Maxime