ARM: dts: msm: Base device tree changes for Kera
This change adds support for Kera in device tree. CRs-Fixed: 3947490 Change-Id: I3c292e37bb48a7758217191607c24c72b04e9d62 Signed-off-by: Dharmender Sharma <quic_dharshar@quicinc.com> Signed-off-by: Abhilash Kumar <quic_krabhi@quicinc.com>
This commit is contained in:
@@ -9,3 +9,5 @@ dtbo-$(CONFIG_ARCH_TUNA) += tuna-camera.dtbo
|
|||||||
dtbo-$(CONFIG_ARCH_TUNA) += tuna-camera-sensor-mtp.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
|
tuna-camera-sensor-qrd.dtbo
|
||||||
|
|
||||||
|
dtbo-$(CONFIG_ARCH_KERA) += kera-camera.dtbo
|
||||||
|
21
kera-camera.dts
Normal file
21
kera-camera.dts
Normal file
@@ -0,0 +1,21 @@
|
|||||||
|
// 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-kera.h>
|
||||||
|
#include <dt-bindings/clock/qcom,camcc-sun.h>
|
||||||
|
#include <dt-bindings/interconnect/qcom,kera.h>
|
||||||
|
#include <dt-bindings/interrupt-controller/arm-gic.h>
|
||||||
|
#include <dt-bindings/regulator/qcom,rpmh-regulator-levels.h>
|
||||||
|
|
||||||
|
#include "kera-camera.dtsi"
|
||||||
|
/ {
|
||||||
|
model = "Qualcomm Technologies, Inc. Kera SoC";
|
||||||
|
compatible = "qcom,kera";
|
||||||
|
qcom,msm-id = <686 0x10000>, <686 0x20000>, <659 0x10000>, <659 0x20000>;
|
||||||
|
qcom,board-id = <0 0>;
|
||||||
|
};
|
1730
kera-camera.dtsi
Normal file
1730
kera-camera.dtsi
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user