Message ID | 20230418120624.284551-2-cristian.ciocaltea@collabora.com |
---|---|
State | Superseded, archived |
Headers | show |
Series | Enable rk3588 timer support | expand |
Context | Check | Description |
---|---|---|
robh/checkpatch | success | |
robh/patch-applied | success | |
robh/dtbs-check | warning | build log |
robh/dt-meta-schema | success |
On 18/04/2023 14:06, Cristian Ciocaltea wrote: > The compatible string for Rockchip RK3288 is provided in both the 'enum' > and the subsequent 'const' item. Drop the unnecessary entry from the > enum. It's in three places, not two. The one which you remove is actually rk3288+rk3288 which is obviously wrong. The commit msg could be rephrased to point actual mistake being fixed + Fixes tag. > > Signed-off-by: Cristian Ciocaltea <cristian.ciocaltea@collabora.com> > Reviewed-by: Heiko Stuebner <heiko@sntech.de> Best regards, Krzysztof
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