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 21B02C001DC for ; Thu, 13 Jul 2023 19:00:39 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 803E086C25; Thu, 13 Jul 2023 21:00:37 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.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=ti.com header.i=@ti.com header.b="lzdCxEVD"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id B924C86CC1; Thu, 13 Jul 2023 21:00:35 +0200 (CEST) Received: from lelv0142.ext.ti.com (lelv0142.ext.ti.com [198.47.23.249]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 855B9863E5 for ; Thu, 13 Jul 2023 21:00:33 +0200 (CEST) Authentication-Results: phobos.denx.de; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=bb@ti.com Received: from fllv0035.itg.ti.com ([10.64.41.0]) by lelv0142.ext.ti.com (8.15.2/8.15.2) with ESMTP id 36DJ0CY3099283; Thu, 13 Jul 2023 14:00:12 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1689274812; bh=TnTBzE2x0cz6HyuGG/K9nMNZEKGG0Ovn3yIa1FifmM4=; h=Date:From:To:CC:Subject:References:In-Reply-To; b=lzdCxEVDa48yWhlW8NTzvvb7xPDVj8Jr6hYI6VKkI8ncB/eYkl9gOmErc+nHkt69+ rN+Er8pixqc4mNuijU7eemVRo6Wdv1FKePAZGtQqSg53RfSKBgzM1BW2wOXAtnLm0j 3UhkUyJd9NPM0fsnW1r9HVj0J1Q9rqTZe4Mw3nDU= Received: from DFLE115.ent.ti.com (dfle115.ent.ti.com [10.64.6.36]) by fllv0035.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 36DJ0Cag055007 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Thu, 13 Jul 2023 14:00:12 -0500 Received: from DFLE111.ent.ti.com (10.64.6.32) by DFLE115.ent.ti.com (10.64.6.36) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Thu, 13 Jul 2023 14:00:11 -0500 Received: from fllv0040.itg.ti.com (10.64.41.20) by DFLE111.ent.ti.com (10.64.6.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23 via Frontend Transport; Thu, 13 Jul 2023 14:00:11 -0500 Received: from localhost (ileaxei01-snat2.itg.ti.com [10.180.69.6]) by fllv0040.itg.ti.com (8.15.2/8.15.2) with ESMTP id 36DJ0BNZ080665; Thu, 13 Jul 2023 14:00:11 -0500 Date: Thu, 13 Jul 2023 14:00:11 -0500 From: Bryan Brattlof To: Nishanth Menon CC: , Tom Rini , Wadim Egorov , Francesco Dolcini , Sjoerd Simons , Neha Malcom Francis , Vignesh Raghavendra , Nitin Yadav Subject: Re: [RFC PATCH 3/4] arm: dts: Fix build of am62a7 dtbs Message-ID: <20230713190011.4g75a7o6bwbsbapp@bryanbrattlof.com> X-PGP-Fingerprint: D3D1 77E4 0A38 DF4D 1853 FEEF 41B9 0D5D 71D5 6CE0 References: <20230713072019.3153871-1-nm@ti.com> <20230713072019.3153871-4-nm@ti.com> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline In-Reply-To: <20230713072019.3153871-4-nm@ti.com> X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 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 July 13, 2023 thus sayeth Nishanth Menon: > am62a7 should be built with CONFIG_SOC_K3_AM62A7 not CONFIG_SOC_K3_AM625 > > Fixes: 6bdfa69155d8 ("arm: dts: introduce am62a7 u-boot dtbs") > Cc: Bryan Brattlof > Cc: Vignesh Raghavendra > Cc: Francesco Dolcini > Cc: Sjoerd Simons > Cc: Wadim Egorov > Signed-off-by: Nishanth Menon > --- > > Found this as i was building and wondering why 62a7 dtbs were building.. > Oops :) Reviewed-by: Bryan Brattlof