浏览代码

Documentation: can: flexcan: Add big-endian property to device tree

The FlexCAN controller can be modelled as little or big endian depending
on SOC design. This device tree property identifies the controller
endianness and the driver reads/writes controller registers based on
that.

This is optional property. i.e. if this property is not present in
device tree node then controller is assumed to be little endian. if this
property is present then controller is assumed to be big endian.

Signed-off-by: Pankaj Bansal <pankaj.bansal@nxp.com>
Reviewed-by: Poonam Aggrwal <poonam.aggrwal@nxp.com>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
Pankaj Bansal 7 年之前
父节点
当前提交
525d70a939
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. 6 0
      Documentation/devicetree/bindings/net/can/fsl-flexcan.txt

+ 6 - 0
Documentation/devicetree/bindings/net/can/fsl-flexcan.txt

@@ -18,6 +18,12 @@ Optional properties:
 
 
 - xceiver-supply: Regulator that powers the CAN transceiver
 - xceiver-supply: Regulator that powers the CAN transceiver
 
 
+- big-endian: This means the registers of FlexCAN controller are big endian.
+              This is optional property.i.e. if this property is not present in
+              device tree node then controller is assumed to be little endian.
+              if this property is present then controller is assumed to be big
+              endian.
+
 Example:
 Example:
 
 
 	can@1c000 {
 	can@1c000 {