Skip to content

Commit 0dec364

Browse files
committed
riscv: dts: microchip: use an mpfs specific l2 compatible
PolarFire SoC does not have the same l2 cache controller as the fu540, featuring an extra interrupt. Appease the devicetree checker overlords by adding a PolarFire SoC specific compatible to fix the below sort of warnings: mpfs-polarberry.dtb: cache-controller@2010000: interrupts: [[1], [3], [4], [2]] is too long Fixes: 0fa6107 ("RISC-V: Initial DTS for Microchip ICICLE board") Fixes: 34fc9cc ("riscv: dts: microchip: correct L2 cache interrupts") Reviewed-by: Heinrich Schuchardt <[email protected]> Signed-off-by: Conor Dooley <[email protected]>
1 parent 17e4732 commit 0dec364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arch/riscv/boot/dts/microchip/mpfs.dtsi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@
185185
ranges;
186186

187187
cctrllr: cache-controller@2010000 {
188-
compatible = "sifive,fu540-c000-ccache", "cache";
188+
compatible = "microchip,mpfs-ccache", "sifive,fu540-c000-ccache", "cache";
189189
reg = <0x0 0x2010000 0x0 0x1000>;
190190
cache-block-size = <64>;
191191
cache-level = <2>;

0 commit comments

Comments
 (0)