From: Andrew Jeffery <andrew@codeconstruct.com.au>
To: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>,
patrick@stwcx.xyz, Rob Herring <robh@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Conor Dooley <conor+dt@kernel.org>, Joel Stanley <joel@jms.id.au>
Cc: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>,
devicetree@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-aspeed@lists.ozlabs.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH v1 3/5] ARM: dts: aspeed: yosemite4: Change the address of Fan IC on fan boards
Date: Fri, 27 Sep 2024 15:16:06 +0930 [thread overview]
Message-ID: <7a97e482c01a32d40fd2a70a839acf239ef28608.camel@codeconstruct.com.au> (raw)
In-Reply-To: <20240926032821.4171466-4-Delphine_CC_Chiu@wiwynn.com>
On Thu, 2024-09-26 at 11:28 +0800, Delphine CC Chiu wrote:
> From: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
>
> Change the address of Fan IC: Max31790 on fan boards according to
> schematic.
>
> Signed-off-by: Ricky CX Wu <ricky.cx.wu.wiwynn@gmail.com>
> Signed-off-by: Delphine CC Chiu <Delphine_CC_Chiu@wiwynn.com>
> ---
> .../aspeed/aspeed-bmc-facebook-yosemite4.dts | 24 +++++++------------
> 1 file changed, 8 insertions(+), 16 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 430c28bdd314..a7e51725c595 100644
> --- a/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
> +++ b/arch/arm/boot/dts/aspeed/aspeed-bmc-facebook-yosemite4.dts
> @@ -496,10 +496,8 @@ adc@1f {
> };
>
> pwm@20{
> - compatible = "max31790";
> + compatible = "maxim,max31790";
This isn't changing the address, it's fixing the compatible string.
Please make this a separate patch with an appropriate Fixes: tag.
> reg = <0x20>;
> - #address-cells = <1>;
> - #size-cells = <0>;
Maybe put this in the same patch as the compatible fix though, if it's
correct.
> };
>
> gpio@22{
> @@ -509,11 +507,9 @@ gpio@22{
> #gpio-cells = <2>;
> };
>
> - pwm@23{
> - compatible = "max31790";
> - reg = <0x23>;
> - #address-cells = <1>;
> - #size-cells = <0>;
> + pwm@2f{
> + compatible = "maxim,max31790";
> + reg = <0x2f>;
> };
>
> adc@33 {
> @@ -539,10 +535,8 @@ adc@1f {
> };
>
> pwm@20{
> - compatible = "max31790";
> + compatible = "maxim,max31790";
> reg = <0x20>;
> - #address-cells = <1>;
> - #size-cells = <0>;
As above for this diff hunk too.
Andrew
> };
>
> gpio@22{
> @@ -552,11 +546,9 @@ gpio@22{
> #gpio-cells = <2>;
> };
>
> - pwm@23{
> - compatible = "max31790";
> - reg = <0x23>;
> - #address-cells = <1>;
> - #size-cells = <0>;
> + pwm@2f{
> + compatible = "maxim,max31790";
> + reg = <0x2f>;
> };
>
> adc@33 {
next prev parent reply other threads:[~2024-09-27 5:46 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-09-26 3:28 [PATCH v1 0/5] Add I2C mux on BUS 14 for yosemite4 Delphine CC Chiu
2024-09-26 3:28 ` [PATCH v1 1/5] ARM: dts: aspeed: yosemite4: Add i2c-mux for two fan boards Delphine CC Chiu
2024-09-26 3:28 ` [PATCH v1 2/5] ARM: dts: aspeed: yosemite4: remove led gpio pca9552 on " Delphine CC Chiu
2024-09-27 5:43 ` Andrew Jeffery
2024-09-30 1:56 ` Delphine_CC_Chiu/WYHQ/Wiwynn
2024-09-26 3:28 ` [PATCH v1 3/5] ARM: dts: aspeed: yosemite4: Change the address of Fan IC " Delphine CC Chiu
2024-09-27 5:46 ` Andrew Jeffery [this message]
2024-09-26 3:28 ` [PATCH v1 4/5] ARM: dts: aspeed: yosemite4: Revise adc128d818 adc mode on Fan Boards Delphine CC Chiu
2024-09-26 3:28 ` [PATCH v1 5/5] ARM: dts: aspeed: yosemite4: Add i2c-mux for ADC monitor on Spider Board Delphine CC Chiu
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=7a97e482c01a32d40fd2a70a839acf239ef28608.camel@codeconstruct.com.au \
--to=andrew@codeconstruct.com.au \
--cc=Delphine_CC_Chiu@wiwynn.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=joel@jms.id.au \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-aspeed@lists.ozlabs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=patrick@stwcx.xyz \
--cc=ricky.cx.wu.wiwynn@gmail.com \
--cc=robh@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).