Skip to content

Commit 40431d1

Browse files
Bryan Wunvswarren
authored andcommitted
ARM: tegra: enable PCA9546 on Cardhu
Cardhu has a PCA9546 for I2C bus extension, which connects to 3 cameras. It's required for Tegra V4L2 soc camera driver and camera sensor drivers. Signed-off-by: Bryan Wu <[email protected]> Signed-off-by: Stephen Warren <[email protected]>
1 parent 1771a25 commit 40431d1

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm/boot/dts/tegra30-cardhu.dtsi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,13 @@
187187
interrupt-parent = <&gpio>;
188188
interrupts = <TEGRA_GPIO(L, 0) IRQ_TYPE_LEVEL_HIGH>;
189189
};
190+
191+
i2cmux@70 {
192+
compatible = "nxp,pca9546";
193+
#address-cells = <1>;
194+
#size-cells = <0>;
195+
reg = <0x70>;
196+
};
190197
};
191198

192199
i2c@7000c700 {

0 commit comments

Comments
 (0)