From 1557ec6d87e9c361b87faa03cc34609a46ce7522 Mon Sep 17 00:00:00 2001 From: Amruth Naga Date: Wed, 6 Mar 2024 16:28:22 +0530 Subject: [PATCH] [NFC]: Revert temporary clock changes reverted previously added clock changes commit 15a07138e8a6f9194d2a4e07a5a096882d73ee6b Change-Id: I61e02526d1b10b6a89877eb6ca4ece4dfa54354e --- st/sun-nfc-common.dtsi | 3 --- 1 file changed, 3 deletions(-) diff --git a/st/sun-nfc-common.dtsi b/st/sun-nfc-common.dtsi index 096c930b..02a066e5 100644 --- a/st/sun-nfc-common.dtsi +++ b/st/sun-nfc-common.dtsi @@ -5,7 +5,6 @@ */ -#include &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"; }; };