diff options
author | Potin Lai <[email protected]> | 2022-08-10 00:43:37 +0000 |
---|---|---|
committer | Joel Stanley <[email protected]> | 2022-08-18 16:25:06 +1000 |
commit | 6da3f55fe822088b69b69a458c412a08362f4f6d (patch) | |
tree | 8cdce7c11ec173a7bfa1beb9644a0abb7496ed1a | |
parent | 9deb10cf160e2d45b87cd319fbf32b2e5e2a95f1 (diff) |
ARM: dts: aspeed: bletchley: Add USB debug card IPMB node
Add an IPMB node for USB debug card (13-0010) to support IPMI
communication.
Signed-off-by: Potin Lai <[email protected]>
Reviewed-by: Patrick Williams <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Joel Stanley <[email protected]>
-rw-r--r-- | arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts index 41d2b1535d9a..385cfe18cbdd 100644 --- a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts +++ b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts @@ -7,6 +7,7 @@ #include <dt-bindings/usb/pd.h> #include <dt-bindings/leds/leds-pca955x.h> #include <dt-bindings/interrupt-controller/irq.h> +#include <dt-bindings/i2c/i2c.h> / { model = "Facebook Bletchley BMC"; @@ -857,6 +858,13 @@ multi-master; aspeed,hw-timeout-ms = <1000>; status = "okay"; + + //USB Debug Connector + ipmb13@10 { + compatible = "ipmb-dev"; + reg = <(0x10 | I2C_OWN_SLAVE_ADDRESS)>; + i2c-protocol; + }; }; &gpio0 { |