1
0
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:
Ondrej Jirman
2018-12-08 05:57:55 +01:00
parent f07ed618f0
commit d38332b1de

View File

@@ -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" },
{ }
};