189e847a0f
The 4U fans do not need a different "tach-pulses" property than the 2U machine. In addition, the "maxim,fan-dual-tach" property does not exist upstream yet, so it should also be removed. Signed-off-by: Eddie James <eajames@linux.ibm.com> Signed-off-by: Joel Stanley <joel@jms.id.au>
22 lines
300 B
Plaintext
22 lines
300 B
Plaintext
// SPDX-License-Identifier: GPL-2.0-or-later
|
|
// Copyright 2020 IBM Corp.
|
|
/dts-v1/;
|
|
|
|
#include "aspeed-bmc-ibm-rainier.dts"
|
|
|
|
/ {
|
|
model = "Rainier 4U";
|
|
};
|
|
|
|
&i2c3 {
|
|
power-supply@6a {
|
|
compatible = "ibm,cffps";
|
|
reg = <0x6a>;
|
|
};
|
|
|
|
power-supply@6b {
|
|
compatible = "ibm,cffps";
|
|
reg = <0x6b>;
|
|
};
|
|
};
|