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 C080BECAAA1 for ; Thu, 15 Sep 2022 21:54:37 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 2DEDF84B73; Thu, 15 Sep 2022 23:54:22 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=pass (1024-bit key; unprotected) header.d=konsulko.com header.i=@konsulko.com header.b="RL897HFB"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 7A5D384B5D; Thu, 15 Sep 2022 23:54:21 +0200 (CEST) Received: from mail-qt1-x833.google.com (mail-qt1-x833.google.com [IPv6:2607:f8b0:4864:20::833]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 2BD4F84B58 for ; Thu, 15 Sep 2022 23:54:19 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=konsulko.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=trini@konsulko.com Received: by mail-qt1-x833.google.com with SMTP id g12so14304569qts.1 for ; Thu, 15 Sep 2022 14:54:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:from:to:cc:subject:date; bh=pex5Lx7vf1Yt0d03M9YMOrXS+YS7i/I2xGWdDCTX284=; b=RL897HFBAopps3z5tfVhz+fg8hULxklUVG6yb+/4bMetYcwgEohgph+oKATEoLXdYu YAn/GpDff++iPQxjCv6I/ajOYO9TdEAlrEq+joKZTfRlys+VBr0hvT2enKijy9GTo5pN o0xAj1IVBnpYMtylnNFDN1w81EuwyOgsgpzpg= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=in-reply-to:content-disposition:mime-version:references:message-id :subject:cc:to:from:date:x-gm-message-state:from:to:cc:subject:date; bh=pex5Lx7vf1Yt0d03M9YMOrXS+YS7i/I2xGWdDCTX284=; b=6+ReJn5+ANOroVzDCqA9zDafzpkfHxPlb2qfuxul6Pbx9jw/KBHqSQH+EhB/Mxas74 rOHKWLURzDR311EOdfR3JuASE8hZvotHYmZSbuYXabhjdGlUjFTT+6Mku4qTjB3NSyNX pQx+vFghL3imBoUPVU/m5wL2wulehioNP4hsoGOZ1/lKnH4jQGmUSWZEqj4Zj1oO2fpl 1mARO6lQv6KfFhn7Sl46wr6H0hmJYb3QIkBFv0hISK9/pu4dJ+7DFVG4EnyOwgMZcLVc 0C6S5MRCwBaruGjVJ8IE+FmO6pIw18ZPwd61dcnOz6vPW6hpVLHlhtlhEUyVZfLOCDIp hYOw== X-Gm-Message-State: ACrzQf1buZc7p9tLd4Uw0hWueeANNrfPLLcDmNAj8rqqz6eQcUKGscLe 3WSQNh2J3nar+aZDbzk5j6sKMw== X-Google-Smtp-Source: AMsMyM4lzVazlJq/tKwpzKi8Bw0nQx8OMTslh8v+LM5b9brQ75wm7nJus4TqCtaD9LSH/J+HjKiANg== X-Received: by 2002:a05:622a:4ca:b0:35c:c474:a892 with SMTP id q10-20020a05622a04ca00b0035cc474a892mr1842387qtx.667.1663278857991; Thu, 15 Sep 2022 14:54:17 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b00-6400-7c7f-be09-1cf9-0c48.res6.spectrum.com. [2603:6081:7b00:6400:7c7f:be09:1cf9:c48]) by smtp.gmail.com with ESMTPSA id t16-20020a05622a01d000b0035bb6c3811asm4239296qtw.53.2022.09.15.14.54.16 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 15 Sep 2022 14:54:17 -0700 (PDT) Date: Thu, 15 Sep 2022 17:54:15 -0400 From: Tom Rini To: Bernhard Messerklinger Cc: u-boot@lists.denx.de, wolfgang.wallner@br-automation.com Subject: Re: [PATCH 3/5] brppt1: Cleanup device tree Message-ID: <20220915215415.GU6993@bill-the-cat> References: <20220825065404.161821-1-bernhard.messerklinger@br-automation.com> <20220825065404.161821-4-bernhard.messerklinger@br-automation.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="W302I+VHGNbNYdEm" Content-Disposition: inline In-Reply-To: <20220825065404.161821-4-bernhard.messerklinger@br-automation.com> X-Clacks-Overhead: GNU Terry Pratchett 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.6 at phobos.denx.de X-Virus-Status: Clean --W302I+VHGNbNYdEm Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Aug 25, 2022 at 08:54:02AM +0200, Bernhard Messerklinger wrote: > * Remove unnecessary device tree nodes which are not needed in > U-Boot directly. > * Move all U-Boot specific device tree properties to u-boot dtsi. >=20 > Signed-off-by: Bernhard Messerklinger > Reviewed-by: Wolfgang Wallner Applied to u-boot/next, thanks! --=20 Tom --W302I+VHGNbNYdEm Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmMjnwcACgkQFHw5/5Y0 tyznBQv9EILLQRevzLvVd5Ain4fz6teeG0AGgoHoVuFsBPpM4tJa9EQoDVEa+Smr 2c6hchrdGk1W7OAKZUnkPuGNDnXFo7a+ZTcOuU1tgIhlKlWSkU1InI2QKW/Cesrj NGiJES2XAIBy71Cn4VC+z6nKADw+XzWFWixOxN91/5tprxkCX3ZudGLURK7TyQDN Gl2d+M1E9P6Nok+8lcRKG4uB7iB6jQqpKCdboWbj6puAWQ3ORnohy9wmZ26pMfSs 4uQ0rBEVvCOFyBsePVhlNXqMirio1Fg4t2CU6pFrN53fpG3uKizeonSeNRnYOFzD TzI2DDw4fGs8W2Iwri1+8gwEHu571RbpVVF5SX4snfwkSGbDraEo2R0/P6YOL4Zz dB5WwYfw8Sxl/OGRHtBbguC9G/YioOCkdRwZGXOFVo7NtvAPUC7b/2Msh3u/xIFR sSxbHUOYKcvE9GkKC9TaEVdQyjzD4+rW0iECrldh5lDKUErMVEU0+aBq2Hj3al51 7mRwAlOc =E29X -----END PGP SIGNATURE----- --W302I+VHGNbNYdEm--