From a4abb972c4f8a7634b03e0c99eb3d8a3c585824c Mon Sep 17 00:00:00 2001 From: Jishnu Prakash Date: Mon, 17 Oct 2022 16:08:46 +0530 Subject: [PATCH] ARM: dts: msm: Add schgm_flash peripheral for PMI632 Add schgm_flash peripheral for PMI632, used for flash derating and other features. Change-Id: I394b13b0aedeae05ca483123d45170c904a5c5d4 --- qcom/pmi632.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/qcom/pmi632.dtsi b/qcom/pmi632.dtsi index ea332792..88bbe1ef 100644 --- a/qcom/pmi632.dtsi +++ b/qcom/pmi632.dtsi @@ -130,6 +130,16 @@ #thermal-sensor-cells = <0>; }; + qcom,schgm-flash@a600 { + compatible = "qcom,schgm-flash"; + reg = <0xa600>; + interrupts = <0x2 0xa6 0x2 IRQ_TYPE_EDGE_RISING>, + <0x2 0xa6 0x6 IRQ_TYPE_EDGE_RISING>; + interrupt-names = "flash-state-change", + "ilim2-s2"; + qcom,flash-disable-soc = <10>; + }; + pmi632_gpios: pinctrl@c000 { compatible = "qcom,pmi632-gpio"; reg = <0xc000>;