diff options
author | David S. Miller <davem@davemloft.net> | 2014-02-13 18:16:00 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-02-13 18:16:00 -0500 |
commit | 886ab57c848892ebdddabca9990415176cf90679 (patch) | |
tree | b2db893ef0aecacd26ffd9d1d69a4099a1b8885b /Documentation | |
parent | 3410f22ea9693ed66e15a0764f20388bf39dd93d (diff) | |
parent | 17a50ee4bd47bdba94546e0526fc9ce93dc77d5e (diff) | |
download | linux-stable-886ab57c848892ebdddabca9990415176cf90679.tar.gz linux-stable-886ab57c848892ebdddabca9990415176cf90679.tar.bz2 linux-stable-886ab57c848892ebdddabca9990415176cf90679.zip |
Merge tag 'linux-can-next-for-3.15-20140212' of git://gitorious.org/linux-can/linux-can-next
linux-can-next-for-3.15-20140212
Marc Kleine-Budde says:
====================
this is a pull request of eight patches for net-next/master.
Florian Vaussard contributed a series that merged the sja1000 of_platform
into the platform driver. The of_platform driver is finally removed.
Stephane Grosjean supplied a patch to allocate CANFD skbs. In a patch
by Uwe Kleine-König another missing copyright information was added to
a userspace header. And a patch by Yoann DI RUZZA that adds listen only
mode to the at91_can driver.
====================
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/devicetree/bindings/net/can/sja1000.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/net/can/sja1000.txt b/Documentation/devicetree/bindings/net/can/sja1000.txt index f2105a47ec87..b4a6d53fb01a 100644 --- a/Documentation/devicetree/bindings/net/can/sja1000.txt +++ b/Documentation/devicetree/bindings/net/can/sja1000.txt @@ -12,6 +12,10 @@ Required properties: Optional properties: +- reg-io-width : Specify the size (in bytes) of the IO accesses that + should be performed on the device. Valid value is 1, 2 or 4. + Default to 1 (8 bits). + - nxp,external-clock-frequency : Frequency of the external oscillator clock in Hz. Note that the internal clock frequency used by the SJA1000 is half of that value. If not specified, a default value |