dts: bindings: clock: Change the property names in the DTS
Rename the following properties in bindings and DTS: -- freqs_mhz => freqs-mhz -- cg_reg => cg-reg -- pll_ctrl_reg => pll-ctrl-reg Signed-off-by: James Roy <rruuaanng@outlook.com>
This commit is contained in:
parent
5914131852
commit
36f6cafdb0
2 changed files with 6 additions and 6 deletions
|
@ -34,9 +34,9 @@
|
|||
cpuclk: cpuclk@10000000 {
|
||||
compatible = "mediatek,mt8195_cpuclk";
|
||||
reg = <0x10000000 380>;
|
||||
cg_reg = <0x10720180>;
|
||||
pll_ctrl_reg = <0x1000c7e0>;
|
||||
freqs_mhz = <26 370 540 720>;
|
||||
cg-reg = <0x10720180>;
|
||||
pll-ctrl-reg = <0x1000c7e0>;
|
||||
freqs-mhz = <26 370 540 720>;
|
||||
};
|
||||
|
||||
core_intc: core_intc@0 {
|
||||
|
|
|
@ -4,13 +4,13 @@
|
|||
description: MediaTek Audio DSP CPU Frequency Control
|
||||
compatible: "mediatek,mt8195_cpuclk"
|
||||
properties:
|
||||
freqs_mhz:
|
||||
freqs-mhz:
|
||||
type: array
|
||||
description: Available frequencies in ascending order
|
||||
required: true
|
||||
reg:
|
||||
type: array
|
||||
cg_reg:
|
||||
cg-reg:
|
||||
type: int
|
||||
pll_ctrl_reg:
|
||||
pll-ctrl-reg:
|
||||
type: int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue