Re: [PATCH v2 2/4] dt-bindings: ARM: Mediatek: Document devicetree bindings for spi bus

2015-07-05 Thread Jonas Gorski
Hi, On Mon, Jun 29, 2015 at 3:04 PM, Leilk Liu leilk@mediatek.com wrote: Signed-off-by: Leilk Liu leilk@mediatek.com --- .../devicetree/bindings/spi/spi-mt65xx.txt | 32 ++ 1 file changed, 32 insertions(+) create mode 100644

Re: [PATCH v2 2/4] dt-bindings: ARM: Mediatek: Document devicetree bindings for spi bus

2015-07-03 Thread Matthias Brugger
On Monday, June 29, 2015 09:04:28 PM Leilk Liu wrote: Signed-off-by: Leilk Liu leilk@mediatek.com --- Please add a proper patch description. Cheers, Matthias -- To unsubscribe from this list: send the line unsubscribe devicetree in the body of a message to majord...@vger.kernel.org More

Re: [PATCH v2 2/4] dt-bindings: ARM: Mediatek: Document devicetree bindings for spi bus

2015-07-02 Thread leilk liu
+ +- pad-select: should specify spi pad used, only required for MT8173. + This value should be 0~3. + +Example: + +- SoC Specific Portion: +spi: spi@1100a000 { + compatible = mediatek,mt8173-spi; + reg = 0 0x1100a000 0 0x1000; + interrupts = GIC_SPI

Re: [PATCH v2 2/4] dt-bindings: ARM: Mediatek: Document devicetree bindings for spi bus

2015-07-01 Thread Daniel Kurtz
On Mon, Jun 29, 2015 at 9:04 PM, Leilk Liu leilk@mediatek.com wrote: Signed-off-by: Leilk Liu leilk@mediatek.com --- .../devicetree/bindings/spi/spi-mt65xx.txt | 32 ++ 1 file changed, 32 insertions(+) create mode 100644

[PATCH v2 2/4] dt-bindings: ARM: Mediatek: Document devicetree bindings for spi bus

2015-06-29 Thread Leilk Liu
Signed-off-by: Leilk Liu leilk@mediatek.com --- .../devicetree/bindings/spi/spi-mt65xx.txt | 32 ++ 1 file changed, 32 insertions(+) create mode 100644 Documentation/devicetree/bindings/spi/spi-mt65xx.txt diff --git