From patchwork Sat Jan 12 09:07:07 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [U-Boot,v2,5/9] tegra30: add SBC1 to periph id mapping table X-Patchwork-Submitter: Allen Martin X-Patchwork-Id: 211474 X-Patchwork-Delegate: twarren@nvidia.com Message-Id: <1357981631-21245-6-git-send-email-amartin@nvidia.com> To: , , Cc: u-boot@lists.denx.de Date: Sat, 12 Jan 2013 01:07:07 -0800 From: Allen Martin List-Id: U-Boot discussion SBC1 is SPI controller 1 on tegra30 Signed-off-by: Allen Martin Acked-by: Simon Glass --- arch/arm/cpu/tegra30-common/clock.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/cpu/tegra30-common/clock.c b/arch/arm/cpu/tegra30-common/clock.c index c67a2e1..db5ac1e 100644 --- a/arch/arm/cpu/tegra30-common/clock.c +++ b/arch/arm/cpu/tegra30-common/clock.c @@ -318,7 +318,7 @@ static s8 periph_id_to_internal_id[PERIPH_ID_COUNT] = { /* 40 */ NONE(KFUSE), - NONE(SBC1), /* SBC1, 0x34, is this SPI1? */ + PERIPHC_SBC1, PERIPHC_NOR, NONE(RESERVED43), PERIPHC_SBC2,