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 Add thermal sensor node



details:   https://anonhg.NetBSD.org/src/rev/b53148fa09e7
branches:  trunk
changeset: 447173:b53148fa09e7
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Wed Jan 02 19:34:32 2019 +0000

description:
Add thermal sensor node

diffstat:

 sys/arch/arm/dts/sun8i-a83t.dtsi |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (23 lines):

diff -r e2e40042095d -r b53148fa09e7 sys/arch/arm/dts/sun8i-a83t.dtsi
--- a/sys/arch/arm/dts/sun8i-a83t.dtsi  Wed Jan 02 19:33:06 2019 +0000
+++ b/sys/arch/arm/dts/sun8i-a83t.dtsi  Wed Jan 02 19:34:32 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sun8i-a83t.dtsi,v 1.2 2018/06/30 12:23:24 jmcneill Exp $ */
+/* $NetBSD: sun8i-a83t.dtsi,v 1.3 2019/01/02 19:34:32 jmcneill Exp $ */
 
 /*-
  * Copyright (c) 2017 Jared McNeill <jmcneill%invisible.ca@localhost>
@@ -39,4 +39,13 @@
                        status = "disabled";
                };
        };
+
+       soc {
+               rtp: rtp@1f04000 {
+                       compatible = "allwinner,sun8i-a83t-ts";
+                       reg = <0x01f04000 0x400>;
+                       interrupts = <GIC_SPI 31 IRQ_TYPE_LEVEL_HIGH>;
+                       #thermal-sensor-cells = <0>;
+               };
+       };
 };



Home | Main Index | Thread Index | Old Index