Commit 147e8b20 authored by Nícolas F. R. A. Prado's avatar Nícolas F. R. A. Prado Committed by Bjorn Andersson

arm64: dts: qcom: sc7180-trogdor: Remove VBAT supply from rt5682s

These devicetrees override a rt5682 node to use the rt5682s compatible,
however, unlike rt5682, rt5682s doesn't have a VBAT supply. Remove the
inexistent supply in the rt5682s nodes.
Signed-off-by: default avatarNícolas F. R. A. Prado <nfraprado@collabora.com>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20221102182002.255282-9-nfraprado@collabora.com
parent 172cb25f
...@@ -11,6 +11,7 @@ ...@@ -11,6 +11,7 @@
&alc5682 { &alc5682 {
compatible = "realtek,rt5682s"; compatible = "realtek,rt5682s";
/delete-property/ VBAT-supply;
realtek,dmic1-clk-pin = <2>; realtek,dmic1-clk-pin = <2>;
realtek,dmic-clk-rate-hz = <2048000>; realtek,dmic-clk-rate-hz = <2048000>;
}; };
......
...@@ -19,6 +19,7 @@ / { ...@@ -19,6 +19,7 @@ / {
&alc5682 { &alc5682 {
compatible = "realtek,rt5682s"; compatible = "realtek,rt5682s";
/delete-property/ VBAT-supply;
realtek,dmic1-clk-pin = <2>; realtek,dmic1-clk-pin = <2>;
realtek,dmic-clk-rate-hz = <2048000>; realtek,dmic-clk-rate-hz = <2048000>;
}; };
......
...@@ -19,6 +19,7 @@ / { ...@@ -19,6 +19,7 @@ / {
&alc5682 { &alc5682 {
compatible = "realtek,rt5682s"; compatible = "realtek,rt5682s";
/delete-property/ VBAT-supply;
realtek,dmic1-clk-pin = <2>; realtek,dmic1-clk-pin = <2>;
realtek,dmic-clk-rate-hz = <2048000>; realtek,dmic-clk-rate-hz = <2048000>;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment