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 AE4B8C433F5 for ; Mon, 14 Mar 2022 13:20:42 +0000 (UTC) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 959A38398A; Mon, 14 Mar 2022 14:20:40 +0100 (CET) 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="aG7KDjp4"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 8A51E83C5D; Mon, 14 Mar 2022 14:09:19 +0100 (CET) Received: from mail-qt1-x82d.google.com (mail-qt1-x82d.google.com [IPv6:2607:f8b0:4864:20::82d]) (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 4415E83C7F for ; Mon, 14 Mar 2022 14:08:42 +0100 (CET) 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-x82d.google.com with SMTP id 11so13014724qtt.9 for ; Mon, 14 Mar 2022 06:08:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=konsulko.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=C4jM0mF3myc2LVlxzrq6zC2BIMptdIT6dEtSfJygLhg=; b=aG7KDjp4fko5zzXmvlbnQyU0rs5hLL1GuGiCdzJp/qt23j7CAv+dK3PH+1chUYeR3S v5cVKTHWkQyXKf1mAgvvbNQz9D4B+WKr70ogNpD2R/c86FD867/Xgd9AeoqRlPTohbMm oKdNIaKo8pk3xVjFEUyYQKs+r9MwXhgWPXxEY= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=C4jM0mF3myc2LVlxzrq6zC2BIMptdIT6dEtSfJygLhg=; b=RPFhUJd/5xUUcHCgsyMlA7wWMTRs2Mhl49sjlNgJnfxDONdevDWAcOQ8hucFhvHE3t lPRr7PdBKCD5S7JaOvpwm1uWtzT6u8/CWhFmUxmcM+ZSq42CtT/MKPRIWIOlDtAA9Rbx S0gN1qatoYICl4NMY5v06uGAO289YoAl1ICaF1WxS/OOdTdrWOd6SVHTUQLq43oKsGKB 4Rp3vncUEmIsncfj7eHwu32UMnub3E2E6RA+hZo/1tjDNGoufLgpj4QkZjXEGI4vq7HU wboQ3hsFFdtDit4FfjVvN3mqOmEoc4NbpcvUxT7z7/1YuG40dUEtZsmpoEufkddVqynb DmSA== X-Gm-Message-State: AOAM532Z/Ebw/xTUfAM3v0yrjQ9FuRWzll9HFWAjR9XCITWAs0s/4s5E nGwPI0agp0j/TIgro3COjh5a7vS+EWjChLnG X-Google-Smtp-Source: ABdhPJytMEwVxD91U8Z+MtdQQvHk1LIHI3iQp0ToECrBspEmbQL7NUaQNd4cOkCNXtBKxCPWF26t4w== X-Received: by 2002:a05:622a:4c6:b0:2dd:6c7a:fae2 with SMTP id q6-20020a05622a04c600b002dd6c7afae2mr18191213qtx.99.1647263320953; Mon, 14 Mar 2022 06:08:40 -0700 (PDT) Received: from bill-the-cat (2603-6081-7b01-cbda-2ef0-5dff-fedb-a8ba.res6.spectrum.com. [2603:6081:7b01:cbda:2ef0:5dff:fedb:a8ba]) by smtp.gmail.com with ESMTPSA id j11-20020a37a00b000000b0067b436faccesm7712617qke.122.2022.03.14.06.08.39 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 14 Mar 2022 06:08:40 -0700 (PDT) Date: Mon, 14 Mar 2022 09:08:38 -0400 From: Tom Rini To: Adam Ford Cc: u-boot@lists.denx.de, aford@beaconembedded.com Subject: Re: [PATCH 2/2] ARM: am3517_evm: Remove hard-coded pin muxing Message-ID: <20220314130838.GV9986@bill-the-cat> References: <20220226211724.742506-1-aford173@gmail.com> <20220226211724.742506-2-aford173@gmail.com> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="+Yg8W10oK6rlW0RR" Content-Disposition: inline In-Reply-To: <20220226211724.742506-2-aford173@gmail.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.5 at phobos.denx.de X-Virus-Status: Clean --+Yg8W10oK6rlW0RR Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Sat, Feb 26, 2022 at 03:17:24PM -0600, Adam Ford wrote: > With updated device trees now supporting pinmuxing for USB, > ethernet, MMC, and other peripherals necessary to start MLO > and U-Boot, the hard-coded pinmux options can be removed since > they are now handed by DM and only muxed when the respective > peripheral needs it. >=20 > Signed-off-by: Adam Ford > Tested-by: Derald D. Woods >=20 > diff --git a/board/logicpd/am3517evm/am3517evm.h b/board/logicpd/am3517ev= m/am3517evm.h > index db2134bb9d..aec2b410c8 100644 Applied to u-boot/next, thanks! --=20 Tom --+Yg8W10oK6rlW0RR Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQGzBAABCgAdFiEEGjx/cOCPqxcHgJu/FHw5/5Y0tywFAmIvPlYACgkQFHw5/5Y0 tyzNbwwAr+bxUdTznVCH9yFwZ4Yi6WsAB9B+oSbTv701Jxnhcf6uth5gTDu2czXM Q82/Fq6r41OfinwPzoyuVrPdxb4cFzENIUs4wxhYRAJ6Zfnd4nkseBXpE3s4dYnE +/cCvesteHDn7vlbnEGxQYVsR//odSaCsp8Bflzl8k+c2IF87wi0FuAENLnwn9w6 XYEv7KnDrs+sYwYFyBZHTYyjulmciFKjLWj59Nx0Vo3V+PlI0OMVzLV8zW4j6ip2 TnK9hH2bjEtABrBa41budUlcfF5EYwz8kg8n1w097U6aSUaXhNG3OgqzPnBVzRbR 4SpXU1jChQIWCmD5ZkG9fI11SPEENgeZ8tgUcXngOjWh8iP8ZRuuIC87zMFtkVQV B3gmTM3nDKb/MEVwyWUnzYjJJl7N8FQVgjLrNg+LRBxwEyLmE9pM7RX0bF+dUOVz N9hsWR2F4jIL7Lq6zT8xHH9myp93DQjTDKAJCTPCmNyK/drK8eaNOtqra1xdMYP/ x97i9fnx =qWo2 -----END PGP SIGNATURE----- --+Yg8W10oK6rlW0RR--