[PATCH 1/6] thermal: sti: Supply Device Tree documentation

2014-06-05 Thread Lee Jones
Signed-off-by: Ajit Pal Singh Acked-by: Peter Griffin Signed-off-by: Lee Jones --- .../devicetree/bindings/thermal/st-thermal.txt | 42 ++ 1 file changed, 42 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/st-thermal.txt diff --git

Re: [STLinux Kernel] [PATCH 1/6] thermal: sti: Supply Device Tree documentation

2014-06-05 Thread Lee Jones
On Thu, 05 Jun 2014, Peter Griffin wrote: > Hi Lee, > > > +Example: > > + > > + temp1@fdfe8000 { > > + compatible = "st,stih416-mpe-thermal"; > > + reg = <0xfdfe8000 0x10>; > > + clock-names = "thermal"; > > + clocks =

Re: [STLinux Kernel] [PATCH 1/6] thermal: sti: Supply Device Tree documentation

2014-06-05 Thread Peter Griffin
Hi Lee, > +Example: > + > + temp1@fdfe8000 { > + compatible = "st,stih416-mpe-thermal"; > + reg = <0xfdfe8000 0x10>; > + clock-names = "thermal"; > + clocks = <_M_MPETHSENS>; > + interrupts = ; > +

Re: [STLinux Kernel] [PATCH 1/6] thermal: sti: Supply Device Tree documentation

2014-06-05 Thread Peter Griffin
Hi Lee, +Example: + + temp1@fdfe8000 { + compatible = st,stih416-mpe-thermal; + reg = 0xfdfe8000 0x10; + clock-names = thermal; + clocks = CLK_M_MPETHSENS; + interrupts = GIC_SPI 23

Re: [STLinux Kernel] [PATCH 1/6] thermal: sti: Supply Device Tree documentation

2014-06-05 Thread Lee Jones
On Thu, 05 Jun 2014, Peter Griffin wrote: Hi Lee, +Example: + + temp1@fdfe8000 { + compatible = st,stih416-mpe-thermal; + reg = 0xfdfe8000 0x10; + clock-names = thermal; + clocks = CLK_M_MPETHSENS; +

[PATCH 1/6] thermal: sti: Supply Device Tree documentation

2014-06-05 Thread Lee Jones
Signed-off-by: Ajit Pal Singh ajitpal.si...@st.com Acked-by: Peter Griffin peter.grif...@linaro.org Signed-off-by: Lee Jones lee.jo...@linaro.org --- .../devicetree/bindings/thermal/st-thermal.txt | 42 ++ 1 file changed, 42 insertions(+) create mode 100644

[PATCH 1/6] thermal: sti: Supply Device Tree documentation

2014-05-30 Thread Lee Jones
Signed-off-by: Ajit Pal Singh Signed-off-by: Lee Jones --- .../devicetree/bindings/thermal/st-thermal.txt | 42 ++ 1 file changed, 42 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/st-thermal.txt diff --git

[PATCH 1/6] thermal: sti: Supply Device Tree documentation

2014-05-30 Thread Lee Jones
Signed-off-by: Ajit Pal Singh ajitpal.si...@st.com Signed-off-by: Lee Jones lee.jo...@linaro.org --- .../devicetree/bindings/thermal/st-thermal.txt | 42 ++ 1 file changed, 42 insertions(+) create mode 100644 Documentation/devicetree/bindings/thermal/st-thermal.txt diff