ARM: dts: aspeed: Harma: Add retimer device
authorPeter Yin <peteryin.openbmc@gmail.com>
Fri, 12 Apr 2024 09:15:59 +0000 (17:15 +0800)
committerAndrew Jeffery <andrew@codeconstruct.com.au>
Wed, 1 May 2024 02:19:19 +0000 (11:49 +0930)
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>
arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-harma.dts

index 530f690058573a3c7ef69d36ecbb9923429a87ce..a5abb16e5d8be598911bbeddad65eb2407ab6435 100644 (file)
                        #address-cells = <1>;
                        #size-cells = <0>;
                        reg = <1>;
+                       retimer@24 {
+                               compatible = "asteralabs,pt5161l";
+                               reg = <0x24>;
+                       };
                };
        };
 };
 
 &i2c12 {
        status = "okay";
+       retimer@24 {
+               compatible = "asteralabs,pt5161l";
+               reg = <0x24>;
+       };
 };
 
 &i2c13 {