boards: arm: stm32: add pinctrl state name for I2S peripheral

Add the pinctrl state name (default) for the I2S peripherals.

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
Erwan Gouriou 2021-11-08 11:13:31 +01:00 committed by Carles Cufí
commit 895e1ddb69
3 changed files with 3 additions and 0 deletions

View file

@ -108,6 +108,7 @@
&i2s5 {
status = "okay";
pinctrl-0 = <&i2s5_ck_pb0 &i2s5_sd_pb8>;
pinctrl-names = "default";
mp34dt05@0 {
compatible = "st,mpxxdtyy";

View file

@ -117,6 +117,7 @@
&i2s2 {
pinctrl-0 = <&i2s2_ck_pc7 &i2s2_sd_pc1>;
pinctrl-names = "default";
status = "okay";
};

View file

@ -100,6 +100,7 @@
&i2s1 {
pinctrl-0 = <&i2s1_ck_pa5 &i2s1_sd_pa7>;
pinctrl-names = "default";
};
&spi1 {