From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andre Heider Date: Thu, 27 Aug 2020 18:28:27 +0200 Subject: [PATCH 1/2] mmc: xenon: set signal voltage and max base clock In-Reply-To: <20200819141940.15650-2-pali@kernel.org> References: <20200819141940.15650-1-pali@kernel.org> <20200819141940.15650-2-pali@kernel.org> Message-ID: <0d472cd5-0738-7903-b646-e4f73683d9c2@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 19/08/2020 16:19, Pali Roh?r wrote: > From: Evan Wang > > - The SDIO signal voltage and max base clock frequency > setting are missing in driver, which causes SDIO > not working. > - The patch adds SDIO signal voltage switch support, > which is based on regulator-gpio of vqmmc-supply, and > sets the max base clock frequency. > - Fix the zero clock value in call to sdhci_setup_cfg() > function. > > Change-Id: I79c8860c65b8db166f4f70db56ede4097f71f1fa > Signed-off-by: Evan Wang > Reviewed-on: http://vgitil04.il.marvell.com:8080/53589 > Reviewed-by: Hua Jing > Tested-by: Hua Jing > [pali: Amended fixup patch] > Signed-off-by: Pali Roh?r Tested-by: Andre Heider