/* * wm8731.h -- WM8731 Soc Audio driver * * Copyright 2005 Openedhand Ltd. * * Author: Richard Purdie * * Based on wm8753.h * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef _WM8731_H #define _WM8731_H /* WM8731 register space */ #define WM8731_LINVOL 0x00 #define WM8731_RINVOL 0x01 #define WM8731_LOUT1V 0x02 #define WM8731_ROUT1V 0x03 #define WM8731_APANA 0x04 #define WM8731_APDIGI 0x05 #define WM8731_PWR 0x06 #define WM8731_IFACE 0x07 #define WM8731_SRATE 0x08 #define WM8731_ACTIVE 0x09 #define WM8731_RESET 0x0f #define WM8731_CACHEREGNUM 10 #define WM8731_SYSCLK_XTAL 1 #define WM8731_SYSCLK_MCLK 2 #define WM8731_DAI 0 #endif den' name='id' value='e6e0a68c6cd585773fa1fbbd1ca71272afe15203'/> net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEzequiel Garcia <ezequiel.garcia@free-electrons.com>2014-05-06 13:59:51 -0300
committerZhang Rui <rui.zhang@intel.com>2014-05-15 17:12:49 +0800
commite6e0a68c6cd585773fa1fbbd1ca71272afe15203 (patch)
treeeee8fac79a9842b4fb2529833baa6a5c2a1571a3
parente2d5f05b745d19bc889c79977325b14853f3fc38 (diff)
thermal: armada: Support Armada 380 SoC
Now that a generic infrastructure is in place, it's possible to support the Armada 380 SoC thermal sensor. This sensor is similar to the one available in the already supported SoCs, with its specific temperature formula and specific sensor initialization. Acked-by: Jason Cooper <jason@lakedaemon.net> Signed-off-by: Ezequiel Garcia <ezequiel.garcia@free-electrons.com> Signed-off-by: Zhang Rui <rui.zhang@intel.com>