All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
@ 2018-02-15 10:10 ` Jerome Brunet
  0 siblings, 0 replies; 10+ messages in thread
From: Jerome Brunet @ 2018-02-15 10:10 UTC (permalink / raw)
  To: linus-amlogic

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";
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
@ 2018-02-15 10:10 ` Jerome Brunet
  0 siblings, 0 replies; 10+ messages in thread
From: Jerome Brunet @ 2018-02-15 10:10 UTC (permalink / raw)
  To: linux-arm-kernel

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";
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
@ 2018-02-15 10:10 ` Jerome Brunet
  0 siblings, 0 replies; 10+ messages in thread
From: Jerome Brunet @ 2018-02-15 10:10 UTC (permalink / raw)
  To: Kevin Hilman, Carlo Caione
  Cc: Jerome Brunet, linux-amlogic, devicetree, linux-arm-kernel,
	linux-kernel

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";
-- 
2.14.3

^ permalink raw reply related	[flat|nested] 10+ messages in thread

* [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
  2018-02-15 10:10 ` Jerome Brunet
  (?)
@ 2018-02-15 11:55   ` Neil Armstrong
  -1 siblings, 0 replies; 10+ messages in thread
From: Neil Armstrong @ 2018-02-15 11:55 UTC (permalink / raw)
  To: linus-amlogic

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>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
@ 2018-02-15 11:55   ` Neil Armstrong
  0 siblings, 0 replies; 10+ messages in thread
From: Neil Armstrong @ 2018-02-15 11:55 UTC (permalink / raw)
  To: linux-arm-kernel

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>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
@ 2018-02-15 11:55   ` Neil Armstrong
  0 siblings, 0 replies; 10+ messages in thread
From: Neil Armstrong @ 2018-02-15 11:55 UTC (permalink / raw)
  To: Jerome Brunet, Kevin Hilman, Carlo Caione
  Cc: linux-amlogic, devicetree, linux-kernel, linux-arm-kernel

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>

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
  2018-02-15 11:55   ` Neil Armstrong
  (?)
  (?)
@ 2018-03-08  1:10     ` Kevin Hilman
  -1 siblings, 0 replies; 10+ messages in thread
From: Kevin Hilman @ 2018-03-08  1:10 UTC (permalink / raw)
  To: linus-amlogic

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
@ 2018-03-08  1:10     ` Kevin Hilman
  0 siblings, 0 replies; 10+ messages in thread
From: Kevin Hilman @ 2018-03-08  1:10 UTC (permalink / raw)
  To: linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
@ 2018-03-08  1:10     ` Kevin Hilman
  0 siblings, 0 replies; 10+ messages in thread
From: Kevin Hilman @ 2018-03-08  1:10 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: devicetree, linux-kernel, Carlo Caione, linux-amlogic,
	linux-arm-kernel, Jerome Brunet

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: [PATCH] ARM64: dts: meson-axg: fix pwm_AO_cd compatible
@ 2018-03-08  1:10     ` Kevin Hilman
  0 siblings, 0 replies; 10+ messages in thread
From: Kevin Hilman @ 2018-03-08  1:10 UTC (permalink / raw)
  To: Neil Armstrong
  Cc: Jerome Brunet, Carlo Caione, linux-amlogic, devicetree,
	linux-kernel, linux-arm-kernel

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

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2018-03-08  1:10 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2018-03-08  1:10     ` Kevin Hilman
2018-03-08  1:10     ` Kevin Hilman
2018-03-08  1:10     ` Kevin Hilman

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.