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 F08E7C433F5 for ; Sat, 26 Feb 2022 13:19:44 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 0DDDB83073; Sat, 26 Feb 2022 14:19:43 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com 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=gmail.com header.i=@gmail.com header.b="DMjPxWQw"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id AC83C83BA7; Sat, 26 Feb 2022 14:19:41 +0100 (CET) Received: from mail-ej1-x62d.google.com (mail-ej1-x62d.google.com [IPv6:2a00:1450:4864:20::62d]) (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 B0F268306E for ; Sat, 26 Feb 2022 14:19:38 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=festevam@gmail.com Received: by mail-ej1-x62d.google.com with SMTP id p14so15955865ejf.11 for ; Sat, 26 Feb 2022 05:19:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=zG/keHfqDjYRx20c37zGGbeC8v2oz2RCRlW26AgzeCw=; b=DMjPxWQwwMYXbhF4l/u515b0CLlkPkAP9rr6lxLrDDSNig1C54Z8PYGGPVVh3vddXP i25TYd0O3dey5uGSNexjnzVRcEf7MxMdaKiMaJ72ic57mNICG0vTRh/7KVqrovwn2eM4 3f1P2NccLI/7wX7mh6nkGoUlt+z3ncV/M3Q9NKTtfmzeYI76mv9HRPCckgeRbMBa5Mzr ffYeArqV9pBoe/MCuuOtWQV6b/jal2lI7vsC4pNinj7rnhCA+kK0WVivdmSBvfG1feY+ obuw5AwVXAunFFADNCBS1YvM/y4tnysuP1/7dAszQN9/7SfcHDVbw/MefonZ4Zl2bM+W iHLQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=zG/keHfqDjYRx20c37zGGbeC8v2oz2RCRlW26AgzeCw=; b=2gxAymBCwhUE9lUyWma/inHFbGysY9/dgwGblSVZq24vpD4uU1EaV8A036PGo6TE1e rhofQDB/AoZewt9xNYpWNWC5usvamDa1bM6aJe0Ebb8eJ0QL0pI6JylidZb4gMA7tV+Y YGXFgMsacHphUXUwNyMK8KBq+H4QZi/9kXkclfKv8osx7zI7voINzCbegcJywTEv1Mn1 ffO7tcSyzE4CrxY90j8TF9RtG45EQuUBDiYFZcvgBl76CeGQKd6D0A9zjVNJ31tzDzMM fv1T/CzvJI6YbbjaIyrxtGA8LcHQGFpAJYMyPxvzEcsYJVCyKEkGiLfgyycAPO242sNr ESRA== X-Gm-Message-State: AOAM531oNyyF9hcXaoWtDlx2GddJGO9pqjNkHdZlm6ufXtVxcLzJUot0 3MuQpOMMsY8C3rKcV4iAZy1Sabk+Pi4JIhrx80U= X-Google-Smtp-Source: ABdhPJyFe/Ih3NUdMzCdWiTK3JXwW/9O2fmT3FdmnCNS3ZUZXFdbMmvI6AuNUA1OnX7Dhc1rkWoT4V4ovUzntFIO2W0= X-Received: by 2002:a17:906:7e52:b0:6ce:b94d:a97d with SMTP id z18-20020a1709067e5200b006ceb94da97dmr9563721ejr.4.1645881578335; Sat, 26 Feb 2022 05:19:38 -0800 (PST) MIME-Version: 1.0 References: <20220218231933.4723-1-tharvey@gateworks.com> In-Reply-To: <20220218231933.4723-1-tharvey@gateworks.com> From: Fabio Estevam Date: Sat, 26 Feb 2022 10:19:27 -0300 Message-ID: Subject: Re: [PATCH] board: gateworks: venice: add imx8mm-gw7903 support To: Tim Harvey Cc: Stefano Babic , "NXP i . MX U-Boot Team" , U-Boot-Denx Content-Type: text/plain; charset="UTF-8" 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.5 at phobos.denx.de X-Virus-Status: Clean On Fri, Feb 18, 2022 at 8:19 PM Tim Harvey wrote: > > The GW7903 is based on the i.MX 8M Mini SoC featuring: > - LPDDR4 DRAM > - eMMC FLASH > - microSD socket with voltage select support > - Gateworks System Controller > - M.2 A-E Socket with USB2.0 and PCIe > - MiniPCIe Socket with PCIe, USB2.0, and SIM > - IMX8M FEC > - RS232/RS485/RS422 serial transceiver > - LIS2DE12 3-axis accelerometer > - front panel LED's > - off-board isolated digital I/O > - Wide range DC power input > - 802.3at PoE > - PMIC > > Signed-off-by: Tim Harvey Reviewed-by: Fabio Estevam