mirror of
https://github.com/smaeul/u-boot.git
synced 2025-09-15 14:36:03 +01:00
[1] https://git.kernel.org/pub/scm/linux/kernel/git/devicetree/devicetree-rebasing.git [rockchip fixes from Jonas Karlman via IRC]
10 lines
261 B
C
10 lines
261 B
C
/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
|
|
|
|
#ifndef _DT_BINDINGS_RESET_MT6735_MFGCFG_H
|
|
#define _DT_BINDINGS_RESET_MT6735_MFGCFG_H
|
|
|
|
#define MT6735_MFG_RST0_AXI 0
|
|
#define MT6735_MFG_RST0_G3D 1
|
|
|
|
#endif /* _DT_BINDINGS_RESET_MT6735_MFGCFG_H */
|