ARM: dts: msm: Add camera dtsi change for tuna
Add tuna qrd camera dtsi support. CRs-Fixed: 3951945 Signed-off-by: zhaocao <quic_zhaocao@quicinc.com> Change-Id: Ice6aea53510a5a08c1d739a2d29366570e08e102
This commit is contained in:
@@ -7,4 +7,5 @@ dtbo-$(CONFIG_ARCH_SUN) += sun-camera-sensor-mtp.dtbo \
|
||||
dtbo-$(CONFIG_ARCH_TUNA) += tuna-camera.dtbo
|
||||
|
||||
dtbo-$(CONFIG_ARCH_TUNA) += tuna-camera-sensor-mtp.dtbo \
|
||||
tuna-camera-sensor-cdp.dtbo
|
||||
tuna-camera-sensor-cdp.dtbo \
|
||||
tuna-camera-sensor-qrd.dtbo
|
||||
|
22
tuna-camera-sensor-qrd.dts
Normal file
22
tuna-camera-sensor-qrd.dts
Normal file
@@ -0,0 +1,22 @@
|
||||
// SPDX-License-Identifier: BSD-3-Clause
|
||||
/*
|
||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||
*/
|
||||
|
||||
/dts-v1/;
|
||||
/plugin/;
|
||||
|
||||
#include <dt-bindings/clock/qcom,gcc-tuna.h>
|
||||
#include <dt-bindings/clock/qcom,camcc-sun.h>
|
||||
#include <dt-bindings/clock/qcom,cambistmclkcc-sun.h>
|
||||
#include <dt-bindings/interconnect/qcom,tuna.h>
|
||||
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
||||
|
||||
#include "tuna-camera-sensor-mtp.dtsi"
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Tuna QRD";
|
||||
compatible = "qcom,tuna-qrd", "qcom,tuna", "qcom,qrd";
|
||||
qcom,msm-id = <655 0x10000>, <655 0x20000>, <681 0x10000>, <681 0x20000>;
|
||||
qcom,board-id = <11 0>;
|
||||
};
|
Reference in New Issue
Block a user