This chane will migragate all dts and dtsi file to opensourse project CRs-Fixed: 3583121 Change-Id: I837ee52ce68ad23fd5bff8ed69684824c9bfe3f4 Signed-off-by: Soumen Ghosh <quic_soumeng@quicinc.com>
22 lines
442 B
Plaintext
22 lines
442 B
Plaintext
// 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";
|
|
};
|