Skip to content

Commit 0c54b63

Browse files
Michal Wilczynskistorulf
authored andcommitted
dt-bindings: power: Add TH1520 SoC power domains
Add power domain ID's for the TH1520 SoC power domains. Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Signed-off-by: Michal Wilczynski <m.wilczynski@samsung.com> Acked-by: Drew Fustini <drew@pdp7.com> Link: https://lore.kernel.org/r/20250311171900.1549916-4-m.wilczynski@samsung.com Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
1 parent e4b3cbd commit 0c54b63

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20431,6 +20431,7 @@ F: drivers/mailbox/mailbox-th1520.c
2043120431
F: drivers/net/ethernet/stmicro/stmmac/dwmac-thead.c
2043220432
F: drivers/pinctrl/pinctrl-th1520.c
2043320433
F: include/dt-bindings/clock/thead,th1520-clk-ap.h
20434+
F: include/dt-bindings/power/thead,th1520-power.h
2043420435
F: include/linux/firmware/thead/thead,th1520-aon.h
2043520436

2043620437
RNBD BLOCK DRIVERS
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
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 <m.wilczynski@samsung.com>
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

0 commit comments

Comments
 (0)