Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <codrin.ciubotariu@microchip.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Link: https://lore.kernel.org/r/20200618152845.682723-1-codrin.ciubotariu@microchip.com

authored by

Codrin Ciubotariu and committed by
Alexandre Belloni
51139cc8 5f6b33f4

-16
-16
arch/arm/boot/dts/at91-sama5d2_xplained.dts
··· 168 168 }; 169 169 }; 170 170 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 - 181 171 uart1: serial@f8020000 { 182 172 pinctrl-names = "default"; 183 173 pinctrl-0 = <&pinctrl_uart1_default>; ··· 586 596 587 597 pinctrl_macb0_phy_irq: macb0_phy_irq { 588 598 pinmux = <PIN_PC9__GPIO>; 589 - bias-disable; 590 - }; 591 - 592 - pinctrl_pdmic_default: pdmic_default { 593 - pinmux = <PIN_PB26__PDMIC_DAT>, 594 - <PIN_PB27__PDMIC_CLK>; 595 599 bias-disable; 596 600 }; 597 601