[PATCH linux dev-5.10] ARM: dts: aspeed: Add TYAN S7106 BMC machine

Jeremy Kerr jk at codeconstruct.com.au
Wed Sep 8 11:14:50 AEST 2021


Hi Oskar,

> The TYAN S7106 is a server platform with an ASPEED AST2500 BMC.
> 
> Submitted to upstream in
> https://lists.ozlabs.org/pipermail/linux-aspeed/2021-
> September/006326.html

Pending Joel's comments there, all looks good to me.

In case it's useful to include, I also have the multiplexer on i2c6
defined in my dts:

+       i2cmux {
+               compatible = "i2c-mux-gpio";
+               #address-cells = <1>;
+               #size-cells = <0>;
+               i2c-parent = <&i2c6>;
+               mux-gpios = <&gpio ASPEED_GPIO(Q,4) GPIO_ACTIVE_HIGH
+                            &gpio ASPEED_GPIO(Q,5) GPIO_ACTIVE_HIGH
+                            &gpio ASPEED_GPIO(G,0) GPIO_ACTIVE_LOW
+                            &gpio ASPEED_GPIO(G,1) GPIO_ACTIVE_LOW>;
+
+               i2c_pcie_s1b1: i2c at 4 {
+                       reg = <0x4>;
+               };
+               i2c_pcie_s1b2: i2c at 5 {
+                       reg = <0x5>;
+               };
+               i2c_pcie_s2b1: i2c at 6 {
+                       reg = <0x6>;
+               };
+               i2c_pcie_s2b2: i2c at 7 {
+                       reg = <0x7>;
+               };
+
+               i2c_ocp0a: i2c at 8 {
+                       reg = <0x8>;
+               };
+               i2c_ocp0c: i2c at 9 {
+                       reg = <0x9>;
+               };
+               i2c_ocp1a: i2c at a {
+                       reg = <0xa>;
+               };
+	};

- but I've only done light testing on that.

Regardless, if you CC me on v2, I'd be happy to add my ack.

Cheers,


Jeremy



More information about the openbmc mailing list