diff options
author | Wolfram Sang <w.sang@pengutronix.de> | 2009-11-13 01:14:52 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-11-13 23:47:03 -0500 |
commit | afa17a500a3667f66df450100538d06769529bba (patch) | |
tree | d3e134c679b2ee54733eeced15a99b62548ebf93 /Documentation | |
parent | 888801357f240daee5d310327867d834bc05183b (diff) |
net/can: add driver for mscan family & mpc52xx_mscan
Taken from socketcan-svn, fixed remaining todos, cleaned up, tested with a
phyCORE-MPC5200B-IO and a custom board.
Signed-off-by: Wolfram Sang <w.sang@pengutronix.de>
Cc: Wolfgang Grandegger <wg@grandegger.com>
Cc: Grant Likely <grant.likely@secretlab.ca>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/powerpc/dts-bindings/fsl/mpc5200.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt b/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt index 8447fd7090d0..b151fb1ddef0 100644 --- a/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt +++ b/Documentation/powerpc/dts-bindings/fsl/mpc5200.txt | |||
@@ -178,3 +178,12 @@ External interrupts: | |||
178 | external irq3: interrupts = <1 3 n>; | 178 | external irq3: interrupts = <1 3 n>; |
179 | 'n' is sense (0: level high, 1: edge rising, 2: edge falling 3: level low) | 179 | 'n' is sense (0: level high, 1: edge rising, 2: edge falling 3: level low) |
180 | 180 | ||
181 | fsl,mpc5200-mscan nodes | ||
182 | ----------------------- | ||
183 | In addition to the required compatible-, reg- and interrupt-properites, you can | ||
184 | also specify which clock shall be used for the bus: | ||
185 | |||
186 | - fsl,mscan-clk-src - a string describing the clock source. Valid values | ||
187 | are "ip" for IP_CLK and "sys" for SYS_XTAL. | ||
188 | "sys" is the default in case the property is not | ||
189 | present. | ||