From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lelv0143.ext.ti.com (lelv0143.ext.ti.com [198.47.23.248]) (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 5FB2B136353; Fri, 30 Aug 2024 18:30:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.47.23.248 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725042623; cv=none; b=n5Ck2rJW3lwrkUil3dM8LdqDib1Dte7U2Kr4Q5ieObnWm9bcHwmM1KZG+uaG7UVAZn8ZxvUiQ1Ki7MVUWrUN1k0STs9WViYXMKjxNNbaAurdG5lEhnyzUFV+MWOEK50S43xdAKVre58U13nxhRmm8GlAB52yDYXfDdy3SGo2x/0= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1725042623; c=relaxed/simple; bh=Gg+75cjEDrJGcrKLwwgQzQb/BmuqkOr+MMgkOhLiT1c=; h=Message-ID:Date:MIME-Version:Subject:To:CC:References:From: In-Reply-To:Content-Type; b=AGCPFrgy0p29iBr8rUObZ4wbgIQPxpxXGRgJexZLpctydV7BKMMa9BCAbAq2fZlYHmyYyq+GOMhMBQp5NMOqS2V8bFPudaTWBpydDFZcEONwp6z1LDMVYVNVvetHoX0v0AR0AQUBOZ4tDOk+klRK8I4kcPBJqSZ84PPThx7v/Ak= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com; spf=pass smtp.mailfrom=ti.com; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b=RQgmjMI+; arc=none smtp.client-ip=198.47.23.248 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=quarantine dis=none) header.from=ti.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=ti.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=ti.com header.i=@ti.com header.b="RQgmjMI+" Received: from fllv0034.itg.ti.com ([10.64.40.246]) by lelv0143.ext.ti.com (8.15.2/8.15.2) with ESMTP id 47UITvQG035692; Fri, 30 Aug 2024 13:29:57 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=ti.com; s=ti-com-17Q1; t=1725042597; bh=yqHUnHIPfw9lWbUR3QG3vdmR0lMK2WN5GGN4Kr1MovI=; h=Date:Subject:To:CC:References:From:In-Reply-To; b=RQgmjMI+uCy41MHeCMw8W6kTfLdemK7e0GO5rRTstIi2TMnqJiZv8tda0U6styOSU 90mgVC08CZMa/596RW0u86V78oqnLhAH5FGCeRu74OiTgQ06Z3sfbKvVgDYrgJ5ykQ PuwadLwbHYbwclfYoOgQQi4bPgmEtnAMMvmi5mI4= Received: from DLEE102.ent.ti.com (dlee102.ent.ti.com [157.170.170.32]) by fllv0034.itg.ti.com (8.15.2/8.15.2) with ESMTPS id 47UITvF5033791 (version=TLSv1.2 cipher=AES256-GCM-SHA384 bits=256 verify=FAIL); Fri, 30 Aug 2024 13:29:57 -0500 Received: from DLEE111.ent.ti.com (157.170.170.22) by DLEE102.ent.ti.com (157.170.170.32) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256_P256) id 15.1.2507.23; Fri, 30 Aug 2024 13:29:56 -0500 Received: from lelvsmtp6.itg.ti.com (10.180.75.249) by DLEE111.ent.ti.com (157.170.170.22) 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; Fri, 30 Aug 2024 13:29:57 -0500 Received: from [128.247.81.191] (uda0499903.dhcp.ti.com [128.247.81.191]) by lelvsmtp6.itg.ti.com (8.15.2/8.15.2) with ESMTP id 47UITuRD125627; Fri, 30 Aug 2024 13:29:56 -0500 Message-ID: <53b4b60e-9ff3-4248-8daa-11136546d0ad@ti.com> Date: Fri, 30 Aug 2024 13:29:56 -0500 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH v4 2/2] arm64: dts: ti: Add k3-am67a-beagley-ai To: Robert Nelson , , , CC: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Vignesh Raghavendra , Nishanth Menon , Andrew Davis , Jai Luthra , Roger Quadros , Siddharth Vadapalli , Andrei Aldea , Jason Kridner , Deepak Khatri , Drew Fustini References: <20240829213929.48540-1-robertcnelson@gmail.com> <20240829213929.48540-2-robertcnelson@gmail.com> Content-Language: en-US From: Jared McArthur In-Reply-To: <20240829213929.48540-2-robertcnelson@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-EXCLAIMER-MD-CONFIG: e1e8a2fd-e40a-4ac6-ac9b-f7e9cc9ee180 On 8/29/24 16:39, Robert Nelson wrote: > BeagleBoard.org BeagleY-AI is an easy to use, affordable open source > hardware single board computer based on the Texas Instruments AM67A, > which features a quad-core 64-bit Arm CPU subsystem, 2 general-purpose > digital-signal-processors (DSP) and matrix-multiply-accelerators (MMA), > GPU, vision and deep learning accelerators, and multiple Arm Cortex-R5 > cores for low-power, low-latency GPIO control. > > https://beagley-ai.org/ > https://openbeagle.org/beagley-ai/beagley-ai > > Signed-off-by: Robert Nelson > CC: Rob Herring > CC: Krzysztof Kozlowski > CC: Conor Dooley > CC: Vignesh Raghavendra > CC: Nishanth Menon > CC: Andrew Davis > CC: Jai Luthra > CC: Roger Quadros > CC: Siddharth Vadapalli > CC: Jared McArthur > CC: Andrei Aldea > CC: Jason Kridner > CC: Deepak Khatri > CC: Drew Fustini Reviewed-by: Jared McArthur -- Best, Jared McArthur