提交 c8ae67fe 编写于 作者: P Pankaj Bansal 提交者: Marc Kleine-Budde

powerpc: dts: P1010: Add endianness property to flexcan node

The flexcan driver assumed that flexcan controller is big endian for
powerpc architecture and little endian for other architectures.

But this is not universally true. flexcan controller can be little or
big endian on any architecture.

Therefore the flexcan driver has been modified to check for "big-endian"
device tree property for controllers that are big endian.

consequently add the property to freescale P1010 SOC device tree.
Signed-off-by: NPankaj Bansal <pankaj.bansal@nxp.com>
Reviewed-by: NPoonam Aggrwal <poonam.aggrwal@nxp.com>
Signed-off-by: NMarc Kleine-Budde <mkl@pengutronix.de>
上级 525d70a9
......@@ -137,12 +137,14 @@
compatible = "fsl,p1010-flexcan";
reg = <0x1c000 0x1000>;
interrupts = <48 0x2 0 0>;
big-endian;
};
can1: can@1d000 {
compatible = "fsl,p1010-flexcan";
reg = <0x1d000 0x1000>;
interrupts = <61 0x2 0 0>;
big-endian;
};
L2: l2-cache-controller@20000 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册