Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: timer: oxsemi,rps-timer: remove obsolete bindings

Due to lack of maintenance and stall of development for a few years now,
and since no new features will ever be added upstream, remove the
OX810 and OX820 timer bindings.

Acked-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Neil Armstrong <neil.armstrong@linaro.org>
Acked-by: Andy Shevchenko <andy@kernel.org>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/20230630-topic-oxnas-upstream-remove-v2-4-fb6ab3dea87c@linaro.org

authored by

Neil Armstrong and committed by
Daniel Lezcano
c42b7a38 56f99cdc

-17
-17
Documentation/devicetree/bindings/timer/oxsemi,rps-timer.txt
··· 1 - Oxford Semiconductor OXNAS SoCs Family RPS Timer 2 - ================================================ 3 - 4 - Required properties: 5 - - compatible: Should be "oxsemi,ox810se-rps-timer" or "oxsemi,ox820-rps-timer" 6 - - reg : Specifies base physical address and size of the registers. 7 - - interrupts : The interrupts of the two timers 8 - - clocks : The phandle of the timer clock source 9 - 10 - example: 11 - 12 - timer0: timer@200 { 13 - compatible = "oxsemi,ox810se-rps-timer"; 14 - reg = <0x200 0x40>; 15 - clocks = <&rpsclk>; 16 - interrupts = <4 5>; 17 - };