commit | b4c47fd089b906380b8a38ba2d3b3da2309b9e67 | [log] [tgz] |
---|---|---|
author | Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> | Fri Aug 19 17:01:02 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 13 12:08:40 2022 -0400 |
tree | 9c0068279ccd7a5e1835d6fe184c9799b880c731 | |
parent | 05eead611bf5b994dfe559f6b35290a594d9a4fb [diff] |
clk: aspeed: Get HCLK frequency support User can get correct HCLK frequency during driver probe stage by adding the following configuration in the device tree. "clocks = <&scu ASPEED_CLK_AHB>". Signed-off-by: Chin-Ting Kuo <chin-ting_kuo@aspeedtech.com> Reviewed-by: Cédric Le Goater <clg@kaod.org>