diff options
| author | Tom Rini <trini@konsulko.com> | 2024-02-29 12:33:36 -0500 |
|---|---|---|
| committer | Tom Rini <trini@konsulko.com> | 2024-02-29 12:33:36 -0500 |
| commit | dbe9334e5125efcf8a825e7c5c924e2780e609e3 (patch) | |
| tree | 76d7c01587afe238d2127a7562ca256fe9c87a9f /dts/upstream/include/dt-bindings/power/meson-axg-power.h | |
| parent | ea3348ebc215d2a9d6dd14f40fb7e8c86dc45e4a (diff) | |
| parent | 53633a893a06bd5a0c807287d9cc29337806eaf7 (diff) | |
Merge commit '53633a893a06bd5a0c807287d9cc29337806eaf7' as 'dts/upstream'
Diffstat (limited to 'dts/upstream/include/dt-bindings/power/meson-axg-power.h')
| -rw-r--r-- | dts/upstream/include/dt-bindings/power/meson-axg-power.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/dts/upstream/include/dt-bindings/power/meson-axg-power.h b/dts/upstream/include/dt-bindings/power/meson-axg-power.h new file mode 100644 index 00000000000..ace0e468ce2 --- /dev/null +++ b/dts/upstream/include/dt-bindings/power/meson-axg-power.h @@ -0,0 +1,14 @@ +/* SPDX-License-Identifier: (GPL-2.0+ OR MIT) */ +/* + * Copyright (c) 2020 BayLibre, SAS + * Author: Neil Armstrong <narmstrong@baylibre.com> + */ + +#ifndef _DT_BINDINGS_MESON_AXG_POWER_H +#define _DT_BINDINGS_MESON_AXG_POWER_H + +#define PWRC_AXG_VPU_ID 0 +#define PWRC_AXG_ETHERNET_MEM_ID 1 +#define PWRC_AXG_AUDIO_ID 2 + +#endif |
