dt-bindings: timer: rockchip: Drop superfluous rk3288 compatible
authorCristian Ciocaltea <cristian.ciocaltea@collabora.com>
Wed, 19 Apr 2023 18:13:07 +0000 (21:13 +0300)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Mon, 24 Apr 2023 14:56:14 +0000 (16:56 +0200)
commit51010c1dc487e7764b7e1ec1c4954068e5880757
tree8d38e71c60e86fc2cba91fc5ecf5b7838b84e64d
parent87dd04f9b1a37a92ebbea5eb46e4941551d3547e
dt-bindings: timer: rockchip: Drop superfluous rk3288 compatible

The compatible string for Rockchip RK3288 is wrongly provided in the
'enum' item, in addition to the subsequent 'const', which allows the
usage of an incorrect specification:

  compatible = "rockchip,rk3288-timer", "rockchip,rk3288-timer";

As the rk3288 string is also specified in the top-most 'const' item, the
binding already allows the usage of the correct variant:

  compatible = "rockchip,rk3288-timer";

Drop the unwanted rk3288 entry from the enum.

Fixes: faa186adbd06 ("dt-bindings: timer: convert rockchip,rk-timer.txt to YAML")
Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com>
Reviewed-by: Heiko Stuebner <heiko@sntech.de>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230419181309.338354-2-cristian.ciocaltea@collabora.com
Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml