1.\" $NetBSD: rktsadc.4,v 1.2 2019/06/06 09:42:45 wiz Exp $ 2.\" 3.\" Copyright (c) 2019 Matthew R. Green 4.\" All rights reserved. 5.\" 6.\" Redistribution and use in source and binary forms, with or without 7.\" modification, are permitted provided that the following conditions 8.\" are met: 9.\" 1. Redistributions of source code must retain the above copyright 10.\" notice, this list of conditions and the following disclaimer. 11.\" 2. Redistributions in binary form must reproduce the above copyright 12.\" notice, this list of conditions and the following disclaimer in the 13.\" documentation and/or other materials provided with the distribution. 14.\" 3. The name of the author may not be used to endorse or promote products 15.\" derived from this software without specific prior written permission. 16.\" 17.\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR 18.\" IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES 19.\" OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 20.\" IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, 21.\" INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, 22.\" BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; 23.\" LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED 24.\" AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, 25.\" OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY 26.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 27.\" SUCH DAMAGE. 28.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. 29.\" 30.Dd June 4, 2019 31.Dt RKTSADC 4 32.Os 33.Sh NAME 34.Nm rktsadc 35.Nd RockChip Thermal Sensor ADC 36.Sh SYNOPSIS 37.Cd "rktsadc* at fdt?" 38.Sh DESCRIPTION 39The 40.Nm 41driver provides support for the RockChip thermal sensors. 42There may be one or two sensors attached to any chipset, typically 43attached to the CPU (always) and the GPU. 44.Pp 45The following RockChip CPUs are supported by the driver: 46.Pp 47.Bl -bullet -compact -offset abc 48.It 49RK3329 50.It 51RK3399 52.El 53.Sh SEE ALSO 54.Xr envsys 4 , 55.\".Xr fdt 4 , 56.Xr intro 4 , 57.Xr envstat 8 58.Sh HISTORY 59The 60.Nm 61driver first appeared in 62.Nx 9.0 . 63.Sh AUTHORS 64.An -nosplit 65The 66.Nm 67driver was written by 68.An Matthew R. Green Aq Mt mrg@eterna.com.au . 69