[PATCH linux dev-5.3 3/4] ARM: dts: tacoma: Remove incorrect i2c buses

Eddie James eajames at linux.ibm.com
Thu Oct 3 09:44:27 AEST 2019


On 10/2/19 5:23 AM, Joel Stanley wrote:
> When adding the Tacoma system a number of I2C buses were enabled that
> according to the schematics are either tied to ground (i2c8, i2c6) or
> used as GPIOs (i2c14, i2c15).


Whoops, thanks!

Reviewed-by: Eddie James <eajames at linux.ibm.com>


>
> Fixes: 4fde000c9b28 ("ARM: dts: aspeed: tacoma: Enable I2C busses")
> Signed-off-by: Joel Stanley <joel at jms.id.au>
> ---
>   arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts | 16 ----------------
>   1 file changed, 16 deletions(-)
>
> diff --git a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
> index 183a8349e181..02eeea6a9bd2 100644
> --- a/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
> +++ b/arch/arm/boot/dts/aspeed-bmc-opp-tacoma.dts
> @@ -298,18 +298,10 @@
>   	};
>   };
>   
> -&i2c6 {
> -	status = "okay";
> -};
> -
>   &i2c7 {
>   	status = "okay";
>   };
>   
> -&i2c8 {
> -	status = "okay";
> -};
> -
>   &i2c9 {
>   	status = "okay";
>   
> @@ -448,14 +440,6 @@
>   	status = "okay";
>   };
>   
> -&i2c14 {
> -	status = "okay";
> -};
> -
> -&i2c15 {
> -	status = "okay";
> -};
> -
>   &ibt {
>   	status = "okay";
>   };


More information about the openbmc mailing list