mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-06 20:44:11 +00:00
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>
This commit is contained in:
parent
4187ccb5a4
commit
287ba28a69
@ -250,6 +250,10 @@
|
||||
#address-cells = <1>;
|
||||
#size-cells = <0>;
|
||||
reg = <1>;
|
||||
retimer@24 {
|
||||
compatible = "asteralabs,pt5161l";
|
||||
reg = <0x24>;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
@ -370,6 +374,10 @@
|
||||
|
||||
&i2c12 {
|
||||
status = "okay";
|
||||
retimer@24 {
|
||||
compatible = "asteralabs,pt5161l";
|
||||
reg = <0x24>;
|
||||
};
|
||||
};
|
||||
|
||||
&i2c13 {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user