Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

can: sja1000: add documentation for Technologic Systems version

This commit adds documentation for the Technologic Systems version of
SJA1000. The difference with the NXP version is in the way the registers
are accessed.

Signed-off-by: Damien Riegel <damien.riegel@savoirfairelinux.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Damien Riegel and committed by
Marc Kleine-Budde
83c26850 f49cbe6b

+2 -1
+2 -1
Documentation/devicetree/bindings/net/can/sja1000.txt
··· 2 2 3 3 Required properties: 4 4 5 - - compatible : should be "nxp,sja1000". 5 + - compatible : should be one of "nxp,sja1000", "technologic,sja1000". 6 6 7 7 - reg : should specify the chip select, address offset and size required 8 8 to map the registers of the SJA1000. The size is usually 0x80. ··· 14 14 15 15 - reg-io-width : Specify the size (in bytes) of the IO accesses that 16 16 should be performed on the device. Valid value is 1, 2 or 4. 17 + This property is ignored for technologic version. 17 18 Default to 1 (8 bits). 18 19 19 20 - nxp,external-clock-frequency : Frequency of the external oscillator