mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-17 22:16:45 +07:00
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: 4a81e5ddfb
("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>
This commit is contained in:
parent
a04c18cb27
commit
b4ff05ca9a
@ -759,7 +759,7 @@ pwm_AO_ab: pwm@7000 {
|
||||
};
|
||||
|
||||
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";
|
||||
|
Loading…
Reference in New Issue
Block a user