[PATCH 3/3] arm64: dts: qcom: sm8650: Add qfprom node

From: Mukesh Ojha
Date: Wed Mar 06 2024 - 07:27:18 EST


Add the qfprom node for sm8650 SoC.

Signed-off-by: Mukesh Ojha <quic_mojha@xxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sm8650.dtsi | 7 +++++++
1 file changed, 7 insertions(+)

diff --git a/arch/arm64/boot/dts/qcom/sm8650.dtsi b/arch/arm64/boot/dts/qcom/sm8650.dtsi
index 12ba839f215e..221427bb1b22 100644
--- a/arch/arm64/boot/dts/qcom/sm8650.dtsi
+++ b/arch/arm64/boot/dts/qcom/sm8650.dtsi
@@ -4674,6 +4674,13 @@
#clock-cells = <1>;
};

+ qfprom: efuse@221c8000 {
+ compatible = "qcom,sm8650-qfprom", "qcom,qfprom";
+ reg = <0 0x221c8000 0 0x1000>;
+ #address-cells = <1>;
+ #size-cells = <1>;
+ };
+
pmu@24091000 {
compatible = "qcom,sm8650-llcc-bwmon", "qcom,sc7280-llcc-bwmon";
reg = <0 0x24091000 0 0x1000>;
--
2.7.4