dts: adsp: ace15: 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
cf6d5f95b6
commit
50f0e223e8
|
@ -81,11 +81,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;
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue