Message ID | 20221108041400.157052-5-jagan@edgeble.ai (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | ARM: Add Rockchip RV1126 support | expand |
On 08/11/2022 05:13, Jagan Teki wrote: > Add rockchip timer compatible string for rockchip rv1126. > > Cc: linux-kernel@vger.kernel.org There is really no point to store it in the kernel log. > Cc: Daniel Lezcano <daniel.lezcano@linaro.org> I would argue this also does not make any sense to keep in kernel log. It's maintainer, not a person who is somehow interested in this commit and should be cced. Keep both below --- in all patches. > Signed-off-by: Jagan Teki <jagan@edgeble.ai> Best regards, Krzysztof
diff --git a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml index dc3bc1e62fe9..a6221222e948 100644 --- a/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml +++ b/Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml @@ -17,6 +17,7 @@ properties: - items: - enum: - rockchip,rv1108-timer + - rockchip,rv1126-timer - rockchip,rk3036-timer - rockchip,rk3188-timer - rockchip,rk3228-timer
Add rockchip timer compatible string for rockchip rv1126. Cc: linux-kernel@vger.kernel.org Cc: Daniel Lezcano <daniel.lezcano@linaro.org> Signed-off-by: Jagan Teki <jagan@edgeble.ai> --- Changes for v7: - new patch Documentation/devicetree/bindings/timer/rockchip,rk-timer.yaml | 1 + 1 file changed, 1 insertion(+)