commit | 8fde9d13b9d79a0d6d4250f61415390fe06bd0f8 | [log] [tgz] |
---|---|---|
author | Angelo Dureghello <angelo@kernel-space.org> | Tue Feb 07 21:28:00 2023 +0100 |
committer | Angelo Dureghello <angelo@kernel-space.org> | Wed Mar 15 01:38:19 2023 +0100 |
tree | fd89126f499f148a665d66034ea7d700b84a1145 | |
parent | d157a5725a6981eb5e1de2c07072c1214702741f [diff] |
m68k: add global variable sdhc_per_clk for m68k The FSL eSDHC controller supports two reference clocks. They are platform clock and periperhal clock. The global variable sdhc_clk has already been used for platform clock. ColdFire also uses eSHDC controller, as in arm and powerpc, so adding sdhc_per_clk to arch_global_data. Signed-off-by: Angelo Durgehello <angelo@kernel-space.org>