Skip to content

Commit 51139cc

Browse files
codrin989alexandrebelloni
authored andcommitted
ARM: dts: at91: sama5d2_xplained: Remove pdmic node
The PDMIC needs PDM microphones to work. sama5d2 xplained doesn't have such microphones, so there is no reason to enable PDMIC and take the pins since there is no-one using them. Signed-off-by: Codrin Ciubotariu <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 5f6b33f commit 51139cc

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

arch/arm/boot/dts/at91-sama5d2_xplained.dts

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -168,16 +168,6 @@
168168
};
169169
};
170170

171-
pdmic@f8018000 {
172-
pinctrl-names = "default";
173-
pinctrl-0 = <&pinctrl_pdmic_default>;
174-
atmel,model = "PDMIC @ sama5d2_xplained";
175-
atmel,mic-min-freq = <1000000>;
176-
atmel,mic-max-freq = <3246000>;
177-
atmel,mic-offset = <0x0>;
178-
status = "okay";
179-
};
180-
181171
uart1: serial@f8020000 {
182172
pinctrl-names = "default";
183173
pinctrl-0 = <&pinctrl_uart1_default>;
@@ -599,12 +589,6 @@
599589
bias-disable;
600590
};
601591

602-
pinctrl_pdmic_default: pdmic_default {
603-
pinmux = <PIN_PB26__PDMIC_DAT>,
604-
<PIN_PB27__PDMIC_CLK>;
605-
bias-disable;
606-
};
607-
608592
pinctrl_qspi0_default: qspi0_default {
609593
sck_cs {
610594
pinmux = <PIN_PA22__QSPI0_SCK>,

0 commit comments

Comments
 (0)