ARM64: dts: meson-axg: fix pwm_AO_cd compatible
authorJerome Brunet <jbrunet@baylibre.com>
Thu, 15 Feb 2018 10:10:31 +0000 (11:10 +0100)
committerKevin Hilman <khilman@baylibre.com>
Thu, 8 Mar 2018 01:10:08 +0000 (17:10 -0800)
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>
Reviewed-by: Neil Armstrong <narmstrong@baylibre.com>
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
arch/arm64/boot/dts/amlogic/meson-axg.dtsi

index 561fcb9..6801f5c 100644 (file)
                        };
 
                        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";