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:
parent
50f0e223e8
commit
9656056b19
1 changed files with 4 additions and 5 deletions
|
@ -95,11 +95,10 @@
|
||||||
clkctl: clkctl {
|
clkctl: clkctl {
|
||||||
compatible = "intel,adsp-shim-clkctl";
|
compatible = "intel,adsp-shim-clkctl";
|
||||||
adsp-clkctl-clk-wovcro = <0>;
|
adsp-clkctl-clk-wovcro = <0>;
|
||||||
adsp-clkctl-clk-lpro = <1>;
|
adsp-clkctl-clk-ipll = <1>;
|
||||||
adsp-clkctl-clk-ipll = <2>;
|
adsp-clkctl-freq-enc = <0xc 0x4>;
|
||||||
adsp-clkctl-freq-enc = <0xc 0x0 0x4>;
|
adsp-clkctl-freq-mask = <0x0 0x0>;
|
||||||
adsp-clkctl-freq-mask = <0x0 0x0 0x0>;
|
adsp-clkctl-freq-default = <1>;
|
||||||
adsp-clkctl-freq-default = <2>;
|
|
||||||
adsp-clkctl-freq-lowest = <0>;
|
adsp-clkctl-freq-lowest = <0>;
|
||||||
wovcro-supported;
|
wovcro-supported;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue