All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH linux dev-4.10] ARM: dts: aspeed: romulus: Add aspeed fan tach
@ 2017-10-30  9:21 Lei YU
  2017-10-31  0:08 ` Andrew Jeffery
  2017-10-31  4:39 ` Andrew Jeffery
  0 siblings, 2 replies; 3+ messages in thread
From: Lei YU @ 2017-10-30  9:21 UTC (permalink / raw)
  To: openbmc; +Cc: Lei YU, andrew

Romulus uses aspeed fan tach instead of max31785:
* Pass1's max31785 is always reset by CPLD;
* Pass2's max31785 is not connected.

The board has 7 fan taches connected to BMC_FANTACH8~14,
and controlled by two PWMs.

This commit also change "enabled" to "okay" for the i2c devices.

Signed-off-by: Lei YU <mine260309@gmail.com>
---
 arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 138 +++++++++------------------
 1 file changed, 47 insertions(+), 91 deletions(-)

diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
index dea556f..86f7927 100644
--- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
+++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
@@ -68,6 +68,47 @@
 
 #include "ibm-power9-cfam.dtsi"
 
+&pwm_tacho {
+	status = "okay";
+	pinctrl-names = "default";
+	pinctrl-0 = <&pinctrl_pwm0_default &pinctrl_pwm1_default>;
+
+	fan@0 {
+		reg = <0x00>;
+		aspeed,fan-tach-ch = /bits/ 8 <0x08>;
+	};
+
+	fan@1 {
+		reg = <0x00>;
+		aspeed,fan-tach-ch = /bits/ 8 <0x09>;
+	};
+
+	fan@2 {
+		reg = <0x01>;
+		aspeed,fan-tach-ch = /bits/ 8 <0x0a>;
+	};
+
+	fan@3 {
+		reg = <0x01>;
+		aspeed,fan-tach-ch = /bits/ 8 <0x0b>;
+	};
+
+	fan@4 {
+		reg = <0x00>;
+		aspeed,fan-tach-ch = /bits/ 8 <0x0c>;
+	};
+
+	fan@5 {
+		reg = <0x00>;
+		aspeed,fan-tach-ch = /bits/ 8 <0x0d>;
+	};
+
+	fan@6 {
+		reg = <0x01>;
+		aspeed,fan-tach-ch = /bits/ 8 <0x0e>;
+	};
+};
+
 &fmc {
 	status = "okay";
 	flash@0 {
@@ -132,7 +173,7 @@
 };
 
 &i2c1 {
-	status = "enabled";
+	status = "okay";
 
 	/* CPU1 */
 };
@@ -173,27 +214,27 @@
 
 &i2c6 {
 	/* PCIe slot 1 (x8) */
-	status = "enabled";
+	status = "okay";
 };
 
 &i2c7 {
 	/* PCIe slot 2 (x16) */
-	status = "enabled";
+	status = "okay";
 };
 
 &i2c8 {
 	/* PCIe slot 3 (x16) */
-	status = "enabled";
+	status = "okay";
 };
 
 &i2c9 {
 	/* PCIe slot 4 (x16) */
-	status = "enabled";
+	status = "okay";
 };
 
 &i2c10 {
 	/* PCIe slot 5 (x8) */
-	status = "enabled";
+	status = "okay";
 };
 
 &i2c11 {
@@ -211,91 +252,6 @@
 	status = "okay";
 
 	/* Fan Controller */
-	max31785@52 {
-		compatible = "maxim,max31785";
-		reg = <0x52>;
-		#address-cells = <1>;
-		#size-cells = <0>;
-
-		fan@0 {
-			compatible = "pmbus-fan";
-			reg = <0>;
-			tach-pulses = <2>;
-			maxim,fan-rotor-input = "tach";
-			maxim,fan-pwm-freq = <25000>;
-			maxim,fan-dual-tach;
-			maxim,fan-no-watchdog;
-			maxim,fan-no-fault-ramp;
-			maxim,fan-ramp = <2>;
-			maxim,fan-fault-pin-mon;
-		};
-
-		fan@1 {
-			compatible = "pmbus-fan";
-			reg = <1>;
-			tach-pulses = <2>;
-			maxim,fan-rotor-input = "tach";
-			maxim,fan-pwm-freq = <25000>;
-			maxim,fan-dual-tach;
-			maxim,fan-no-watchdog;
-			maxim,fan-no-fault-ramp;
-			maxim,fan-ramp = <2>;
-			maxim,fan-fault-pin-mon;
-		};
-
-		fan@2 {
-			compatible = "pmbus-fan";
-			reg = <2>;
-			tach-pulses = <2>;
-			maxim,fan-rotor-input = "tach";
-			maxim,fan-pwm-freq = <25000>;
-			maxim,fan-dual-tach;
-			maxim,fan-no-watchdog;
-			maxim,fan-no-fault-ramp;
-			maxim,fan-ramp = <2>;
-			maxim,fan-fault-pin-mon;
-		};
-
-		fan@3 {
-			compatible = "pmbus-fan";
-			reg = <3>;
-			tach-pulses = <2>;
-			maxim,fan-rotor-input = "tach";
-			maxim,fan-pwm-freq = <25000>;
-			maxim,fan-dual-tach;
-			maxim,fan-no-watchdog;
-			maxim,fan-no-fault-ramp;
-			maxim,fan-ramp = <2>;
-			maxim,fan-fault-pin-mon;
-		};
-
-		fan@4 {
-			compatible = "pmbus-fan";
-			reg = <4>;
-			tach-pulses = <2>;
-			maxim,fan-rotor-input = "tach";
-			maxim,fan-pwm-freq = <25000>;
-			maxim,fan-dual-tach;
-			maxim,fan-no-watchdog;
-			maxim,fan-no-fault-ramp;
-			maxim,fan-ramp = <2>;
-			maxim,fan-fault-pin-mon;
-		};
-
-		fan@5 {
-			compatible = "pmbus-fan";
-			reg = <5>;
-			tach-pulses = <2>;
-			maxim,fan-rotor-input = "tach";
-			maxim,fan-pwm-freq = <25000>;
-			maxim,fan-dual-tach;
-			maxim,fan-no-watchdog;
-			maxim,fan-no-fault-ramp;
-			maxim,fan-ramp = <2>;
-			maxim,fan-fault-pin-mon;
-		};
-	};
-
 	/* CPLD */
 	/* Power Supply */
 	/* Temp Sensor */
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH linux dev-4.10] ARM: dts: aspeed: romulus: Add aspeed fan tach
  2017-10-30  9:21 [PATCH linux dev-4.10] ARM: dts: aspeed: romulus: Add aspeed fan tach Lei YU
@ 2017-10-31  0:08 ` Andrew Jeffery
  2017-10-31  4:39 ` Andrew Jeffery
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Jeffery @ 2017-10-31  0:08 UTC (permalink / raw)
  To: Lei YU, openbmc

[-- Attachment #1: Type: text/plain, Size: 4843 bytes --]

On Mon, 2017-10-30 at 17:21 +0800, Lei YU wrote:
> Romulus uses aspeed fan tach instead of max31785:
> * Pass1's max31785 is always reset by CPLD;
> * Pass2's max31785 is not connected.
> 
> The board has 7 fan taches connected to BMC_FANTACH8~14,
> and controlled by two PWMs.
> 
> This commit also change "enabled" to "okay" for the i2c devices.

I would prefer unrelated changes like the I2C fix are split out into a separate
commit in the future. Don't worry about it now though.

Cheers,

Andrew

> 
> Signed-off-by: Lei YU <mine260309@gmail.com>
> ---
>  arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts | 138 +++++++++------------------
>  1 file changed, 47 insertions(+), 91 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
> index dea556f..86f7927 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-romulus.dts
> @@ -68,6 +68,47 @@
>  
>  #include "ibm-power9-cfam.dtsi"
>  
> +&pwm_tacho {
> +	status = "okay";
> +	pinctrl-names = "default";
> +	pinctrl-0 = <&pinctrl_pwm0_default &pinctrl_pwm1_default>;
> +
> +	fan@0 {
> +		reg = <0x00>;
> +		aspeed,fan-tach-ch = /bits/ 8 <0x08>;
> +	};
> +
> +	fan@1 {
> +		reg = <0x00>;
> +		aspeed,fan-tach-ch = /bits/ 8 <0x09>;
> +	};
> +
> +	fan@2 {
> +		reg = <0x01>;
> +		aspeed,fan-tach-ch = /bits/ 8 <0x0a>;
> +	};
> +
> +	fan@3 {
> +		reg = <0x01>;
> +		aspeed,fan-tach-ch = /bits/ 8 <0x0b>;
> +	};
> +
> +	fan@4 {
> +		reg = <0x00>;
> +		aspeed,fan-tach-ch = /bits/ 8 <0x0c>;
> +	};
> +
> +	fan@5 {
> +		reg = <0x00>;
> +		aspeed,fan-tach-ch = /bits/ 8 <0x0d>;
> +	};
> +
> +	fan@6 {
> +		reg = <0x01>;
> +		aspeed,fan-tach-ch = /bits/ 8 <0x0e>;
> +	};
> +};
> +
>  &fmc {
>  	status = "okay";
>  	flash@0 {
> @@ -132,7 +173,7 @@
>  };
>  
>  &i2c1 {
> -	status = "enabled";
> +	status = "okay";
>  
>  	/* CPU1 */
>  };
> @@ -173,27 +214,27 @@
>  
>  &i2c6 {
>  	/* PCIe slot 1 (x8) */
> -	status = "enabled";
> +	status = "okay";
>  };
>  
>  &i2c7 {
>  	/* PCIe slot 2 (x16) */
> -	status = "enabled";
> +	status = "okay";
>  };
>  
>  &i2c8 {
>  	/* PCIe slot 3 (x16) */
> -	status = "enabled";
> +	status = "okay";
>  };
>  
>  &i2c9 {
>  	/* PCIe slot 4 (x16) */
> -	status = "enabled";
> +	status = "okay";
>  };
>  
>  &i2c10 {
>  	/* PCIe slot 5 (x8) */
> -	status = "enabled";
> +	status = "okay";
>  };
>  
>  &i2c11 {
> @@ -211,91 +252,6 @@
>  	status = "okay";
>  
>  	/* Fan Controller */
> -	max31785@52 {
> -		compatible = "maxim,max31785";
> -		reg = <0x52>;
> -		#address-cells = <1>;
> -		#size-cells = <0>;
> -
> -		fan@0 {
> -			compatible = "pmbus-fan";
> -			reg = <0>;
> -			tach-pulses = <2>;
> -			maxim,fan-rotor-input = "tach";
> -			maxim,fan-pwm-freq = <25000>;
> -			maxim,fan-dual-tach;
> -			maxim,fan-no-watchdog;
> -			maxim,fan-no-fault-ramp;
> -			maxim,fan-ramp = <2>;
> -			maxim,fan-fault-pin-mon;
> -		};
> -
> -		fan@1 {
> -			compatible = "pmbus-fan";
> -			reg = <1>;
> -			tach-pulses = <2>;
> -			maxim,fan-rotor-input = "tach";
> -			maxim,fan-pwm-freq = <25000>;
> -			maxim,fan-dual-tach;
> -			maxim,fan-no-watchdog;
> -			maxim,fan-no-fault-ramp;
> -			maxim,fan-ramp = <2>;
> -			maxim,fan-fault-pin-mon;
> -		};
> -
> -		fan@2 {
> -			compatible = "pmbus-fan";
> -			reg = <2>;
> -			tach-pulses = <2>;
> -			maxim,fan-rotor-input = "tach";
> -			maxim,fan-pwm-freq = <25000>;
> -			maxim,fan-dual-tach;
> -			maxim,fan-no-watchdog;
> -			maxim,fan-no-fault-ramp;
> -			maxim,fan-ramp = <2>;
> -			maxim,fan-fault-pin-mon;
> -		};
> -
> -		fan@3 {
> -			compatible = "pmbus-fan";
> -			reg = <3>;
> -			tach-pulses = <2>;
> -			maxim,fan-rotor-input = "tach";
> -			maxim,fan-pwm-freq = <25000>;
> -			maxim,fan-dual-tach;
> -			maxim,fan-no-watchdog;
> -			maxim,fan-no-fault-ramp;
> -			maxim,fan-ramp = <2>;
> -			maxim,fan-fault-pin-mon;
> -		};
> -
> -		fan@4 {
> -			compatible = "pmbus-fan";
> -			reg = <4>;
> -			tach-pulses = <2>;
> -			maxim,fan-rotor-input = "tach";
> -			maxim,fan-pwm-freq = <25000>;
> -			maxim,fan-dual-tach;
> -			maxim,fan-no-watchdog;
> -			maxim,fan-no-fault-ramp;
> -			maxim,fan-ramp = <2>;
> -			maxim,fan-fault-pin-mon;
> -		};
> -
> -		fan@5 {
> -			compatible = "pmbus-fan";
> -			reg = <5>;
> -			tach-pulses = <2>;
> -			maxim,fan-rotor-input = "tach";
> -			maxim,fan-pwm-freq = <25000>;
> -			maxim,fan-dual-tach;
> -			maxim,fan-no-watchdog;
> -			maxim,fan-no-fault-ramp;
> -			maxim,fan-ramp = <2>;
> -			maxim,fan-fault-pin-mon;
> -		};
> -	};
> -
>  	/* CPLD */
>  	/* Power Supply */
>  	/* Temp Sensor */

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH linux dev-4.10] ARM: dts: aspeed: romulus: Add aspeed fan tach
  2017-10-30  9:21 [PATCH linux dev-4.10] ARM: dts: aspeed: romulus: Add aspeed fan tach Lei YU
  2017-10-31  0:08 ` Andrew Jeffery
@ 2017-10-31  4:39 ` Andrew Jeffery
  1 sibling, 0 replies; 3+ messages in thread
From: Andrew Jeffery @ 2017-10-31  4:39 UTC (permalink / raw)
  To: Lei YU, openbmc

[-- Attachment #1: Type: text/plain, Size: 455 bytes --]

On Mon, 2017-10-30 at 17:21 +0800, Lei YU wrote:
> Romulus uses aspeed fan tach instead of max31785:
> * Pass1's max31785 is always reset by CPLD;
> * Pass2's max31785 is not connected.
> 
> The board has 7 fan taches connected to BMC_FANTACH8~14,
> and controlled by two PWMs.
> 
> This commit also change "enabled" to "okay" for the i2c devices.
> 
> Signed-off-by: Lei YU <mine260309@gmail.com>

Applied to dev-4.10.

Thanks,

Andrew

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 801 bytes --]

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-10-31  4:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-10-30  9:21 [PATCH linux dev-4.10] ARM: dts: aspeed: romulus: Add aspeed fan tach Lei YU
2017-10-31  0:08 ` Andrew Jeffery
2017-10-31  4:39 ` Andrew Jeffery

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.