From mboxrd@z Thu Jan 1 00:00:00 1970 From: Simon Glass Date: Fri, 26 Mar 2021 20:18:38 -0700 Subject: [PATCH 06/34] x86: coral: Update the SD card-detect GPIO In-Reply-To: <76df3dd7-40ee-5b2e-6103-e20d20e006ca@samsung.com> References: <76df3dd7-40ee-5b2e-6103-e20d20e006ca@samsung.com> <20210315050034.1934660-1-sjg@chromium.org> <20210315050034.1934660-7-sjg@chromium.org> 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 On 3/15/21 2:00 PM, Simon Glass wrote: > Since the recent bug fix, it doesn't matter which GPIO phandle is used so > long as the GPIO number is right. Still, we may as well use the correct > one to avoid confusion. > > Signed-off-by: Simon Glass Reviewed-by: Jaehoon Chung Best Regards, Jaehoon Chung > --- > > arch/x86/dts/chromebook_coral.dts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > Applied to u-boot-dm/next, thanks!