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

Configure Feed

Select the types of activity you want to include in your feed.

at v6.19 16 lines 412 B view raw
1/* SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) */ 2/* 3 * Copyright (c) 2024, Qualcomm Innovation Center, Inc. All rights reserved. 4 */ 5 6#ifndef _DT_BINDINGS_CLK_QCOM_QCS8300_CAM_CC_H 7#define _DT_BINDINGS_CLK_QCOM_QCS8300_CAM_CC_H 8 9#include "qcom,sa8775p-camcc.h" 10 11/* QCS8300 introduces below new clocks compared to SA8775P */ 12 13/* CAM_CC clocks */ 14#define CAM_CC_TITAN_TOP_ACCU_SHIFT_CLK 86 15 16#endif