Skip to content

Commit 8acba0b

Browse files
ConchuODgregkh
authored andcommitted
riscv: dts: microchip: use an mpfs specific l2 compatible
[ Upstream commit 0dec364 ] 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]> Signed-off-by: Sasha Levin <[email protected]>
1 parent 94ed8ee commit 8acba0b

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
@@ -161,7 +161,7 @@
161161
ranges;
162162

163163
cctrllr: cache-controller@2010000 {
164-
compatible = "sifive,fu540-c000-ccache", "cache";
164+
compatible = "microchip,mpfs-ccache", "sifive,fu540-c000-ccache", "cache";
165165
reg = <0x0 0x2010000 0x0 0x1000>;
166166
cache-block-size = <64>;
167167
cache-level = <2>;

0 commit comments

Comments
 (0)