mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-05 10:04:12 +08:00
arm64: dts: exynos: move XTCXO clock frequency to board in Exynos Auto v9
The external oscillator - XTCXO - is an input to the SoC. It is defined in the Exynos Auto v9 SoC DTSI, because all boards will provide it and clock controller bindings expect it, however the actual frequency of the clock should be determined by the board. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Chanho Park <chanho61.park@samsung.com> Link: https://lore.kernel.org/r/20220503092631.174713-1-krzysztof.kozlowski@linaro.org
This commit is contained in:
parent
22cbcb8f4a
commit
f223095c6e
@ -58,3 +58,7 @@
|
||||
&usi_0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&xtcxo {
|
||||
clock-frequency = <26000000>;
|
||||
};
|
||||
|
@ -153,7 +153,6 @@
|
||||
xtcxo: clock {
|
||||
compatible = "fixed-clock";
|
||||
#clock-cells = <0>;
|
||||
clock-frequency = <26000000>;
|
||||
clock-output-names = "oscclk";
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user