Skip to content

Commit

Permalink
arm64: dts: rockchip: remove pdm0 nodes on khadas edge2
Browse files Browse the repository at this point in the history
It causes kernel panic during poweroff.
  • Loading branch information
efectn authored and amazingfate committed Apr 20, 2024
1 parent 1369a47 commit 66c7a5a
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions arch/arm64/boot/dts/rockchip/rk3588s-khadas-edge2.dts
Original file line number Diff line number Diff line change
Expand Up @@ -36,29 +36,6 @@
};
};

sound_micarray: sound-micarray {
status = "okay";
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
simple-audio-card,name = "rockchip,sound-micarray";
simple-audio-card,mclk-fs = <256>;
simple-audio-card,dai-link@0 {
format = "pdm";
cpu {
sound-dai = <&pdm0>;
};
codec {
sound-dai = <&dummy_codec>;
};
};
};

dummy_codec: dummy-codec {
compatible = "rockchip,dummy-codec";
#sound-dai-cells = <0>;
status = "okay";
};

es8316_sound: es8316-sound {
compatible = "simple-audio-card";
simple-audio-card,format = "i2s";
Expand Down Expand Up @@ -569,17 +546,6 @@
status = "okay";
};

&pdm0 {
pinctrl-names = "default";
pinctrl-0 = <&pdm0m0_clk
&pdm0m0_clk1
&pdm0m0_sdi0
&pdm0m0_sdi1
&pdm0m0_sdi2>;
rockchip,path-map = <0 1 2 3>;
status = "okay";
};

&pinctrl {
audio {
hp_det: hp-det {
Expand Down

0 comments on commit 66c7a5a

Please sign in to comment.