From 4ba1b0c54502006589d3eec025765709358053eb Mon Sep 17 00:00:00 2001 From: Kamal Wadhwa Date: Fri, 4 Oct 2024 13:52:17 +0530 Subject: [PATCH] ARM: dts: qcom: Add NVMEM cell for FMD_CONT_AFTER_PON for PMK8550 Add NVMEM cell for FMD_CONT_AFTER_PON to provide the option to prevent FMD(find-my-device) feature disablement on PON trigger. 0 - Disable FMD feature on PON. 1 - Keep FMD feature enabled on PON. Change-Id: I5e5386867546aacf526fe7be65e1e1e1ece30ffc Signed-off-by: Kamal Wadhwa --- qcom/pmk8550.dtsi | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/qcom/pmk8550.dtsi b/qcom/pmk8550.dtsi index 21ddcae1..6284319f 100644 --- a/qcom/pmk8550.dtsi +++ b/qcom/pmk8550.dtsi @@ -58,6 +58,10 @@ reg = <0x9a 0x1>; }; + fmd_cont_after_pon: fmd-cont-after-pon@9c { + reg = <0x9c 0x1>; + }; + fmd_chg_pon: fmd-chg-pon@9f { reg = <0x9f 0x1>; };