diff options
author | Tom Rini | 2019-11-28 07:33:45 -0500 |
---|---|---|
committer | Tom Rini | 2019-11-28 07:33:45 -0500 |
commit | 089612da337dfd60afb3d3def79b872cc98f6dd5 (patch) | |
tree | 56a895b0a3d8124f3e298f99df76d32c5acc1df1 /arch/powerpc | |
parent | 29061447a0750826d68e02645d1c43abd799ca96 (diff) | |
parent | 56b0bb96befdaf0a63b0d17914c5e4402360b6b3 (diff) |
Merge tag 'mmc-11-27-2019' of https://gitlab.denx.de/u-boot/custodians/u-boot-mmc
- fsl_esdhc update and some cleanup in ls1021a/mpc83xx code
- mmc tmio sdhi update for hs400
Diffstat (limited to 'arch/powerpc')
-rw-r--r-- | arch/powerpc/include/asm/arch-mpc83xx/clock.h | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/arch/powerpc/include/asm/arch-mpc83xx/clock.h b/arch/powerpc/include/asm/arch-mpc83xx/clock.h deleted file mode 100644 index d57e93c2df9..00000000000 --- a/arch/powerpc/include/asm/arch-mpc83xx/clock.h +++ /dev/null @@ -1,22 +0,0 @@ -/* - * (C) Copyright 2018 - * Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc - * - * SPDX-License-Identifier: GPL-2.0+ - */ - -#ifndef __ASM_POWERPC_CLOCK_H -#define __ASM_POWERPC_CLOCK_H - -/* Make fsl_esdhc driver happy */ -enum mxc_clock { - MXC_ESDHC_CLK, -}; - -DECLARE_GLOBAL_DATA_PTR; - -uint mxc_get_clock(int clk) -{ - return gd->arch.sdhc_clk; -} -#endif /* __ASM_POWERPC_CLOCK_H */ |