mirror of
https://xff.cz/git/u-boot/
synced 2025-08-31 16:22:36 +02:00
pwm: sunxi-pwm: Add compatible for H3
A83T DTS from Linux uses allwinner,sun8i-h3-pwm. So we need this driver to support it too. Signed-off-by: Ondrej Jirman <megous@megous.com>
This commit is contained in:
@@ -169,6 +169,7 @@ static const struct pwm_ops sunxi_pwm_ops = {
|
||||
|
||||
static const struct udevice_id sunxi_pwm_ids[] = {
|
||||
{ .compatible = "allwinner,sun5i-a13-pwm" },
|
||||
{ .compatible = "allwinner,sun8i-h3-pwm" },
|
||||
{ .compatible = "allwinner,sun50i-a64-pwm" },
|
||||
{ }
|
||||
};
|
||||
|
Reference in New Issue
Block a user