Commit 510ed432 authored by Joel Stanley's avatar Joel Stanley
Browse files

ARM: dts: aspeed: rainier: Add missing fan nodes



The Maxim fan controller has six fans attached. Two of these were
missing from the description.

Signed-off-by: default avatarJoel Stanley <joel@jms.id.au>
parent 2f9a9f3c
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -1240,6 +1240,18 @@ fan3: fan@3 {
			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 {