Re: [PATCH v2 04/12] of: add J-Core timer bindings

2016-05-20 Thread Geert Uytterhoeven
On Fri, May 20, 2016 at 4:53 AM, Rich Felker wrote: > +++ b/Documentation/devicetree/bindings/timer/jcore,pit.txt > @@ -0,0 +1,28 @@ > +Example: > + > +timer { timer@200 > + compatible = "jcore,pit"; > + reg = < 0x200 0x30 >; > + cpu-offset = < 0x300 >; > + interrupts =

[PATCH v2 04/12] of: add J-Core timer bindings

2016-05-19 Thread Rich Felker
Signed-off-by: Rich Felker --- .../devicetree/bindings/timer/jcore,pit.txt| 28 ++ 1 file changed, 28 insertions(+) create mode 100644 Documentation/devicetree/bindings/timer/jcore,pit.txt diff --git a/Documentation/devicetree/bindings/timer/jcore,pit.txt b/Document