All of lore.kernel.org
 help / color / mirror / Atom feed
From: Gregory CLEMENT <gregory.clement@bootlin.com>
To: Baruch Siach <baruch@tkos.co.il>,
	Russell King <linux@armlinux.org.uk>,
	Jason Cooper <jason@lakedaemon.net>, Andrew Lunn <andrew@lunn.ch>,
	Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
Cc: Dennis Gilmore <dennis@ausil.us>,
	Baruch Siach <baruch@tkos.co.il>,
	Aditya Prayoga <aditya@kobol.io>,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH 1/3] ARM: armada-38x-solidrun-microsom: move i2c0 to SOM DT
Date: Wed, 08 Jan 2020 10:59:20 +0100	[thread overview]
Message-ID: <87d0bub75z.fsf@FE-laptop> (raw)
In-Reply-To: <87fb5ab9674efaf5dbf5fed779926eccf248306b.1577953408.git.baruch@tkos.co.il>

Hi Baruch,

> Move the i2c0 controller properties to the SOM .dtsi. This is
> preparation for adding an i2c device at the SOM level.
>
> Cc: Dennis Gilmore <dennis@ausil.us>
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied on mvebu/dt

Thanks,

Gregory

> ---
>  arch/arm/boot/dts/armada-388-clearfog.dtsi          | 5 -----
>  arch/arm/boot/dts/armada-388-helios4.dts            | 5 -----
>  arch/arm/boot/dts/armada-38x-solidrun-microsom.dtsi | 7 +++++++
>  3 files changed, 7 insertions(+), 10 deletions(-)
>
> diff --git a/arch/arm/boot/dts/armada-388-clearfog.dtsi b/arch/arm/boot/dts/armada-388-clearfog.dtsi
> index 0d81600ca247..a6edea6f50d1 100644
> --- a/arch/arm/boot/dts/armada-388-clearfog.dtsi
> +++ b/arch/arm/boot/dts/armada-388-clearfog.dtsi
> @@ -111,11 +111,6 @@ &eth2 {
>  };
>  
>  &i2c0 {
> -	clock-frequency = <400000>;
> -	pinctrl-0 = <&i2c0_pins>;
> -	pinctrl-names = "default";
> -	status = "okay";
> -
>  	/*
>  	 * PCA9655 GPIO expander, up to 1MHz clock.
>  	 *  0-CON3 CLKREQ#
> diff --git a/arch/arm/boot/dts/armada-388-helios4.dts b/arch/arm/boot/dts/armada-388-helios4.dts
> index 705adfa8c680..fb49df2a3bce 100644
> --- a/arch/arm/boot/dts/armada-388-helios4.dts
> +++ b/arch/arm/boot/dts/armada-388-helios4.dts
> @@ -140,11 +140,6 @@ usb3_phy: usb3-phy {
>  	soc {
>  		internal-regs {
>  			i2c@11000 {
> -				clock-frequency = <400000>;
> -				pinctrl-0 = <&i2c0_pins>;
> -				pinctrl-names = "default";
> -				status = "okay";
> -
>  				/*
>  				 * PCA9655 GPIO expander, up to 1MHz clock.
>  				 *  0-Board Revision bit 0 #
> diff --git a/arch/arm/boot/dts/armada-38x-solidrun-microsom.dtsi b/arch/arm/boot/dts/armada-38x-solidrun-microsom.dtsi
> index 3a7f9c1ac346..cd39312fb50d 100644
> --- a/arch/arm/boot/dts/armada-38x-solidrun-microsom.dtsi
> +++ b/arch/arm/boot/dts/armada-38x-solidrun-microsom.dtsi
> @@ -71,6 +71,13 @@ phy_dedicated: ethernet-phy@0 {
>  	};
>  };
>  
> +&i2c0 {
> +	clock-frequency = <400000>;
> +	pinctrl-0 = <&i2c0_pins>;
> +	pinctrl-names = "default";
> +	status = "okay";
> +};
> +
>  &pinctrl {
>  	microsom_phy_clk_pins: microsom-phy-clk-pins {
>  		marvell,pins = "mpp45";
> -- 
> 2.24.1
>

-- 
Gregory Clement, Bootlin
Embedded Linux and Kernel engineering
http://bootlin.com

_______________________________________________
linux-arm-kernel mailing list
linux-arm-kernel@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/linux-arm-kernel

      parent reply	other threads:[~2020-01-08  9:59 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-02  8:23 [PATCH 1/3] ARM: armada-38x-solidrun-microsom: move i2c0 to SOM DT Baruch Siach
2020-01-02  8:23 ` [PATCH 2/3] ARM: dts: armada-38x-solidrun-microsom: add eeprom Baruch Siach
2020-01-08  9:59   ` Gregory CLEMENT
2020-01-02  8:23 ` [PATCH 3/3] ARM: dts: armada-388-clearfog: " Baruch Siach
2020-01-08  9:59   ` Gregory CLEMENT
2020-01-08  9:59 ` Gregory CLEMENT [this message]

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=87d0bub75z.fsf@FE-laptop \
    --to=gregory.clement@bootlin.com \
    --cc=aditya@kobol.io \
    --cc=andrew@lunn.ch \
    --cc=baruch@tkos.co.il \
    --cc=dennis@ausil.us \
    --cc=jason@lakedaemon.net \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux@armlinux.org.uk \
    --cc=sebastian.hesselbarth@gmail.com \
    /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.