Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1607403 > unrolled thread

[PATCH V2] i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter

Started byJon Hunter <jonathanh@nvidia.com>
First post2017-03-23 13:00 +0100
Last post2017-03-23 21:20 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH V2] i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter Jon Hunter <jonathanh@nvidia.com> - 2017-03-23 13:00 +0100
    Re: [PATCH V2] i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter Wolfram Sang <wsa@the-dreams.de> - 2017-03-23 21:20 +0100

#1607403 — [PATCH V2] i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter

FromJon Hunter <jonathanh@nvidia.com>
Date2017-03-23 13:00 +0100
Subject[PATCH V2] i2c: tegra-bpmp: Enable Tegra BPMP I2C adapter
Message-ID<to9zj-1HJ-1@gated-at.bofh.it>
Enable the Tegra BPMP I2C adapter by default if the Tegra BPMP itself
is enabled. This adapter is used as the I2C interface for the PMIC on
the Tegra186 Jetson-TX2 platform.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Acked-by: Thierry Reding <treding@nvidia.com>
---

Changes since V1:
- Dropped redundant 'if' condition from 'default' statement.

 drivers/i2c/busses/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/i2c/busses/Kconfig b/drivers/i2c/busses/Kconfig
index 8adc0f1d7ad0..39c0ead2a6df 100644
--- a/drivers/i2c/busses/Kconfig
+++ b/drivers/i2c/busses/Kconfig
@@ -933,6 +933,7 @@ config I2C_TEGRA
 config I2C_TEGRA_BPMP
 	tristate "NVIDIA Tegra BPMP I2C controller"
 	depends on TEGRA_BPMP
+	default y
 	help
 	  If you say yes to this option, support will be included for the I2C
 	  controller embedded in NVIDIA Tegra SoCs accessed via the BPMP.
-- 
2.7.4

[toc] | [next] | [standalone]


#1607868

FromWolfram Sang <wsa@the-dreams.de>
Date2017-03-23 21:20 +0100
Message-ID<tohnc-7os-5@gated-at.bofh.it>
In reply to#1607403

[Multipart message — attachments visible in raw view] — view raw

On Thu, Mar 23, 2017 at 11:56:56AM +0000, Jon Hunter wrote:
> Enable the Tegra BPMP I2C adapter by default if the Tegra BPMP itself
> is enabled. This adapter is used as the I2C interface for the PMIC on
> the Tegra186 Jetson-TX2 platform.
> 
> Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
> Acked-by: Thierry Reding <treding@nvidia.com>

Applied to for-next, thanks!

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web