Message ID | 20230418095344.274025-2-cristian.ciocaltea@collabora.com |
---|---|
State | Accepted |
Commit | 51010c1dc487e7764b7e1ec1c4954068e5880757 |
Headers | show |
Series | Enable rk3588 timer support | expand |
diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml index 65e59836a660..2bdb6e6bdb21 100644 --- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml +++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml @@ -23,7 +23,6 @@ properties: - rockchip,rk3188-timer - rockchip,rk3228-timer - rockchip,rk3229-timer - - rockchip,rk3288-timer - rockchip,rk3368-timer - rockchip,px30-timer - const: rockchip,rk3288-timer
The compatible string for Rockchip RK3288 is provided in both the 'enum' and the subsequent 'const' item. Drop the unnecessary entry from the enum. Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> --- Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 - 1 file changed, 1 deletion(-)