mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-28 17:48:58 +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>
35 lines
1.2 KiB
Diff
35 lines
1.2 KiB
Diff
From 546f0617a22a481f3ca1f7e058aea0c40517c64e Mon Sep 17 00:00:00 2001
|
|
From: Kathiravan T <quic_kathirav@quicinc.com>
|
|
Date: Fri, 26 May 2023 18:23:04 +0530
|
|
Subject: [PATCH] arm64: dts: qcom: ipq6018: add QFPROM node
|
|
|
|
IPQ6018 has efuse region to determine the various HW quirks. Lets
|
|
add the initial support and the individual fuses will be added as they
|
|
are required.
|
|
|
|
Signed-off-by: Kathiravan T <quic_kathirav@quicinc.com>
|
|
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
|
|
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
|
|
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
|
|
Link: https://lore.kernel.org/r/20230526125305.19626-4-quic_kathirav@quicinc.com
|
|
---
|
|
arch/arm64/boot/dts/qcom/ipq6018.dtsi | 7 +++++++
|
|
1 file changed, 7 insertions(+)
|
|
|
|
--- a/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
+++ b/arch/arm64/boot/dts/qcom/ipq6018.dtsi
|
|
@@ -179,6 +179,13 @@
|
|
dma-ranges;
|
|
compatible = "simple-bus";
|
|
|
|
+ qfprom: efuse@a4000 {
|
|
+ compatible = "qcom,ipq6018-qfprom", "qcom,qfprom";
|
|
+ reg = <0x0 0x000a4000 0x0 0x2000>;
|
|
+ #address-cells = <1>;
|
|
+ #size-cells = <1>;
|
|
+ };
|
|
+
|
|
prng: qrng@e1000 {
|
|
compatible = "qcom,prng-ee";
|
|
reg = <0x0 0xe3000 0x0 0x1000>;
|