From mboxrd@z Thu Jan 1 00:00:00 1970 From: Fabio Estevam Date: Wed, 30 Dec 2020 14:47:42 -0300 Subject: [PATCH 2/2] ARM: dts: imx8mm-beacon: add UHS and HS400/HS400ES properties In-Reply-To: References: <20201230141421.2860212-1-aford173@gmail.com> <20201230141421.2860212-2-aford173@gmail.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi Adam, On Wed, Dec 30, 2020 at 2:44 PM Adam Ford wrote: > I just sent an RFC [1] for change that uses the esdhc_soc_data flags > to determine whether or not the function/feature is present in the > controller and checks to see if the function is enabled from Kconfig. > > I was able to remove the u-boot.dtsi changes that I previously pushed, > and I was able to see that the eMMC device is running at HS400_ES > (200MHz) Thanks for investigating and providing a patch. Appreciated!