Some Hisilicon SoCs, such as Hi1212, use the Hisilicon extended sp804 timer.
Signed-off-by: Zhen Lei <[email protected]> --- Documentation/devicetree/bindings/timer/arm,sp804.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/timer/arm,sp804.txt b/Documentation/devicetree/bindings/timer/arm,sp804.txt index 5cd8eee74af1..01a5451d33f2 100644 --- a/Documentation/devicetree/bindings/timer/arm,sp804.txt +++ b/Documentation/devicetree/bindings/timer/arm,sp804.txt @@ -3,6 +3,8 @@ ARM sp804 Dual Timers Required properties: - compatible: Should be "arm,sp804" & "arm,primecell" + or "hisilicon,sp804" & "arm,primecell" for some Hisilicon SoCs, + such as Hi1212. - interrupts: Should contain the list of Dual Timer interrupts. This is the interrupt for timer 1 and timer 2. In the case of a single entry, it is the combined interrupt or if "arm,sp804-has-irq" is present that -- 2.26.0.106.g9fadedd

