dts: adsp: ace20: remove lp clock

LP/HP RING OSC clocks were replaced by the ACE IPLL clock.

If needed IPLL can be configured to work as low power clock. But right
now ACE uses only WOVCRO and IPLL (configured to work as HP RING OSC
clock).

Signed-off-by: Tomasz Leman <tomasz.m.leman@intel.com>
This commit is contained in:
Tomasz Leman 2023-09-08 15:47:10 +02:00 committed by Fabio Baltieri
parent 50f0e223e8
commit 9656056b19

View file

@ -95,11 +95,10 @@
clkctl: clkctl {
compatible = "intel,adsp-shim-clkctl";
adsp-clkctl-clk-wovcro = <0>;
adsp-clkctl-clk-lpro = <1>;
adsp-clkctl-clk-ipll = <2>;
adsp-clkctl-freq-enc = <0xc 0x0 0x4>;
adsp-clkctl-freq-mask = <0x0 0x0 0x0>;
adsp-clkctl-freq-default = <2>;
adsp-clkctl-clk-ipll = <1>;
adsp-clkctl-freq-enc = <0xc 0x4>;
adsp-clkctl-freq-mask = <0x0 0x0>;
adsp-clkctl-freq-default = <1>;
adsp-clkctl-freq-lowest = <0>;
wovcro-supported;
};