diff mbox series

ARM: dts: aspeed: mtjade: Add SMPro nodes

Message ID 20221118065109.2339066-1-quan@os.amperecomputing.com
State New
Headers show
Series ARM: dts: aspeed: mtjade: Add SMPro nodes | expand

Commit Message

Quan Nguyen Nov. 18, 2022, 6:51 a.m. UTC
Add SMPro nodes to Mt. Jade BMC.

Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
---
 arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 8 ++++++++
 1 file changed, 8 insertions(+)

Comments

Thang Nguyen OS Feb. 14, 2023, 4:02 a.m. UTC | #1
On 18 Nov 2022, at 13:51, Quan Nguyen OS <quan@os.amperecomputing.com> wrote:

Add SMPro nodes to Mt. Jade BMC.

Signed-off-by: Quan Nguyen <quan@os.amperecomputing.com>
---
arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts | 8 ++++++++
1 file changed, 8 insertions(+)

diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
index 353359822d7b..0a51d2e32fab 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
@@ -354,6 +354,14 @@ &i2c1 {

&i2c2 {
status = "okay";
+ smpro@4f {
+ compatible = "ampere,smpro";
+ reg = <0x4f>;
+ };
+ smpro@4e {
+ compatible = "ampere,smpro";
+ reg = <0x4e>;
+ };
};

&i2c3 {
--
2.35.1

Hi Joel,
Can you also pick https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=7c07553807c5125c89de242d35c10c206fd8e6bb to fix USB gadget issue? It is to support multiple devices (i.e. virtual media, USB Ethernet, …) at the same time?

Thanks,
Thang Q. Nguyen
Joel Stanley Feb. 22, 2023, 1:17 a.m. UTC | #2
On Tue, 14 Feb 2023 at 04:02, Thang Nguyen OS
<thang@amperemail.onmicrosoft.com> wrote:

> Hi Joel,
> Can you also pick https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git/commit/?id=7c07553807c5125c89de242d35c10c206fd8e6bb to fix USB gadget issue? It is to support multiple devices (i.e. virtual media, USB Ethernet, …) at the same time?

This is also in dev-6.1 already.

Thanks for getting your changes upstream!

Cheers,

Joel
diff mbox series

Patch

diff --git a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
index 353359822d7b..0a51d2e32fab 100644
--- a/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-ampere-mtjade.dts
@@ -354,6 +354,14 @@  &i2c1 {
 
 &i2c2 {
 	status = "okay";
+	smpro@4f {
+		compatible = "ampere,smpro";
+		reg = <0x4f>;
+	};
+	smpro@4e {
+		compatible = "ampere,smpro";
+		reg = <0x4e>;
+	};
 };
 
 &i2c3 {