ARM: dts: msm: Base device tree changes for Tuna
This change adds support for Tuna in device tree. Change includes support for both Tuna and Ramos soc boards. CRs-Fixed: 3933582 Change-Id: I696ed4ab182508f399fd2102626248ad10df112d
This commit is contained in:
@@ -3,3 +3,5 @@ dtbo-$(CONFIG_ARCH_SUN) += sun-camera-sensor-mtp.dtbo \
|
||||
sun-camera-sensor-rumi.dtbo \
|
||||
sun-camera-sensor-cdp.dtbo \
|
||||
sun-camera-sensor-qrd.dtbo
|
||||
|
||||
dtbo-$(CONFIG_ARCH_TUNA) += tuna-camera.dtbo
|
||||
|
21
tuna-camera.dts
Normal file
21
tuna-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-tuna.h>
|
||||
#include <dt-bindings/clock/qcom,camcc-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.dtsi"
|
||||
/ {
|
||||
model = "Qualcomm Technologies, Inc. Tuna SoC";
|
||||
compatible = "qcom,tuna";
|
||||
qcom,msm-id = <655 0x10000>, <655 0x20000>, <681 0x10000>, <681 0x20000>;
|
||||
qcom,board-id = <0 0>;
|
||||
};
|
2003
tuna-camera.dtsi
Normal file
2003
tuna-camera.dtsi
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user