From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Kocialkowski Subject: [PATCH 5/5] ARM: tegra: nyan-blaze: Proper pinmux for TPM i2c Date: Sun, 22 Jan 2017 15:44:15 +0100 Message-ID: <20170122144415.31208-5-contact@paulk.fr> References: <20170122144415.31208-1-contact@paulk.fr> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20170122144415.31208-1-contact@paulk.fr> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=m.gmane.org@lists.infradead.org To: linux-tegra@vger.kernel.org Cc: devicetree@vger.kernel.org, Mikko Perttunen , Stephen Warren , Jerome Coste , linux-kernel@vger.kernel.org, Jon Hunter , Thierry Reding , Peter Rosin , Alexandre Courbot , linux-arm-kernel@lists.infradead.org List-Id: devicetree@vger.kernel.org From: Jerome Coste This corrects the pinmux for accessing the TPM over the i2c line. Thus, it allows correctly probing the module, that previously failed with i2c errors. --- arch/arm/boot/dts/tegra124-nyan-blaze.dts | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/arch/arm/boot/dts/tegra124-nyan-blaze.dts b/arch/arm/boot/dts/tegra124-nyan-blaze.dts index c9582361c26e..8bb97e1baf90 100644 --- a/arch/arm/boot/dts/tegra124-nyan-blaze.dts +++ b/arch/arm/boot/dts/tegra124-nyan-blaze.dts @@ -1094,19 +1094,19 @@ }; cam_i2c_scl_pbb1 { nvidia,pins = "cam_i2c_scl_pbb1"; - nvidia,function = "rsvd3"; - nvidia,pull = ; - nvidia,tristate = ; - nvidia,enable-input = ; - nvidia,open-drain = ; + nvidia,function = "i2c3"; + nvidia,pull = ; + nvidia,tristate = ; + nvidia,enable-input = ; + nvidia,open-drain = ; }; cam_i2c_sda_pbb2 { nvidia,pins = "cam_i2c_sda_pbb2"; - nvidia,function = "rsvd3"; - nvidia,pull = ; - nvidia,tristate = ; - nvidia,enable-input = ; - nvidia,open-drain = ; + nvidia,function = "i2c3"; + nvidia,pull = ; + nvidia,tristate = ; + nvidia,enable-input = ; + nvidia,open-drain = ; }; pbb3 { nvidia,pins = "pbb3"; -- 2.11.0