Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/dts Disable private timer whose new driver clas...
details: https://anonhg.NetBSD.org/src/rev/4c4354ec7ee0
branches: trunk
changeset: 1004304:4c4354ec7ee0
user: aymeric <aymeric%NetBSD.org@localhost>
date: Tue Oct 22 18:43:14 2019 +0000
description:
Disable private timer whose new driver clashes with the global timer's one.
Stopgap measure to make the DE0 Nano Soc work again, targeted for netbsd-9
pullup. We'll see later if we switch to using the private timer.
diffstat:
sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r cccbfb681a65 -r 4c4354ec7ee0 sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts
--- a/sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts Tue Oct 22 13:49:30 2019 +0000
+++ b/sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts Tue Oct 22 18:43:14 2019 +0000
@@ -4,6 +4,10 @@
/ {
soc {
+ timer@fffec600 {
+ status = "disabled";
+ };
+
gtimer@fffec200 {
compatible = "arm,cortex-a9-global-timer";
reg = <0xfffec200 0x20>;
Home |
Main Index |
Thread Index |
Old Index