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/906d0199ec36
branches: trunk
changeset: 995713:906d0199ec36
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 279af6552577 -r 906d0199ec36 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