diff options
| author | Ulf Hansson <ulf.hansson@linaro.org> | 2024-07-09 12:50:03 +0200 |
|---|---|---|
| committer | Ulf Hansson <ulf.hansson@linaro.org> | 2024-07-09 12:50:03 +0200 |
| commit | 1a53b80e862030458cd4245abb27da235d2fe7a5 (patch) | |
| tree | 007a12d5f793ba3016f59e3b4600b4936eb695f0 /include | |
| parent | cc647e931a249605e06d3eb3ec89a7e320fc28cc (diff) | |
| parent | 32625ac9e110da530db4f0faf918b1f5674e7ca3 (diff) | |
| download | linux-1a53b80e862030458cd4245abb27da235d2fe7a5.tar.gz linux-1a53b80e862030458cd4245abb27da235d2fe7a5.zip | |
pmdomain: Merge branch dt into next
Merge the immutable branch dt into next, to allow the DT bindings to be
tested together with changes that are targeted for v6.11.
Signed-off-by: Ulf Hansson <ulf.hansson@linaro.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/dt-bindings/power/amlogic,a5-pwrc.h | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/include/dt-bindings/power/amlogic,a5-pwrc.h b/include/dt-bindings/power/amlogic,a5-pwrc.h new file mode 100644 index 000000000000..3a6f53eb959f --- /dev/null +++ b/include/dt-bindings/power/amlogic,a5-pwrc.h @@ -0,0 +1,21 @@ +/* SPDX-License-Identifier: (GPL-2.0-only OR MIT) */ +/* + * Copyright (C) 2024 Amlogic, Inc. All rights reserved + */ + +#ifndef _DT_BINDINGS_AMLOGIC_A5_POWER_H +#define _DT_BINDINGS_AMLOGIC_A5_POWER_H + +#define PWRC_A5_NNA_ID 0 +#define PWRC_A5_AUDIO_ID 1 +#define PWRC_A5_SDIOA_ID 2 +#define PWRC_A5_EMMC_ID 3 +#define PWRC_A5_USB_COMB_ID 4 +#define PWRC_A5_ETH_ID 5 +#define PWRC_A5_RSA_ID 6 +#define PWRC_A5_AUDIO_PDM_ID 7 +#define PWRC_A5_DMC_ID 8 +#define PWRC_A5_SYS_WRAP_ID 9 +#define PWRC_A5_DSPA_ID 10 + +#endif |
