Skip to content

Commit d50f463

Browse files
pankajbansalnxpmarckleinebudde
authored andcommitted
arm: dts: Remove p1010-flexcan compatible from imx series dts
The flexcan driver has been modified to check for big-endian dts property for be read/write to flexcan registers/mb. An exception to this rule is powerpc P1010RDB, which is always big-endian, even if big-endian is not present in dts. This is checked using p1010-flexcan compatible in dts. Therefore, remove p1010-flexcan compatible from imx series dts, as their flexcan core is little endian. Signed-off-by: Pankaj Bansal <[email protected]> Signed-off-by: Marc Kleine-Budde <[email protected]>
1 parent c8ae67f commit d50f463

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

arch/arm/boot/dts/imx25.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
};
123123

124124
can1: can@43f88000 {
125-
compatible = "fsl,imx25-flexcan", "fsl,p1010-flexcan";
125+
compatible = "fsl,imx25-flexcan";
126126
reg = <0x43f88000 0x4000>;
127127
interrupts = <43>;
128128
clocks = <&clks 75>, <&clks 75>;
@@ -131,7 +131,7 @@
131131
};
132132

133133
can2: can@43f8c000 {
134-
compatible = "fsl,imx25-flexcan", "fsl,p1010-flexcan";
134+
compatible = "fsl,imx25-flexcan";
135135
reg = <0x43f8c000 0x4000>;
136136
interrupts = <44>;
137137
clocks = <&clks 76>, <&clks 76>;

arch/arm/boot/dts/imx28.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@
10381038
};
10391039

10401040
can0: can@80032000 {
1041-
compatible = "fsl,imx28-flexcan", "fsl,p1010-flexcan";
1041+
compatible = "fsl,imx28-flexcan";
10421042
reg = <0x80032000 0x2000>;
10431043
interrupts = <8>;
10441044
clocks = <&clks 58>, <&clks 58>;
@@ -1047,7 +1047,7 @@
10471047
};
10481048

10491049
can1: can@80034000 {
1050-
compatible = "fsl,imx28-flexcan", "fsl,p1010-flexcan";
1050+
compatible = "fsl,imx28-flexcan";
10511051
reg = <0x80034000 0x2000>;
10521052
interrupts = <9>;
10531053
clocks = <&clks 59>, <&clks 59>;

arch/arm/boot/dts/imx35.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@
303303
};
304304

305305
can1: can@53fe4000 {
306-
compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan";
306+
compatible = "fsl,imx35-flexcan";
307307
reg = <0x53fe4000 0x1000>;
308308
clocks = <&clks 33>, <&clks 33>;
309309
clock-names = "ipg", "per";
@@ -312,7 +312,7 @@
312312
};
313313

314314
can2: can@53fe8000 {
315-
compatible = "fsl,imx35-flexcan", "fsl,p1010-flexcan";
315+
compatible = "fsl,imx35-flexcan";
316316
reg = <0x53fe8000 0x1000>;
317317
clocks = <&clks 34>, <&clks 34>;
318318
clock-names = "ipg", "per";

arch/arm/boot/dts/imx53.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@
545545
};
546546

547547
can1: can@53fc8000 {
548-
compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan";
548+
compatible = "fsl,imx53-flexcan";
549549
reg = <0x53fc8000 0x4000>;
550550
interrupts = <82>;
551551
clocks = <&clks IMX5_CLK_CAN1_IPG_GATE>,
@@ -555,7 +555,7 @@
555555
};
556556

557557
can2: can@53fcc000 {
558-
compatible = "fsl,imx53-flexcan", "fsl,p1010-flexcan";
558+
compatible = "fsl,imx53-flexcan";
559559
reg = <0x53fcc000 0x4000>;
560560
interrupts = <83>;
561561
clocks = <&clks IMX5_CLK_CAN2_IPG_GATE>,

0 commit comments

Comments
 (0)