[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <a4282cb9-3ebd-0c95-7a47-522eb1bbb770@baylibre.com>
Date: Wed, 12 Jan 2022 09:30:54 +0100
From: Neil Armstrong <narmstrong@...libre.com>
To: Gary Bisson <gary.bisson@...ndarydevices.com>,
linux-amlogic@...ts.infradead.org
Cc: Rob Herring <robh+dt@...nel.org>,
Kevin Hilman <khilman@...libre.com>,
Jerome Brunet <jbrunet@...libre.com>,
Martin Blumenstingl <martin.blumenstingl@...glemail.com>,
devicetree@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/3] arm64: dts: meson-g12-common: add more pwm_f options
On 03/01/2022 16:46, Gary Bisson wrote:
> Add missing PWM_F pin muxing for GPIOA_11 and GPIOZ_12.
>
> Signed-off-by: Gary Bisson <gary.bisson@...ndarydevices.com>
> ---
> Cc: Rob Herring <robh+dt@...nel.org>
> Cc: Neil Armstrong <narmstrong@...libre.com>
> Cc: Kevin Hilman <khilman@...libre.com>
> Cc: Jerome Brunet <jbrunet@...libre.com>
> Cc: Martin Blumenstingl <martin.blumenstingl@...glemail.com>
> Cc: devicetree@...r.kernel.org
> Cc: linux-arm-kernel@...ts.infradead.org
> Cc: linux-kernel@...r.kernel.org
> ---
> .../arm64/boot/dts/amlogic/meson-g12-common.dtsi | 16 ++++++++++++++++
> 1 file changed, 16 insertions(+)
>
> diff --git a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
> index 00c6f53290d4..af1357c48bee 100644
> --- a/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
> +++ b/arch/arm64/boot/dts/amlogic/meson-g12-common.dtsi
> @@ -894,6 +894,22 @@ mux {
> };
> };
>
> + pwm_f_z_pins: pwm-f-z {
> + mux {
> + groups = "pwm_f_z";
> + function = "pwm_f";
> + bias-disable;
> + };
> + };
> +
> + pwm_f_a_pins: pwm-f-a {
> + mux {
> + groups = "pwm_f_a";
> + function = "pwm_f";
> + bias-disable;
> + };
> + };
> +
> pwm_f_x_pins: pwm-f-x {
> mux {
> groups = "pwm_f_x";
>
Reviewed-by: Neil Armstrong <narmstrong@...libre.com>
Powered by blists - more mailing lists