xref: /linux/drivers/media/platform/qcom/iris/iris_platform_sm8650.h (revision e78f70bad29c5ae1e1076698b690b15794e9b81e)
1 /* SPDX-License-Identifier: GPL-2.0-only */
2 /*
3  * Copyright (c) 2022-2024 Qualcomm Innovation Center, Inc. All rights reserved.
4  */
5 
6 #ifndef __IRIS_PLATFORM_SM8650_H__
7 #define __IRIS_PLATFORM_SM8650_H__
8 
9 static const char * const sm8650_clk_reset_table[] = { "bus", "core" };
10 
11 static const char * const sm8650_controller_reset_table[] = { "xo" };
12 
13 #endif
14