Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: power: Add power domain IDs for Tegra264

Add the set of power domain IDs available on the Tegra264 SoC so that
they can be used in device tree files.

Acked-by: Rob Herring (Arm) <robh@kernel.org>
Signed-off-by: Thierry Reding <treding@nvidia.com>

+24
+24
include/dt-bindings/power/nvidia,tegra264-bpmp.h
··· 1 + /* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2 + /* Copyright (c) 2022-2024, NVIDIA CORPORATION. All rights reserved. */ 3 + 4 + #ifndef DT_BINDINGS_POWER_NVIDIA_TEGRA264_BPMP_H 5 + #define DT_BINDINGS_POWER_NVIDIA_TEGRA264_BPMP_H 6 + 7 + #define TEGRA264_POWER_DOMAIN_DISP 1 8 + #define TEGRA264_POWER_DOMAIN_AUD 2 9 + /* reserved 3:9 */ 10 + #define TEGRA264_POWER_DOMAIN_XUSB_SS 10 11 + #define TEGRA264_POWER_DOMAIN_XUSB_DEV 11 12 + #define TEGRA264_POWER_DOMAIN_XUSB_HOST 12 13 + #define TEGRA264_POWER_DOMAIN_MGBE0 13 14 + #define TEGRA264_POWER_DOMAIN_MGBE1 14 15 + #define TEGRA264_POWER_DOMAIN_MGBE2 15 16 + #define TEGRA264_POWER_DOMAIN_MGBE3 16 17 + #define TEGRA264_POWER_DOMAIN_VI 17 18 + #define TEGRA264_POWER_DOMAIN_VIC 18 19 + #define TEGRA264_POWER_DOMAIN_ISP0 19 20 + #define TEGRA264_POWER_DOMAIN_ISP1 20 21 + #define TEGRA264_POWER_DOMAIN_PVA0 21 22 + #define TEGRA264_POWER_DOMAIN_GPU 22 23 + 24 + #endif /* DT_BINDINGS_POWER_NVIDIA_TEGRA264_BPMP_H */