mirror of
https://github.com/nxp-imx/linux-imx.git
synced 2026-01-27 12:35:36 +01:00
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: Nícolas F. R. A. Prado <nfraprado@collabora.com> Signed-off-by: Bjorn Andersson <andersson@kernel.org> Link: https://lore.kernel.org/r/20221102182002.255282-9-nfraprado@collabora.com
This commit is contained in:
parent
172cb25fd2
commit
147e8b2080
|
|
@ -11,6 +11,7 @@
|
|||
|
||||
&alc5682 {
|
||||
compatible = "realtek,rt5682s";
|
||||
/delete-property/ VBAT-supply;
|
||||
realtek,dmic1-clk-pin = <2>;
|
||||
realtek,dmic-clk-rate-hz = <2048000>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
&alc5682 {
|
||||
compatible = "realtek,rt5682s";
|
||||
/delete-property/ VBAT-supply;
|
||||
realtek,dmic1-clk-pin = <2>;
|
||||
realtek,dmic-clk-rate-hz = <2048000>;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
&alc5682 {
|
||||
compatible = "realtek,rt5682s";
|
||||
/delete-property/ VBAT-supply;
|
||||
realtek,dmic1-clk-pin = <2>;
|
||||
realtek,dmic-clk-rate-hz = <2048000>;
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user