All of lore.kernel.org
 help / color / mirror / Atom feed
From: narmstrong@baylibre.com (Neil Armstrong)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] ARM: dts: meson8: fix the IR receiver pins
Date: Mon, 12 Jun 2017 09:38:55 +0200	[thread overview]
Message-ID: <e4347b01-e221-2242-9bb9-bc1e93da06fb@baylibre.com> (raw)
In-Reply-To: <20170609222039.25191-1-martin.blumenstingl@googlemail.com>

On 06/10/2017 12:20 AM, Martin Blumenstingl wrote:
> The IR receiver pins are currently defined in the CBUS pin-controller.
> However the pins are in the AO region, which is controlled by the AOBUS
> pin-controller. Move the pins to pinctrl_aobus so they can actually be
> used.
> 
> Fixes: b60e1157d8fa ("ARM: dts: amlogic: Split pinctrl device for Meson8 / Meson8b")
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  arch/arm/boot/dts/meson8.dtsi | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi
> index 9b0b3ddbb17e..e4f7357b4b31 100644
> --- a/arch/arm/boot/dts/meson8.dtsi
> +++ b/arch/arm/boot/dts/meson8.dtsi
> @@ -116,6 +116,13 @@
>  				function = "i2c_mst_ao";
>  			};
>  		};
> +
> +		ir_recv_pins: remote {
> +			mux {
> +				groups = "remote_input";
> +				function = "remote";
> +			};
> +		};
>  	};
>  };
>  
> @@ -151,13 +158,6 @@
>  			};
>  		};
>  
> -		ir_recv_pins: remote {
> -			mux {
> -				groups = "remote_input";
> -				function = "remote";
> -			};
> -		};
> -
>  		eth_pins: ethernet {
>  			mux {
>  				groups = "eth_tx_clk_50m", "eth_tx_en",
> 


Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

WARNING: multiple messages have this Message-ID (diff)
From: narmstrong@baylibre.com (Neil Armstrong)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM: dts: meson8: fix the IR receiver pins
Date: Mon, 12 Jun 2017 09:38:55 +0200	[thread overview]
Message-ID: <e4347b01-e221-2242-9bb9-bc1e93da06fb@baylibre.com> (raw)
In-Reply-To: <20170609222039.25191-1-martin.blumenstingl@googlemail.com>

On 06/10/2017 12:20 AM, Martin Blumenstingl wrote:
> The IR receiver pins are currently defined in the CBUS pin-controller.
> However the pins are in the AO region, which is controlled by the AOBUS
> pin-controller. Move the pins to pinctrl_aobus so they can actually be
> used.
> 
> Fixes: b60e1157d8fa ("ARM: dts: amlogic: Split pinctrl device for Meson8 / Meson8b")
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl@googlemail.com>
> ---
>  arch/arm/boot/dts/meson8.dtsi | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi
> index 9b0b3ddbb17e..e4f7357b4b31 100644
> --- a/arch/arm/boot/dts/meson8.dtsi
> +++ b/arch/arm/boot/dts/meson8.dtsi
> @@ -116,6 +116,13 @@
>  				function = "i2c_mst_ao";
>  			};
>  		};
> +
> +		ir_recv_pins: remote {
> +			mux {
> +				groups = "remote_input";
> +				function = "remote";
> +			};
> +		};
>  	};
>  };
>  
> @@ -151,13 +158,6 @@
>  			};
>  		};
>  
> -		ir_recv_pins: remote {
> -			mux {
> -				groups = "remote_input";
> -				function = "remote";
> -			};
> -		};
> -
>  		eth_pins: ethernet {
>  			mux {
>  				groups = "eth_tx_clk_50m", "eth_tx_en",
> 


Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

WARNING: multiple messages have this Message-ID (diff)
From: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
To: Martin Blumenstingl
	<martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>,
	linux-amlogic-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
	khilman-rdvid1DuHRBWk0Htik3J/w@public.gmane.org,
	carlo-KA+7E9HrN00dnm+yROfE0A@public.gmane.org
Cc: devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org,
	linux-arm-kernel-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org
Subject: Re: [PATCH] ARM: dts: meson8: fix the IR receiver pins
Date: Mon, 12 Jun 2017 09:38:55 +0200	[thread overview]
Message-ID: <e4347b01-e221-2242-9bb9-bc1e93da06fb@baylibre.com> (raw)
In-Reply-To: <20170609222039.25191-1-martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>

On 06/10/2017 12:20 AM, Martin Blumenstingl wrote:
> The IR receiver pins are currently defined in the CBUS pin-controller.
> However the pins are in the AO region, which is controlled by the AOBUS
> pin-controller. Move the pins to pinctrl_aobus so they can actually be
> used.
> 
> Fixes: b60e1157d8fa ("ARM: dts: amlogic: Split pinctrl device for Meson8 / Meson8b")
> Signed-off-by: Martin Blumenstingl <martin.blumenstingl-gM/Ye1E23mwN+BqQ9rBEUg@public.gmane.org>
> ---
>  arch/arm/boot/dts/meson8.dtsi | 14 +++++++-------
>  1 file changed, 7 insertions(+), 7 deletions(-)
> 
> diff --git a/arch/arm/boot/dts/meson8.dtsi b/arch/arm/boot/dts/meson8.dtsi
> index 9b0b3ddbb17e..e4f7357b4b31 100644
> --- a/arch/arm/boot/dts/meson8.dtsi
> +++ b/arch/arm/boot/dts/meson8.dtsi
> @@ -116,6 +116,13 @@
>  				function = "i2c_mst_ao";
>  			};
>  		};
> +
> +		ir_recv_pins: remote {
> +			mux {
> +				groups = "remote_input";
> +				function = "remote";
> +			};
> +		};
>  	};
>  };
>  
> @@ -151,13 +158,6 @@
>  			};
>  		};
>  
> -		ir_recv_pins: remote {
> -			mux {
> -				groups = "remote_input";
> -				function = "remote";
> -			};
> -		};
> -
>  		eth_pins: ethernet {
>  			mux {
>  				groups = "eth_tx_clk_50m", "eth_tx_en",
> 


Reviewed-by: Neil Armstrong <narmstrong-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>
--
To unsubscribe from this list: send the line "unsubscribe devicetree" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

  reply	other threads:[~2017-06-12  7:38 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-09 22:20 [PATCH] ARM: dts: meson8: fix the IR receiver pins Martin Blumenstingl
2017-06-09 22:20 ` Martin Blumenstingl
2017-06-09 22:20 ` Martin Blumenstingl
2017-06-12  7:38 ` Neil Armstrong [this message]
2017-06-12  7:38   ` Neil Armstrong
2017-06-12  7:38   ` Neil Armstrong
2017-06-16 18:40   ` Kevin Hilman
2017-06-16 18:40     ` Kevin Hilman
2017-06-16 18:40     ` Kevin Hilman

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=e4347b01-e221-2242-9bb9-bc1e93da06fb@baylibre.com \
    --to=narmstrong@baylibre.com \
    --cc=linus-amlogic@lists.infradead.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 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.