mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-06 13:14:27 +00:00
376ac00dc3
This patch adds MT7629 device tree and the includes it needs. Signed-off-by: Ryder Lee <ryder.lee@mediatek.com> Reviewed-by: Simon Glass <sjg@chromium.org>
13 lines
305 B
C
13 lines
305 B
C
/* SPDX-License-Identifier: GPL-2.0 */
|
|
/*
|
|
* Copyright (C) 2018 MediaTek Inc.
|
|
*/
|
|
|
|
#ifndef _DT_BINDINGS_MT7629_POWER_H
|
|
#define _DT_BINDINGS_MT7629_POWER_H
|
|
|
|
#define MT7629_POWER_DOMAIN_ETHSYS 0
|
|
#define MT7629_POWER_DOMAIN_HIF0 1
|
|
#define MT7629_POWER_DOMAIN_HIF1 2
|
|
|
|
#endif /* _DT_BINDINGS_MT7629_POWER_H */
|