diff options
| author | Lukasz Majewski <[email protected]> | 2024-03-29 12:18:06 +0100 |
|---|---|---|
| committer | Fabio Estevam <[email protected]> | 2024-03-30 15:12:09 -0300 |
| commit | 5bc7bc60e9e63675e98514024a65a94bb97a4182 (patch) | |
| tree | b1768362f0be9fdeedae3632fa59f5aa30f909e7 | |
| parent | 13cca97251ab1a1dd3990caa417faa6dd31387e4 (diff) | |
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 <[email protected]>
| -rw-r--r-- | board/liebherr/xea/spl_xea.c | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/board/liebherr/xea/spl_xea.c b/board/liebherr/xea/spl_xea.c index df354cac641..551ed6fbaed 100644 --- a/board/liebherr/xea/spl_xea.c +++ b/board/liebherr/xea/spl_xea.c @@ -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, |
