diff options
author | Alexey Brodkin <Alexey.Brodkin@synopsys.com> | 2016-05-25 15:11:29 +0300 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2016-05-30 10:07:32 +0530 |
commit | 49acadff2a0cb4f7ff4efe0fb6c23f5fad81a3b3 (patch) | |
tree | ffedb9157ba8ff3c47a646adcd3177bc69432ecb /arch/arc/boot/dts/axc001.dtsi | |
parent | 2547476a5e4061f6addb88d5fc837d3a950f54c4 (diff) | |
download | linux-49acadff2a0cb4f7ff4efe0fb6c23f5fad81a3b3.tar.gz linux-49acadff2a0cb4f7ff4efe0fb6c23f5fad81a3b3.tar.bz2 linux-49acadff2a0cb4f7ff4efe0fb6c23f5fad81a3b3.zip |
arc: Get rid of root core-frequency property
Now when we switched to usage of real clk devices for CPU core
frequency those root properties make no sense any longer.
Se we're just getting rid of them here to not confuse readers of
our .dts files.
Signed-off-by: Alexey Brodkin <abrodkin@synopsys.com>
Cc: Christian Ruppert <christian.ruppert@alitech.com>
Cc: Noam Camus <noamca@mellanox.com>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Diffstat (limited to 'arch/arc/boot/dts/axc001.dtsi')
-rw-r--r-- | arch/arc/boot/dts/axc001.dtsi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arc/boot/dts/axc001.dtsi b/arch/arc/boot/dts/axc001.dtsi index 3e02f152edcb..6ae2c476ad82 100644 --- a/arch/arc/boot/dts/axc001.dtsi +++ b/arch/arc/boot/dts/axc001.dtsi @@ -15,7 +15,6 @@ / { compatible = "snps,arc"; - clock-frequency = <750000000>; /* 750 MHZ */ #address-cells = <1>; #size-cells = <1>; |