From mboxrd@z Thu Jan 1 00:00:00 1970 From: Delphine CC Chiu Date: Mon, 30 Sep 2024 15:04:57 +0800 Subject: [PATCH v1 6/8] ARM: dts: aspeed: yosemite4: Change the address of Fan IC on fan boards In-Reply-To: <20240930070500.3174431-1-Delphine_CC_Chiu@wiwynn.com> References: <20240930070500.3174431-1-Delphine_CC_Chiu@wiwynn.com> Message-ID: <20240930070500.3174431-7-Delphine_CC_Chiu@wiwynn.com> List-Id: To: linux-aspeed@lists.ozlabs.org MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit From: Ricky CX Wu Change the address of Fan IC: Max31790 on fan boards according to schematic. Signed-off-by: Ricky CX Wu Signed-off-by: Delphine CC Chiu --- .../arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts index 01ee455c41b0..6a1dccd23225 100644 --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts @@ -1188,9 +1188,9 @@ gpio at 22{ #gpio-cells = <2>; }; - pwm at 23{ + pwm at 2f{ compatible = "maxim,max31790"; - reg = <0x23>; + reg = <0x2f>; }; adc at 33 { @@ -1236,9 +1236,9 @@ gpio at 22{ #gpio-cells = <2>; }; - pwm at 23{ + pwm at 2f{ compatible = "maxim,max31790"; - reg = <0x23>; + reg = <0x2f>; }; adc at 33 { -- 2.25.1