ARM: dts: aspeed: rainier: Add missing fan nodes
authorJoel Stanley <joel@jms.id.au>
Thu, 8 Apr 2021 01:14:33 +0000 (10:44 +0930)
committerJoel Stanley <joel@jms.id.au>
Thu, 8 Apr 2021 01:37:43 +0000 (11:07 +0930)
The Maxim fan controller has six fans attached. Two of these were
missing from the description.

Signed-off-by: Joel Stanley <joel@jms.id.au>
arch/arm/boot/dts/aspeed-bmc-ibm-rainier.dts

index 7efc0b4..7a14d99 100644 (file)
                        reg = <3>;
                        tach-pulses = <2>;
                };
+
+               fan4: fan@4 {
+                       compatible = "pmbus-fan";
+                       reg = <4>;
+                       tach-pulses = <2>;
+               };
+
+               fan5: fan@5 {
+                       compatible = "pmbus-fan";
+                       reg = <5>;
+                       tach-pulses = <2>;
+               };
        };
 
        pca0: pca9552@61 {