From mboxrd@z Thu Jan 1 00:00:00 1970 From: York Sun Date: Tue, 5 May 2015 09:39:39 -0700 Subject: [U-Boot] [PATCH v3 4/4] powerpc/t2080qds: enable eSDHC peripheral clock support In-Reply-To: <1429682276-38765-1-git-send-email-yangbo.lu@freescale.com> References: <1429682276-38765-1-git-send-email-yangbo.lu@freescale.com> Message-ID: <5548F24B.8010903@freescale.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 04/21/2015 10:57 PM, Yangbo Lu wrote: > Enable eSDHC peripheral clock support. u-boot and linux will > use SD clock generated by peripheral clock instead of platform > clock. > > Signed-off-by: Yangbo Lu > Cc: York Sun > Cc: Pantelis Antoniou > --- > Changes for v3: > - Add Pantelis Antoniou to Cc list > - Modify commit message > --- > --- > include/configs/T208xQDS.h | 1 + > 1 file changed, 1 insertion(+) > Applied to u-boot-mpc85xx master. Awaiting upstream. York