Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-9]: src/sys/arch/arm/dts Pull up following revision(s) (requested...



details:   https://anonhg.NetBSD.org/src/rev/224f339c3303
branches:  netbsd-9
changeset: 460931:224f339c3303
user:      martin <martin%NetBSD.org@localhost>
date:      Sun Nov 10 13:22:37 2019 +0000

description:
Pull up following revision(s) (requested by aymeric in ticket #411):

        sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts: revision 1.3

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 e1c93d771bc3 -r 224f339c3303 sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts
--- a/sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts        Sun Nov 10 13:18:42 2019 +0000
+++ b/sys/arch/arm/dts/socfpga_cyclone5_de0_nano_soc.dts        Sun Nov 10 13:22:37 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