rockchip: revert the common tsadc header
The tsadc of rk3288 and rk3399 are similar but not enough to share the same common driver, and we also decide to add a polarity setting for mainboards on rk3399 tsadc header. So we'd better split the tsadc header for each SoC. BRANCH=none BUG=chrome-os-partner:51537 TEST=build veyron_jerry Change-Id: I629599f9e30d863cabf764e1372c38f0f39d5480 Signed-off-by: Shunqian Zheng <zhengsq@rock-chips.com> Reviewed-on: https://chromium-review.googlesource.com/342796 Tested-by: Vadim Bendebury <vbendeb@chromium.org> Reviewed-by: Vadim Bendebury <vbendeb@chromium.org>
This commit is contained in:
parent
1f1cae7470
commit
609345b8d3
1 changed files with 3 additions and 3 deletions
|
|
@ -13,9 +13,9 @@
|
|||
* GNU General Public License for more details.
|
||||
*/
|
||||
|
||||
#ifndef __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_TSADC_H
|
||||
#define __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_TSADC_H
|
||||
#ifndef __SOC_ROCKCHIP_RK3288_TSADC_H__
|
||||
#define __SOC_ROCKCHIP_RK3288_TSADC_H__
|
||||
|
||||
void tsadc_init(void);
|
||||
|
||||
#endif /* ! __COREBOOT_SRC_SOC_ROCKCHIP_COMMON_INCLUDE_SOC_TSADC_H */
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue