22 lines
442 B
Plaintext
Executable File
22 lines
442 B
Plaintext
Executable File
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2023 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/* Override CSIPHY version */
|
|
&cam_csiphy0 {
|
|
compatible = "qcom,csiphy-v1.2.2.2", "qcom,csiphy";
|
|
};
|
|
|
|
&cam_csiphy1 {
|
|
compatible = "qcom,csiphy-v1.2.2.2", "qcom,csiphy";
|
|
};
|
|
|
|
&cam_csiphy2 {
|
|
compatible = "qcom,csiphy-v1.2.2.2", "qcom,csiphy";
|
|
};
|
|
|
|
&cam_csiphy3 {
|
|
compatible = "qcom,csiphy-v1.2.2.2", "qcom,csiphy";
|
|
};
|