>From 0eecd5e763278a59c4533e576ac1c9616310c21e Mon Sep 17 00:00:00 2001 From: Hans de Goede Date: Fri, 12 Dec 2014 14:11:56 +0100 Subject: [PATCH v2 2/4] FIXUP: "sunxi:drivers:input:ps2 Added sunxi A10/A20 ps2 driver" dt bindings should use the compat string for the earliest version of the hardware which has the relevant hardware block, unless there are differences, the A10 and A20 ps2 controllers are identical, so for both sun4i-a10-ps2 should be used as compat string, drop the sun7i-a20-ps2 compat string. Signed-off-by: Hans de Goede --- drivers/input/serio/sunxi-ps2.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/input/serio/sunxi-ps2.c b/drivers/input/serio/sunxi-ps2.c index 4cd89ae..cb89d80 100644 --- a/drivers/input/serio/sunxi-ps2.c +++ b/drivers/input/serio/sunxi-ps2.c @@ -340,7 +340,6 @@ static int sunxips2_remove(struct platform_device *pdev) /* Match table for of_platform binding */ static const struct of_device_id sunxips2_of_match[] = { - { .compatible = "allwinner,sun7i-a20-ps2", }, { .compatible = "allwinner,sun4i-a10-ps2", }, { }, }; -- 2.1.0