All of lore.kernel.org
 help / color / mirror / Atom feed
From: khilman@baylibre.com (Kevin Hilman)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
Date: Wed, 07 Mar 2018 17:10:16 -0800	[thread overview]
Message-ID: <7hd10fgyo7.fsf@baylibre.com> (raw)
In-Reply-To: <9a161f47-3e4a-d1ed-f829-d6989191583a@baylibre.com> (Neil Armstrong's message of "Thu, 15 Feb 2018 12:55:19 +0100")

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 15/02/2018 11:10, Jerome Brunet wrote:
>> The compatible in pwm_AO_cd is wrong and does not match anything.
>> Correct this with the correct compatible string
>> 
>> Fixes: 4a81e5ddfb43 ("ARM64: dts: meson-axg: add PWM DT info for Meson-Axg SoC")
>> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
>> ---
>>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> index a7cc9e401a92..880e25b113c1 100644
>> --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> @@ -844,7 +844,7 @@
>>  			};
>>  
>>  			pwm_AO_cd: pwm at 2000 {
>> -				compatible = "amlogic,axg-ao-pwm";
>> +				compatible = "amlogic,meson-axg-ao-pwm";
>>  				reg = <0x0 0x02000  0x0 0x20>;
>>  				#pwm-cells = <3>;
>>  				status = "disabled";
>> 
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

Applied to v4.17/dt64,

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: khilman@baylibre.com (Kevin Hilman)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
Date: Wed, 07 Mar 2018 17:10:16 -0800	[thread overview]
Message-ID: <7hd10fgyo7.fsf@baylibre.com> (raw)
In-Reply-To: <9a161f47-3e4a-d1ed-f829-d6989191583a@baylibre.com> (Neil Armstrong's message of "Thu, 15 Feb 2018 12:55:19 +0100")

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 15/02/2018 11:10, Jerome Brunet wrote:
>> The compatible in pwm_AO_cd is wrong and does not match anything.
>> Correct this with the correct compatible string
>> 
>> Fixes: 4a81e5ddfb43 ("ARM64: dts: meson-axg: add PWM DT info for Meson-Axg SoC")
>> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
>> ---
>>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> index a7cc9e401a92..880e25b113c1 100644
>> --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> @@ -844,7 +844,7 @@
>>  			};
>>  
>>  			pwm_AO_cd: pwm at 2000 {
>> -				compatible = "amlogic,axg-ao-pwm";
>> +				compatible = "amlogic,meson-axg-ao-pwm";
>>  				reg = <0x0 0x02000  0x0 0x20>;
>>  				#pwm-cells = <3>;
>>  				status = "disabled";
>> 
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

Applied to v4.17/dt64,

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: devicetree@vger.kernel.org, linux-kernel@vger.kernel.org,
	Carlo Caione <carlo@caione.org>,
	linux-amlogic@lists.infradead.org,
	linux-arm-kernel@lists.infradead.org,
	Jerome Brunet <jbrunet@baylibre.com>
Subject: Re: [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
Date: Wed, 07 Mar 2018 17:10:16 -0800	[thread overview]
Message-ID: <7hd10fgyo7.fsf@baylibre.com> (raw)
In-Reply-To: <9a161f47-3e4a-d1ed-f829-d6989191583a@baylibre.com> (Neil Armstrong's message of "Thu, 15 Feb 2018 12:55:19 +0100")

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 15/02/2018 11:10, Jerome Brunet wrote:
>> The compatible in pwm_AO_cd is wrong and does not match anything.
>> Correct this with the correct compatible string
>> 
>> Fixes: 4a81e5ddfb43 ("ARM64: dts: meson-axg: add PWM DT info for Meson-Axg SoC")
>> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
>> ---
>>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> index a7cc9e401a92..880e25b113c1 100644
>> --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> @@ -844,7 +844,7 @@
>>  			};
>>  
>>  			pwm_AO_cd: pwm@2000 {
>> -				compatible = "amlogic,axg-ao-pwm";
>> +				compatible = "amlogic,meson-axg-ao-pwm";
>>  				reg = <0x0 0x02000  0x0 0x20>;
>>  				#pwm-cells = <3>;
>>  				status = "disabled";
>> 
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

Applied to v4.17/dt64,

Kevin

WARNING: multiple messages have this Message-ID (diff)
From: Kevin Hilman <khilman@baylibre.com>
To: Neil Armstrong <narmstrong@baylibre.com>
Cc: Jerome Brunet <jbrunet@baylibre.com>,
	Carlo Caione <carlo@caione.org>,
	linux-amlogic@lists.infradead.org, devicetree@vger.kernel.org,
	linux-kernel@vger.kernel.org,
	linux-arm-kernel@lists.infradead.org
Subject: Re: [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
Date: Wed, 07 Mar 2018 17:10:16 -0800	[thread overview]
Message-ID: <7hd10fgyo7.fsf@baylibre.com> (raw)
In-Reply-To: <9a161f47-3e4a-d1ed-f829-d6989191583a@baylibre.com> (Neil Armstrong's message of "Thu, 15 Feb 2018 12:55:19 +0100")

Neil Armstrong <narmstrong@baylibre.com> writes:

> On 15/02/2018 11:10, Jerome Brunet wrote:
>> The compatible in pwm_AO_cd is wrong and does not match anything.
>> Correct this with the correct compatible string
>> 
>> Fixes: 4a81e5ddfb43 ("ARM64: dts: meson-axg: add PWM DT info for Meson-Axg SoC")
>> Signed-off-by: Jerome Brunet <jbrunet@baylibre.com>
>> ---
>>  arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 2 +-
>>  1 file changed, 1 insertion(+), 1 deletion(-)
>> 
>> diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> index a7cc9e401a92..880e25b113c1 100644
>> --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi
>> @@ -844,7 +844,7 @@
>>  			};
>>  
>>  			pwm_AO_cd: pwm@2000 {
>> -				compatible = "amlogic,axg-ao-pwm";
>> +				compatible = "amlogic,meson-axg-ao-pwm";
>>  				reg = <0x0 0x02000  0x0 0x20>;
>>  				#pwm-cells = <3>;
>>  				status = "disabled";
>> 
>
> Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>

Applied to v4.17/dt64,

Kevin

  reply	other threads:[~2018-03-08  1:10 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-02-15 10:10 [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible Jerome Brunet
2018-02-15 10:10 ` Jerome Brunet
2018-02-15 10:10 ` Jerome Brunet
2018-02-15 11:55 ` Neil Armstrong
2018-02-15 11:55   ` Neil Armstrong
2018-02-15 11:55   ` Neil Armstrong
2018-03-08  1:10   ` Kevin Hilman [this message]
2018-03-08  1:10     ` Kevin Hilman
2018-03-08  1:10     ` Kevin Hilman
2018-03-08  1:10     ` 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=7hd10fgyo7.fsf@baylibre.com \
    --to=khilman@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.