Skip to content

Commit da984d7

Browse files
committed
Merge tag 'mvebu-fixes-4.14-3' of git://git.infradead.org/linux-mvebu into fixes
Pull "mvebu fixes for 4.14 (part 3)" from Gregory CLEMENT: Fixing an old stability issue on Cortex A9 based mvebu SoC * tag 'mvebu-fixes-4.14-3' of git://git.infradead.org/linux-mvebu: ARM: dts: mvebu: pl310-cache disable double-linefill
2 parents 36a247b + cda80a8 commit da984d7

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

arch/arm/boot/dts/armada-375.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,9 +178,9 @@
178178
reg = <0x8000 0x1000>;
179179
cache-unified;
180180
cache-level = <2>;
181-
arm,double-linefill-incr = <1>;
181+
arm,double-linefill-incr = <0>;
182182
arm,double-linefill-wrap = <0>;
183-
arm,double-linefill = <1>;
183+
arm,double-linefill = <0>;
184184
prefetch-data = <1>;
185185
};
186186

arch/arm/boot/dts/armada-38x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,9 @@
143143
reg = <0x8000 0x1000>;
144144
cache-unified;
145145
cache-level = <2>;
146-
arm,double-linefill-incr = <1>;
146+
arm,double-linefill-incr = <0>;
147147
arm,double-linefill-wrap = <0>;
148-
arm,double-linefill = <1>;
148+
arm,double-linefill = <0>;
149149
prefetch-data = <1>;
150150
};
151151

arch/arm/boot/dts/armada-39x.dtsi

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,9 +111,9 @@
111111
reg = <0x8000 0x1000>;
112112
cache-unified;
113113
cache-level = <2>;
114-
arm,double-linefill-incr = <1>;
114+
arm,double-linefill-incr = <0>;
115115
arm,double-linefill-wrap = <0>;
116-
arm,double-linefill = <1>;
116+
arm,double-linefill = <0>;
117117
prefetch-data = <1>;
118118
};
119119

0 commit comments

Comments
 (0)