lkml.org 
[lkml]   [2016]   [May]   [19]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH v2 05/12] of: add J-Core SPI master bindings
    Date
    Signed-off-by: Rich Felker <dalias@libc.org>
    ---
    .../devicetree/bindings/spi/jcore,spi.txt | 23 ++++++++++++++++++++++
    1 file changed, 23 insertions(+)
    create mode 100644 Documentation/devicetree/bindings/spi/jcore,spi.txt

    diff --git a/Documentation/devicetree/bindings/spi/jcore,spi.txt b/Documentation/devicetree/bindings/spi/jcore,spi.txt
    new file mode 100644
    index 0000000..9055e7d
    --- /dev/null
    +++ b/Documentation/devicetree/bindings/spi/jcore,spi.txt
    @@ -0,0 +1,23 @@
    +J-Core SPI master
    +
    +Required properties:
    +
    +- compatible: Must be "jcore,spi2".
    +
    +- reg: Memory region for registers.
    +
    +- #address-cells: Must be 1.
    +
    +- #size-cells: Must be 0.
    +
    +See spi-bus.txt for additional properties not specific to this device.
    +
    +Example:
    +
    +spi {
    + compatible = "jcore,spi2";
    + #address-cells = <1>;
    + #size-cells = <0>;
    + reg = < 0x40 0x8 >;
    + spi-max-frequency = <12500000>;
    +}
    --
    2.8.1

    \
     
     \ /
      Last update: 2016-05-20 05:21    [W:2.925 / U:0.432 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site