Skip to content

Commit 287ba28

Browse files
Peter Yinamboar
authored andcommitted
ARM: dts: aspeed: Harma: Add retimer device
Add pt5161l device in i2c bus12 and bus21. Signed-off-by: Peter Yin <peteryin.openbmc@gmail.com> Link: https://lore.kernel.org/r/20240412091600.2534693-12-peteryin.openbmc@gmail.com Signed-off-by: Andrew Jeffery <andrew@codeconstruct.com.au>
1 parent 4187ccb commit 287ba28

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,10 @@
250250
#address-cells = <1>;
251251
#size-cells = <0>;
252252
reg = <1>;
253+
retimer@24 {
254+
compatible = "asteralabs,pt5161l";
255+
reg = <0x24>;
256+
};
253257
};
254258
};
255259
};
@@ -370,6 +374,10 @@
370374

371375
&i2c12 {
372376
status = "okay";
377+
retimer@24 {
378+
compatible = "asteralabs,pt5161l";
379+
reg = <0x24>;
380+
};
373381
};
374382

375383
&i2c13 {

0 commit comments

Comments
 (0)