On Mon, 08 Mar 2021 21:23:00 +0000, Paul Cercueil wrote:
Add compatible strings to support the system timer, clocksource, OST,
watchdog and PWM blocks of the JZ4760 and JZ4760B SoCs.
Newer SoCs which behave like the JZ4760 or JZ4760B now see their
compatible string require a fallback compatible string that corresponds
to one of these two SoCs.
Signed-off-by: Paul Cercueil <paul@crapouillou.net>
---
Notes:
v2: - Fix indentation
- Fix example not using correct compatible strings
.../bindings/timer/ingenic,tcu.yaml | 30 ++++++++++++++-----
1 file changed, 22 insertions(+), 8 deletions(-)
Reviewed-by: Rob Herring <robh@kernel.org>