From 78884aad48df0debf27ea37e4f4e518841b57411 Mon Sep 17 00:00:00 2001 From: Vinay Sudra Date: Thu, 3 Feb 2022 19:55:36 +0530 Subject: [PATCH] ARM: dts: msm: Add qfprom for sa8155 Add qfprom to read fuse bits. Change-Id: Ic65691ac8b93e682fa6cce43058cd58ce80ca014 --- qcom/sa8155.dtsi | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/qcom/sa8155.dtsi b/qcom/sa8155.dtsi index 7dc4fe85..42bcc125 100644 --- a/qcom/sa8155.dtsi +++ b/qcom/sa8155.dtsi @@ -51,3 +51,14 @@ /* Add regulator nodes specific to SA8155 */ #include "sa8155-regulator.dtsi" + +&soc { + qfprom: qfprom@780130 { + compatible = "qcom,qfprom"; + reg = <0x00780130 0x4>; + #address-cells = <1>; + #size-cells = <1>; + read-only; + ranges; + }; +};