File tree Expand file tree Collapse file tree 2 files changed +20
-0
lines changed
include/dt-bindings/power Expand file tree Collapse file tree 2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -20431,6 +20431,7 @@ F: drivers/mailbox/mailbox-th1520.c
20431
20431
F: drivers/net/ethernet/stmicro/stmmac/dwmac-thead.c
20432
20432
F: drivers/pinctrl/pinctrl-th1520.c
20433
20433
F: include/dt-bindings/clock/thead,th1520-clk-ap.h
20434
+ F: include/dt-bindings/power/thead,th1520-power.h
20434
20435
F: include/linux/firmware/thead/thead,th1520-aon.h
20435
20436
20436
20437
RNBD BLOCK DRIVERS
Original file line number Diff line number Diff line change
1
+ /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */
2
+ /*
3
+ * Copyright (C) 2022 Alibaba Group Holding Limited.
4
+ * Copyright (c) 2024 Samsung Electronics Co., Ltd.
5
+ * Author: Michal Wilczynski <[email protected] >
6
+ */
7
+
8
+ #ifndef __DT_BINDINGS_POWER_TH1520_H
9
+ #define __DT_BINDINGS_POWER_TH1520_H
10
+
11
+ #define TH1520_AUDIO_PD 0
12
+ #define TH1520_VDEC_PD 1
13
+ #define TH1520_NPU_PD 2
14
+ #define TH1520_VENC_PD 3
15
+ #define TH1520_GPU_PD 4
16
+ #define TH1520_DSP0_PD 5
17
+ #define TH1520_DSP1_PD 6
18
+
19
+ #endif
You can’t perform that action at this time.
0 commit comments