/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved. */ #ifndef __IRIS_PLATFORM_SM8650_H__ #define __IRIS_PLATFORM_SM8650_H__ static const char * const sm8650_clk_reset_table[] = { "bus", "core" }; static const char * const sm8650_controller_reset_table[] = { "xo" }; #endif