Skip to content

Commit 1f3f873

Browse files
Mani-Sadhasivammbgg
authored andcommitted
arm64: dts: mediatek: Enable I2C support for 96Boards X20 Development board
There are 7 I2C ports used on this board. Hence, enable all of them. Signed-off-by: Manivannan Sadhasivam <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Matthias Brugger <[email protected]>
1 parent d3c8429 commit 1f3f873

File tree

1 file changed

+49
-0
lines changed

1 file changed

+49
-0
lines changed

arch/arm64/boot/dts/mediatek/mt6797-x20-dev.dts

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,55 @@
2828
};
2929
};
3030

31+
/* HDMI */
32+
&i2c1 {
33+
pinctrl-names = "default";
34+
pinctrl-0 = <&i2c1_pins_a>;
35+
status = "okay";
36+
};
37+
38+
/* HS - I2C2 */
39+
&i2c2 {
40+
pinctrl-names = "default";
41+
pinctrl-0 = <&i2c2_pins_a>;
42+
status = "okay";
43+
};
44+
45+
/* HS - I2C3 */
46+
&i2c3 {
47+
pinctrl-names = "default";
48+
pinctrl-0 = <&i2c3_pins_a>;
49+
status = "okay";
50+
};
51+
52+
/* LS - I2C0 */
53+
&i2c4 {
54+
pinctrl-names = "default";
55+
pinctrl-0 = <&i2c4_pins_a>;
56+
status = "okay";
57+
};
58+
59+
/* LS - I2C1 */
60+
&i2c5 {
61+
pinctrl-names = "default";
62+
pinctrl-0 = <&i2c5_pins_a>;
63+
status = "okay";
64+
};
65+
66+
/* POWER_VPROC */
67+
&i2c6 {
68+
pinctrl-names = "default";
69+
pinctrl-0 = <&i2c6_pins_a>;
70+
status = "okay";
71+
};
72+
73+
/* FAN53555 */
74+
&i2c7 {
75+
pinctrl-names = "default";
76+
pinctrl-0 = <&i2c7_pins_a>;
77+
status = "okay";
78+
};
79+
3180
&uart1 {
3281
status = "okay";
3382
pinctrl-names = "default";

0 commit comments

Comments
 (0)