Jetpack/kernel/kernel-4.9/include/dt-bindings/platform/t210/t210.h

13 lines
243 B
C

/*
* This header provides constants for binding nvidia,t210.
*
*/
#ifndef __DT_BINDINGS_PLATFORM_T210_H__
#define __DT_BINDINGS_PLATFORM_T210_H__
#define T210_CAMERA_I2C_MUX_BUS(x) (0x1E + x)
#endif
/* __DT_BINDINGS_PLATFORM_T210_H__ */