Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965253AbbEMOKF (ORCPT ); Wed, 13 May 2015 10:10:05 -0400 Received: from mail-pa0-f73.google.com ([209.85.220.73]:33256 "EHLO mail-pa0-f73.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S965215AbbEMOKA (ORCPT ); Wed, 13 May 2015 10:10:00 -0400 From: Simon Glass To: LKML Cc: Stephen Warren , Stephen Warren , Simon Glass Subject: [pinmux scripts PATCH] Support TPM on nyan boards Date: Wed, 13 May 2015 08:09:54 -0600 Message-Id: <1431526194-11744-1-git-send-email-sjg@chromium.org> X-Mailer: git-send-email 2.2.0.rc0.207.ga3a616c Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 2761 Lines: 47 There is a TPM on I2C3, so set up the pinmux for that. Signed-off-by: Simon Glass --- configs/nyan-big.board | 4 ++-- configs/nyan-blaze.board | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/configs/nyan-big.board b/configs/nyan-big.board index 6ebe466..18c2e52 100644 --- a/configs/nyan-big.board +++ b/configs/nyan-big.board @@ -40,8 +40,8 @@ pins = ( ('ulpi_dir_py1', 'spi1', None, 'none', False, True, False, False), ('ulpi_nxt_py2', 'spi1', None, 'none', False, False, False, False), ('ulpi_stp_py3', 'spi1', None, 'none', False, False, False, False), - ('cam_i2c_scl_pbb1', 'rsvd3', None, 'down', True, False, False, False), - ('cam_i2c_sda_pbb2', 'rsvd3', None, 'down', True, False, False, False), + ('cam_i2c_scl_pbb1', 'i2c3', None, 'none', False, True, True, False), + ('cam_i2c_sda_pbb2', 'i2c3', None, 'none', False, True, True, False), ('cam_mclk_pcc0', 'vi', None, 'down', True, False, False, False), ('pbb0', 'vgp6', None, 'down', True, False, False, False), ('pbb3', 'vgp3', None, 'down', True, False, False, False), diff --git a/configs/nyan-blaze.board b/configs/nyan-blaze.board index 39a2022..eee472f 100644 --- a/configs/nyan-blaze.board +++ b/configs/nyan-blaze.board @@ -40,8 +40,8 @@ pins = ( ('ulpi_dir_py1', 'spi1', None, 'none', False, True, False, False), ('ulpi_nxt_py2', 'spi1', None, 'none', False, False, False, False), ('ulpi_stp_py3', 'spi1', None, 'none', False, False, False, False), - ('cam_i2c_scl_pbb1', 'rsvd3', None, 'down', True, False, False, False), - ('cam_i2c_sda_pbb2', 'rsvd3', None, 'down', True, False, False, False), + ('cam_i2c_scl_pbb1', 'i2c3', None, 'none', False, True, True, False), + ('cam_i2c_sda_pbb2', 'i2c3', None, 'none', False, True, True, False), ('cam_mclk_pcc0', 'vi', None, 'down', True, False, False, False), ('pbb0', 'vgp6', None, 'down', True, False, False, False), ('pbb3', 'vgp3', None, 'down', True, False, False, False), -- 2.2.0.rc0.207.ga3a616c -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/