commit | 4abe2508190778aa1dbfc43e5c3ea6269325ff4d | [log] [tgz] |
---|---|---|
author | Christophe Leroy <christophe.leroy@csgroup.eu> | Mon Apr 03 14:16:56 2023 +0200 |
committer | Christophe Leroy <christophe.leroy@csgroup.eu> | Thu Apr 06 14:50:03 2023 +0200 |
tree | 599456606dc1088646f534c7ed9a98ff6352e5fb | |
parent | cc460259381ae5f890b58482c71708b76f67242e [diff] |
clk: mpc83xx: Fix clocks for mpc832x gd->arch.sdhc_clk only exists when CONFIG_FSL_ESDHC is set, so enclose it inside ifdefs. gd->arch.qe_clk and gd->arch.brg_clk must be populated when CONFIG_QE is set. Signed-off-by: Christophe Leroy <christophe.leroy@csgroup.eu>