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

13 lines
243 B
C
Raw Normal View History

2022-02-16 09:13:02 -06:00
/*
* 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__ */