diff mbox series

ARM64: dts: meson-axg: fix pwm_AO_cd compatible

Message ID 20180215101031.18934-1-jbrunet@baylibre.com
State Accepted
Commit b4ff05ca9a0a3c297111c48f155e775f1811b4b4
Headers show
Series ARM64: dts: meson-axg: fix pwm_AO_cd compatible | expand

Commit Message

Jerome Brunet Feb. 15, 2018, 10:10 a.m. UTC
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(-)

-- 
2.14.3

Comments

Neil Armstrong Feb. 15, 2018, 11:55 a.m. UTC | #1
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>
Kevin Hilman March 8, 2018, 1:10 a.m. UTC | #2
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
diff mbox series

Patch

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