Skip to content

Commit 51010c1

Browse files
cristiccdlezcano
authored andcommitted
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: faa186a ("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
1 parent 87dd04f commit 51010c1

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ properties:
2323
- rockchip,rk3188-timer
2424
- rockchip,rk3228-timer
2525
- rockchip,rk3229-timer
26-
- rockchip,rk3288-timer
2726
- rockchip,rk3368-timer
2827
- rockchip,px30-timer
2928
- const: rockchip,rk3288-timer

0 commit comments

Comments
 (0)