aboutsummaryrefslogtreecommitdiff
path: root/arch/riscv/boot/dts/microchip/mpfs-m100pfsevp.dts
diff options
context:
space:
mode:
authorConor Dooley <conor.dooley@microchip.com>2023-11-26 11:40:54 +0000
committerConor Dooley <conor.dooley@microchip.com>2023-11-26 11:44:51 +0000
commit79997eda0d31bc68203c95ecb978773ee6ce7a1f (patch)
tree466a91a1f60a9737f231b32711226db90d9706a3 /arch/riscv/boot/dts/microchip/mpfs-m100pfsevp.dts
parente80ed63affc9a9b4aacb44180ecd7ed601839599 (diff)
riscv: dts: microchip: move timebase-frequency to mpfs.dtsi
The timebase-frequency on PolarFire SoC is not set by an oscillator on the board, but rather by an internal divider, so move the property to mpfs.dtsi. This looks to be copy-pasta from the SiFive Unleashed as the comments in both places were almost identical. In the Unleashed's case this looks to actually be valid, as the clock is provided by a crystal on the PCB. Signed-off-by: Conor Dooley <conor.dooley@microchip.com> --- CC: Conor Dooley <conor.dooley@microchip.com> CC: Daire McNamara <daire.mcnamara@microchip.com> CC: Rob Herring <robh+dt@kernel.org> CC: Krzysztof Kozlowski <krzysztof.kozlowski+dt@linaro.org> CC: Paul Walmsley <paul.walmsley@sifive.com> CC: Palmer Dabbelt <palmer@dabbelt.com> CC: linux-riscv@lists.infradead.org CC: devicetree@vger.kernel.org
Diffstat (limited to 'arch/riscv/boot/dts/microchip/mpfs-m100pfsevp.dts')
-rw-r--r--arch/riscv/boot/dts/microchip/mpfs-m100pfsevp.dts7
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/riscv/boot/dts/microchip/mpfs-m100pfsevp.dts b/arch/riscv/boot/dts/microchip/mpfs-m100pfsevp.dts
index 184cb36a175e..a8d623ee9fa4 100644
--- a/arch/riscv/boot/dts/microchip/mpfs-m100pfsevp.dts
+++ b/arch/riscv/boot/dts/microchip/mpfs-m100pfsevp.dts
@@ -10,9 +10,6 @@
#include "mpfs.dtsi"
#include "mpfs-m100pfs-fabric.dtsi"
-/* Clock frequency (in Hz) of the rtcclk */
-#define MTIMER_FREQ 1000000
-
/ {
model = "Aries Embedded M100PFEVPS";
compatible = "aries,m100pfsevp", "microchip,mpfs";
@@ -33,10 +30,6 @@
stdout-path = "serial1:115200n8";
};
- cpus {
- timebase-frequency = <MTIMER_FREQ>;
- };
-
ddrc_cache_lo: memory@80000000 {
device_type = "memory";
reg = <0x0 0x80000000 0x0 0x40000000>;