16 lines
442 B
C
16 lines
442 B
C
/*
|
|
* Copyright (C) 2017, NVIDIA Corporation. All rights reserved.
|
|
*
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
* under the terms and conditions of the GNU General Public License,
|
|
* version 2, as published by the Free Software Foundation.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_TEGRA_RTCPU_I2C_H
|
|
#define _DT_BINDINGS_TEGRA_RTCPU_I2C_H
|
|
|
|
#define TEGRA_CAMRTC_I2C_MUX_NONE 0
|
|
#define TEGRA_CAMRTC_I2C_MUX_TCA9548 1
|
|
|
|
#endif
|