From 40fb0392b96dc0b58b44515b4d40ea6fc4a53cd5 Mon Sep 17 00:00:00 2001 From: zhaocao Date: Thu, 17 Oct 2024 17:57:52 +0800 Subject: [PATCH] ARM: dts: msm: Add camera dtsi change for tuna Add tuna qrd camera dtsi support. CRs-Fixed: 3951945 Signed-off-by: zhaocao Change-Id: Ice6aea53510a5a08c1d739a2d29366570e08e102 --- config/sun.mk | 3 ++- tuna-camera-sensor-qrd.dts | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 tuna-camera-sensor-qrd.dts diff --git a/config/sun.mk b/config/sun.mk index 5efc0a84..5ff2a2f5 100644 --- a/config/sun.mk +++ b/config/sun.mk @@ -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 diff --git a/tuna-camera-sensor-qrd.dts b/tuna-camera-sensor-qrd.dts new file mode 100644 index 00000000..14a5e9c7 --- /dev/null +++ b/tuna-camera-sensor-qrd.dts @@ -0,0 +1,22 @@ +// SPDX-License-Identifier: BSD-3-Clause +/* + * Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved. + */ + +/dts-v1/; +/plugin/; + +#include +#include +#include +#include +#include +#include + +#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>; +};