mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-25 00:11:13 +00:00
23deb4ac90
Introduce support for the Qualcomm IPQ60xx SoC. WiFi support still has to be handled and correctly fix hence this is currently marked as source-only to have a solid base to progress on correct support of this and hope Upstream QUIC publish newers ath11k drivers for this SoC. Co-developed-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Robert Marko <robimarko@gmail.com> Signed-off-by: Mantas Pucka <mantas@8devices.com> [ improve commit description, add SoB for Robert, make it source-only ] Signed-off-by: Christian Marangi <ansuelsmth@gmail.com>
33 lines
1.0 KiB
Diff
33 lines
1.0 KiB
Diff
From 946b1a565a60a04f8e5171a79a463f99485a3531 Mon Sep 17 00:00:00 2001
|
|
From: Mantas Pucka <mantas@8devices.com>
|
|
Date: Wed, 24 Jan 2024 15:07:24 +0200
|
|
Subject: [PATCH 2/3] arm64: dts: qcom: ipq6018: add tsens node
|
|
|
|
IPQ6018 has temperature sensing HW block compatible with IPQ8074. Add
|
|
node for it.
|
|
|
|
Signed-off-by: Mantas Pucka <mantas@8devices.com>
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 10 ++++++++++
|
|
1 file changed, 10 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
@@ -193,6 +193,16 @@
|
|
clock-names = "core";
|
|
};
|
|
|
|
+ tsens: thermal-sensor@4a9000 {
|
|
+ compatible = "qcom,ipq6018-tsens", "qcom,ipq8074-tsens";
|
|
+ reg = <0x0 0x004a9000 0x0 0x1000>,
|
|
+ <0x0 0x004a8000 0x0 0x1000>;
|
|
+ interrupts = <GIC_SPI 184 IRQ_TYPE_LEVEL_HIGH>;
|
|
+ interrupt-names = "combined";
|
|
+ #qcom,sensors = <16>;
|
|
+ #thermal-sensor-cells = <1>;
|
|
+ };
|
|
+
|
|
cryptobam: dma-controller@704000 {
|
|
compatible = "qcom,bam-v1.7.0";
|
|
reg = <0x0 0x00704000 0x0 0x20000>;
|