mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-18 02:44:37 +00:00
arm: spl: xea: Remove I2S pins configuration from early initialization
XEA is not supporting and using I2S codec, so there is no need to configure pins for it. Signed-off-by: Lukasz Majewski <lukma@denx.de>
This commit is contained in:
parent
13cca97251
commit
5bc7bc60e9
1 changed files with 0 additions and 7 deletions
|
@ -112,13 +112,6 @@ const iomux_cfg_t iomux_setup[] = {
|
|||
MX28_PAD_I2C0_SCL__I2C0_SCL,
|
||||
MX28_PAD_I2C0_SDA__I2C0_SDA,
|
||||
|
||||
/* I2S Codec */
|
||||
MX28_PAD_SAIF0_BITCLK__SAIF0_BITCLK,
|
||||
MX28_PAD_SAIF0_LRCLK__SAIF0_LRCLK,
|
||||
MX28_PAD_SAIF0_MCLK__SAIF0_MCLK,
|
||||
MX28_PAD_SAIF0_SDATA0__SAIF0_SDATA0,
|
||||
MX28_PAD_SAIF1_SDATA0__SAIF1_SDATA0,
|
||||
|
||||
/* PWR-Hold */
|
||||
MX28_PAD_SPDIF__GPIO_3_27,
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue