Skip to content

Commit 8d250f3

Browse files
DelphineCCChiushenki
authored andcommitted
ARM: dts: aspeed: greatlakes: add mctp device
Add mctp node on I2C bus Signed-off-by: Delphine CC Chiu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Joel Stanley <[email protected]>
1 parent 2ecdcd6 commit 8d250f3

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

arch/arm/boot/dts/aspeed-bmc-facebook-greatlakes.dts

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156

157157
&i2c8 {
158158
status = "okay";
159+
mctp-controller;
159160
temperature-sensor@1f {
160161
compatible = "ti,tmp421";
161162
reg = <0x1f>;
@@ -165,6 +166,10 @@
165166
compatible = "st,24c32";
166167
reg = <0x50>;
167168
};
169+
mctp@10 {
170+
compatible = "mctp-i2c-controller";
171+
reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>;
172+
};
168173
};
169174

170175
&i2c9 {
@@ -238,7 +243,7 @@
238243
&gpio0 {
239244
pinctrl-names = "default";
240245
pinctrl-0 = <&pinctrl_gpiu1_default &pinctrl_gpiu7_default>;
241-
status = "okay";
246+
242247
gpio-line-names =
243248
/*A0-A7*/ "","","","","","","","",
244249
/*B0-B7*/ "power-bmc-nic","presence-ocp-debug",
@@ -280,7 +285,6 @@
280285
};
281286

282287
&gpio1 {
283-
status = "okay";
284288
gpio-line-names =
285289
/*18A0-18A7*/ "","","","","","","","",
286290
/*18B0-18B7*/ "","","","","","","","",

0 commit comments

Comments
 (0)