ARM: dts: msm: Fix KPDPWR and KPDPWR_RESIN PON configuration in pm8998

As per the hardware documentation, configure S2 reset type for
KPDPWR_RESIN PON configuration to DVDD_HARD_RESET. Since KPDPWR
S1/S2 timer and S2 reset type is configured by bootloader for
the internal devices, HLOS doesn't need to configure it again.
Hence remove it.

CRs-Fixed: 2017642
Change-Id: I000953dba1fd138c1dbcbb94e15f95ac78a07acd
Signed-off-by: Subbaraman Narayanamurthy <subbaram@codeaurora.org>
This commit is contained in:
Subbaraman Narayanamurthy 2017-03-08 18:47:50 -08:00
parent b7dad2b5a4
commit 0061baa081

View file

@ -1,4 +1,4 @@
/* Copyright (c) 2016, The Linux Foundation. All rights reserved. /* Copyright (c) 2016-2017, The Linux Foundation. All rights reserved.
* *
* This program is free software; you can redistribute it and/or modify * This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 and * it under the terms of the GNU General Public License version 2 and
@ -12,6 +12,7 @@
#include <dt-bindings/spmi/spmi.h> #include <dt-bindings/spmi/spmi.h>
#include <dt-bindings/interrupt-controller/irq.h> #include <dt-bindings/interrupt-controller/irq.h>
#include <dt-bindings/msm/power-on.h>
&spmi_bus { &spmi_bus {
qcom,pm8998@0 { qcom,pm8998@0 {
@ -42,10 +43,6 @@
qcom,pon-type = <0>; qcom,pon-type = <0>;
qcom,pull-up = <1>; qcom,pull-up = <1>;
linux,code = <116>; linux,code = <116>;
qcom,support-reset = <1>;
qcom,s1-timer = <10256>;
qcom,s2-timer = <2000>;
qcom,s2-type = <1>;
}; };
qcom,pon_2 { qcom,pon_2 {
@ -60,7 +57,7 @@
qcom,pull-up = <1>; qcom,pull-up = <1>;
qcom,s1-timer = <6720>; qcom,s1-timer = <6720>;
qcom,s2-timer = <2000>; qcom,s2-timer = <2000>;
qcom,s2-type = <7>; qcom,s2-type = <PON_POWER_OFF_DVDD_HARD_RESET>;
qcom,use-bark; qcom,use-bark;
}; };
}; };