This patch series add modifications as below
1. add a IPMB node for USB debug card communication.
2. remove hdc1080 node due to incompatible 2nd source (si7021).
Potin Lai (2):
ARM: dts: aspeed: bletchley: add USB debug card IPMB node
ARM: dts: aspeed: bletchley: remove hdc1080 node
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 13 ++++++++-----
1 file changed, 8 insertions(+), 5 deletions(-)
--
2.31.1
Add an IPMB node for USB debug card (13-0010) to support IPMI comnunication
Signed-off-by: Potin Lai <[email protected]>
---
arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts b/arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts
index 9fdb3d17596b9..54c9f182f6a5c 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";
@@ -946,6 +947,13 @@ &i2c13 {
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 {
--
2.31.1
On Wed, Aug 10, 2022 at 12:43:36AM +0000, Potin Lai wrote:
> This patch series add modifications as below
> 1. add a IPMB node for USB debug card communication.
> 2. remove hdc1080 node due to incompatible 2nd source (si7021).
>
> Potin Lai (2):
> ARM: dts: aspeed: bletchley: add USB debug card IPMB node
> ARM: dts: aspeed: bletchley: remove hdc1080 node
>
> arch/arm/boot/dts/aspeed-bmc-facebook-bletchley.dts | 13 ++++++++-----
> 1 file changed, 8 insertions(+), 5 deletions(-)
>
> --
> 2.31.1
>
Reviewed-by: Patrick Williams <[email protected]>
--
Patrick Williams