[NFC]: Revert temporary clock changes

reverted previously added clock changes
commit 15a07138e8a6f9194d2a4e07a5a096882d73ee6b

Change-Id: I61e02526d1b10b6a89877eb6ca4ece4dfa54354e
This commit is contained in:
Amruth Naga
2024-03-06 16:28:22 +05:30
parent 9f7687e87b
commit 1557ec6d87

View File

@@ -5,7 +5,6 @@
*/
#include <dt-bindings/clock/qcom,rpmh.h>
&qupv3_se0_i2c {
status = "ok";
qcom,clk-freq-out = <1000000>;
@@ -23,7 +22,5 @@
pinctrl-names = "nfc_active", "nfc_suspend";
pinctrl-0 = <&nfc_int_active &nfc_enable_active>;
pinctrl-1 = <&nfc_int_suspend &nfc_enable_suspend>;
clocks = <&rpmhcc RPMH_RF_CLK3>;
clock-names = "nfc_ref_clk";
};
};