dts/riscv: remove the timebase-frequency
property
The `timebase-frequency` is not defined by any of the YAML binding files. There was a discussion in #37420 to add this property, but in the end it was rejected. This resulted in the #37685 feature request being created. As of now, this property is not documented anywhere so this commit removes it from the RISC-V devicetrees, as RISC-V is the only architecture that is currently defining it - and even in RISC-V not all platforms do that. Signed-off-by: Filip Kokosinski <fkokosinski@antmicro.com>
This commit is contained in:
parent
c592690649
commit
17670be2cc
|
@ -15,7 +15,6 @@
|
|||
cpus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
timebase-frequency = <60000000>;
|
||||
CPU0: cpu@0 {
|
||||
compatible = "riscv";
|
||||
device_type = "cpu";
|
||||
|
|
|
@ -32,7 +32,6 @@
|
|||
reg = <0>;
|
||||
riscv,isa = "rv32ima_zicsr_zifencei";
|
||||
status = "okay";
|
||||
timebase-frequency = <100000000>;
|
||||
|
||||
hlic: interrupt-controller {
|
||||
compatible = "riscv,cpu-intc";
|
||||
|
|
|
@ -12,7 +12,6 @@
|
|||
cpus {
|
||||
#address-cells = <0x01>;
|
||||
#size-cells = <0x00>;
|
||||
timebase-frequency = <10000000>;
|
||||
|
||||
cpu@0 {
|
||||
device_type = "cpu";
|
||||
|
|
|
@ -25,7 +25,6 @@
|
|||
reg = <0>;
|
||||
riscv,isa = "rv32ima_zicsr_zifencei";
|
||||
status = "okay";
|
||||
timebase-frequency = <32768>;
|
||||
};
|
||||
};
|
||||
soc {
|
||||
|
|
|
@ -16,7 +16,6 @@
|
|||
cpus: cpus {
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
timebase-frequency = <6250000>;
|
||||
compatible = "starfive,fu74-g000";
|
||||
cpu@0 {
|
||||
clock-frequency = <0>;
|
||||
|
|
|
@ -36,7 +36,6 @@
|
|||
cpus {
|
||||
#address-cells = < 0x01 >;
|
||||
#size-cells = < 0x00 >;
|
||||
timebase-frequency = < 10000000 >;
|
||||
|
||||
cpu@0 {
|
||||
device_type = "cpu";
|
||||
|
|
Loading…
Reference in a new issue