git.openpandora.org
/
pandora-u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13cca97
)
arm: spl: xea: Remove I2S pins configuration from early initialization
author
Lukasz Majewski
<lukma@denx.de>
Fri, 29 Mar 2024 11:18:06 +0000
(12:18 +0100)
committer
Fabio Estevam
<festevam@gmail.com>
Sat, 30 Mar 2024 18:12:09 +0000
(15:12 -0300)
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>
board/liebherr/xea/spl_xea.c
patch
|
blob
|
history
diff --git
a/board/liebherr/xea/spl_xea.c
b/board/liebherr/xea/spl_xea.c
index
df354ca
..
551ed6f
100644
(file)
--- 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,