All of lore.kernel.org
 help / color / mirror / Atom feed
From: Ryan Chen <ryan_chen@aspeedtech.com>
To: Joel Stanley <joel@jms.id.au>, BMC-SW <BMC-SW@aspeedtech.com>,
	Heiko Schocher <hs@denx.de>
Cc: "u-boot@lists.denx.de" <u-boot@lists.denx.de>,
	"Cédric Le Goater" <clg@kaod.org>
Subject: RE: [PATCH 03/10] ARM: dts: ast2600: Dsiable I2C nodes by default
Date: Tue, 21 Jun 2022 05:32:07 +0000	[thread overview]
Message-ID: <SEZPR06MB5269330EA4A906B801CA1F61F2B39@SEZPR06MB5269.apcprd06.prod.outlook.com> (raw)
In-Reply-To: <20220620072457.3445278-4-joel@jms.id.au>

> -----Original Message-----
> From: joel.stan@gmail.com <joel.stan@gmail.com> On Behalf Of Joel Stanley
> Sent: Monday, June 20, 2022 3:25 PM
> To: Ryan Chen <ryan_chen@aspeedtech.com>; BMC-SW
> <BMC-SW@aspeedtech.com>; Heiko Schocher <hs@denx.de>
> Cc: u-boot@lists.denx.de; Cédric Le Goater <clg@kaod.org>
> Subject: [PATCH 03/10] ARM: dts: ast2600: Dsiable I2C nodes by default
> 
> Allow boards to enable the buses they use.
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>
Reviewed-by: Ryan Chen <ryan_chen@aspeedtech.com>
> ---
>  arch/arm/dts/ast2600.dtsi | 7 +++++++
>  1 file changed, 7 insertions(+)
> 
> diff --git a/arch/arm/dts/ast2600.dtsi b/arch/arm/dts/ast2600.dtsi index
> 4b23d25ede0a..a37d062bcad7 100644
> --- a/arch/arm/dts/ast2600.dtsi
> +++ b/arch/arm/dts/ast2600.dtsi
> @@ -868,6 +868,7 @@
>  		clocks = <&scu ASPEED_CLK_APB2>;
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&pinctrl_i2c3_default>;
> +		status = "disabled";
>  	};
> 
>  	i2c3: i2c@200 {
> @@ -883,6 +884,7 @@
>  		clocks = <&scu ASPEED_CLK_APB2>;
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&pinctrl_i2c4_default>;
> +		status = "disabled";
>  	};
> 
>  	i2c4: i2c@280 {
> @@ -898,6 +900,7 @@
>  		clocks = <&scu ASPEED_CLK_APB2>;
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&pinctrl_i2c5_default>;
> +		status = "disabled";
>  	};
> 
>  	i2c5: i2c@300 {
> @@ -913,6 +916,7 @@
>  		clocks = <&scu ASPEED_CLK_APB2>;
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&pinctrl_i2c6_default>;
> +		status = "disabled";
>  	};
> 
>  	i2c6: i2c@380 {
> @@ -928,6 +932,7 @@
>  		clocks = <&scu ASPEED_CLK_APB2>;
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&pinctrl_i2c7_default>;
> +		status = "disabled";
>  	};
> 
>  	i2c7: i2c@400 {
> @@ -943,6 +948,7 @@
>  		clocks = <&scu ASPEED_CLK_APB2>;
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&pinctrl_i2c8_default>;
> +		status = "disabled";
>  	};
> 
>  	i2c8: i2c@480 {
> @@ -958,6 +964,7 @@
>  		clocks = <&scu ASPEED_CLK_APB2>;
>  		pinctrl-names = "default";
>  		pinctrl-0 = <&pinctrl_i2c9_default>;
> +		status = "disabled";
>  	};
> 
>  	i2c9: i2c@500 {
> --
> 2.35.1


  reply	other threads:[~2022-06-21  5:32 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-06-20  7:24 [PATCH 00/10] i2c: Improvements for aspeed boards Joel Stanley
2022-06-20  7:24 ` [PATCH 01/10] ARM: dts: ast2600: Add I2C pinctrl Joel Stanley
2022-06-21  5:30   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 02/10] ARM: dts: ast2600: Add I2C reset properties Joel Stanley
2022-06-21  5:31   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 03/10] ARM: dts: ast2600: Dsiable I2C nodes by default Joel Stanley
2022-06-21  5:32   ` Ryan Chen [this message]
2022-06-20  7:24 ` [PATCH 04/10] ARM: dts: ast2500-evb: Add I2C devices Joel Stanley
2022-06-21  5:32   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 05/10] ARM: dts: ast2600-evb: " Joel Stanley
2022-06-21  5:38   ` Ryan Chen
2022-06-21  6:49     ` Joel Stanley
2022-06-20  7:24 ` [PATCH 06/10] reset/aspeed: Implement status callback Joel Stanley
2022-06-21  8:12   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 07/10] i2c/aspeed: Fix reset control Joel Stanley
2022-06-21  8:14   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 08/10] i2c/aspeed: Add AST2600 compatible Joel Stanley
2022-06-21  8:15   ` Ryan Chen
2022-06-20  7:24 ` [PATCH 09/10] config/ast2600: Enable I2C driver Joel Stanley
2022-06-20  7:24 ` [PATCH 10/10] config/aspeed: Enable EEPROM options Joel Stanley

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=SEZPR06MB5269330EA4A906B801CA1F61F2B39@SEZPR06MB5269.apcprd06.prod.outlook.com \
    --to=ryan_chen@aspeedtech.com \
    --cc=BMC-SW@aspeedtech.com \
    --cc=clg@kaod.org \
    --cc=hs@denx.de \
    --cc=joel@jms.id.au \
    --cc=u-boot@lists.denx.de \
    /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 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.