All of lore.kernel.org
 help / color / mirror / Atom feed
From: Lukasz Majewski <lukma@denx.de>
To: Stefano Babic <sbabic@denx.de>,
	u-boot@lists.denx.de, Fabio Estevam <festevam@gmail.com>
Cc: Lukasz Majewski <lukma@denx.de>, Tom Rini <trini@konsulko.com>
Subject: [PATCH 1/6] arm: spl: xea: Remove I2S pins configuration from early initialization
Date: Thu, 28 Mar 2024 16:34:10 +0100	[thread overview]
Message-ID: <20240328153415.3706637-2-lukma@denx.de> (raw)
In-Reply-To: <20240328153415.3706637-1-lukma@denx.de>

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 | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/board/liebherr/xea/spl_xea.c b/board/liebherr/xea/spl_xea.c
index df354cac64..551ed6fbae 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,
 
-- 
2.39.2


  reply	other threads:[~2024-03-28 15:34 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-03-28 15:34 [PATCH 0/6] arm: xea: Provide enhancements for XEA board Lukasz Majewski
2024-03-28 15:34 ` Lukasz Majewski [this message]
2024-03-28 15:34 ` [PATCH 2/6] arm: xea: Add support for reading SoM (CPU) and base board HW revision Lukasz Majewski
2024-03-28 16:42   ` Fabio Estevam
2024-03-28 15:34 ` [PATCH 3/6] arm: spl: Add definition for PHY reset GPIO for XEA HW rev. 2 Lukasz Majewski
2024-03-28 15:34 ` [PATCH 4/6] config: xea: Enable late board initialization to set revision variable Lukasz Majewski
2024-03-28 15:34 ` [PATCH 5/6] arm: xea: Print information about XEA's SoM HW revision Lukasz Majewski
2024-03-28 15:34 ` [PATCH 6/6] config: xea: Add limits for SPL and u-boot proper sizes Lukasz Majewski

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240328153415.3706637-2-lukma@denx.de \
    --to=lukma@denx.de \
    --cc=festevam@gmail.com \
    --cc=sbabic@denx.de \
    --cc=trini@konsulko.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.