From 017e1b9cdf69abafa4ac4020ae4576b9480cc53a Mon Sep 17 00:00:00 2001 From: Akhil R Date: Wed, 28 Sep 2022 15:46:53 +0530 Subject: [PATCH] arm64: tegra: Enable all I2C nodes for Concord Enable all I2C nodes in device tree for Concord as in downstream. Bug 3583581 Signed-off-by: Akhil R Change-Id: I063326e3c0474f38a376a5ab5abc344d2351cf04 Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/2783540 Reviewed-by: Bitan Biswas GVS: Gerrit_Virtual_Submit --- ...tegra234-p3737-0000+p3701-0000-overlay.dts | 58 ++++++++++++++++++- 1 file changed, 57 insertions(+), 1 deletion(-) diff --git a/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000-overlay.dts b/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000-overlay.dts index b0937de9..b72b3f59 100644 --- a/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000-overlay.dts +++ b/arch/arm64/boot/dts/nvidia/tegra234-p3737-0000+p3701-0000-overlay.dts @@ -26,4 +26,60 @@ }; }; }; -}; + + fragment-t234-p3737-p3701@1 { + target-path = "/bus@0/i2c@3160000"; + __overlay__ { + status = "okay"; + }; + }; + + fragment-t234-p3737-p3701@2 { + target-path = "/bus@0/i2c@c240000"; + __overlay__ { + status = "okay"; + }; + }; + + fragment-t234-p3737-p3701@3 { + target-path = "/bus@0/i2c@3180000"; + __overlay__ { + status = "okay"; + }; + }; + + fragment-t234-p3737-p3701@4 { + target-path = "/bus@0/i2c@3190000"; + __overlay__ { + status = "okay"; + }; + }; + + fragment-t234-p3737-p3701@5 { + target-path = "/bus@0/i2c@31b0000"; + __overlay__ { + status = "okay"; + }; + }; + + fragment-t234-p3737-p3701@6 { + target-path = "/bus@0/i2c@31c0000"; + __overlay__ { + status = "okay"; + }; + }; + + fragment-t234-p3737-p3701@7 { + target-path = "/bus@0/i2c@c250000"; + __overlay__ { + status = "okay"; + }; + }; + + fragment-t234-p3737-p3701@8 { + target-path = "/bus@0/i2c@31e0000"; + __overlay__ { + status = "okay"; + }; + }; +}; \ No newline at end of file