diff options
author | Jerome Brunet <jbrunet@baylibre.com> | 2018-02-15 11:10:31 +0100 |
---|---|---|
committer | Kevin Hilman <khilman@baylibre.com> | 2018-03-07 17:10:08 -0800 |
commit | b4ff05ca9a0a3c297111c48f155e775f1811b4b4 (patch) | |
tree | 26d5e21557bc25c3020fbdf83493d6f4f96f06eb /arch/arm64/boot/dts/amlogic | |
parent | a04c18cb27cd07b897c693958c90adc873012ac0 (diff) |
ARM64: dts: meson-axg: fix pwm_AO_cd compatible
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>
Diffstat (limited to 'arch/arm64/boot/dts/amlogic')
-rw-r--r-- | arch/arm64/boot/dts/amlogic/meson-axg.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi index 561fcb9963d7..6801f5cc092a 100644 --- a/arch/arm64/boot/dts/amlogic/meson-axg.dtsi +++ b/arch/arm64/boot/dts/amlogic/meson-axg.dtsi @@ -759,7 +759,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"; |