All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: p2371-2180: add I2C nodes to DT
@ 2020-03-18 22:18 twarren at nvidia.com
  2020-03-18 23:17 ` Stephen Warren
  0 siblings, 1 reply; 2+ messages in thread
From: twarren at nvidia.com @ 2020-03-18 22:18 UTC (permalink / raw)
  To: u-boot

From: Tom Warren <twarren@nvidia.com>

This adds to the DT the I2C controllers that connect to the board ID 
EEPROM, camera board EEPROM, etc. With this change, you can now probe 
all I2C devices on a TX1 board.

Signed-off-by: Tom Warren <twarren@nvidia.com>
---
 arch/arm/dts/tegra210-p2371-2180.dts | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/arch/arm/dts/tegra210-p2371-2180.dts b/arch/arm/dts/tegra210-p2371-2180.dts
index c2f497c..d982b5f 100644
--- a/arch/arm/dts/tegra210-p2371-2180.dts
+++ b/arch/arm/dts/tegra210-p2371-2180.dts
@@ -12,6 +12,9 @@
 
 	aliases {
 		i2c0 = "/i2c at 7000d000";
+		i2c2 = "/i2c at 7000c400";
+		i2c3 = "/i2c at 7000c500";
+		i2c5 = "/i2c at 546c0c00";
 		mmc0 = "/sdhci at 700b0600";
 		mmc1 = "/sdhci at 700b0000";
 		usb0 = "/usb at 7d000000";
@@ -33,6 +36,11 @@
 		};
 	};
 
+	i2c at 546c0c00 {
+		status = "okay";
+		clock-frequency = <400000>;
+	};
+
 	padctl at 7009f000 {
 		pinctrl-0 = <&padctl_default>;
 		pinctrl-names = "default";
@@ -85,6 +93,16 @@
 		non-removable;
 	};
 
+	i2c at 7000c400 {
+		status = "okay";
+		clock-frequency = <400000>;
+	};
+
+	i2c at 7000c500 {
+		status = "okay";
+		clock-frequency = <400000>;
+	};
+
 	i2c at 7000d000 {
 		status = "okay";
 		clock-frequency = <400000>;
-- 
1.8.2.1.610.g562af5b


-----------------------------------------------------------------------------------
This email message is for the sole use of the intended recipient(s) and may contain
confidential information.  Any unauthorized review, use, disclosure or distribution
is prohibited.  If you are not the intended recipient, please contact the sender by
reply email and destroy all copies of the original message.
-----------------------------------------------------------------------------------

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [PATCH] ARM: tegra: p2371-2180: add I2C nodes to DT
  2020-03-18 22:18 [PATCH] ARM: tegra: p2371-2180: add I2C nodes to DT twarren at nvidia.com
@ 2020-03-18 23:17 ` Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2020-03-18 23:17 UTC (permalink / raw)
  To: u-boot

On 3/18/20 4:18 PM, twarren at nvidia.com wrote:
> From: Tom Warren <twarren@nvidia.com>
> 
> This adds to the DT the I2C controllers that connect to the board ID 
> EEPROM, camera board EEPROM, etc. With this change, you can now probe 
> all I2C devices on a TX1 board.

Acked-by: Stephen Warren <swarren@nvidia.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-18 23:17 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-18 22:18 [PATCH] ARM: tegra: p2371-2180: add I2C nodes to DT twarren at nvidia.com
2020-03-18 23:17 ` Stephen Warren

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.