Skip to content

Commit 7fccd72

Browse files
Merge tag 'dt-fixes-for-palmer-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git into fixes
Microchip RISC-V devicetree fixes for 5.19-rc6 A single fix for mpfs.dtsi: - The l2 cache controller was never hooked up in the dt, so userspace is presented with the wrong topology information, so it has been hooked up. * tag 'dt-fixes-for-palmer-5.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/conor/linux.git: riscv: dts: microchip: hook up the mpfs' l2cache
2 parents dc5cb7a + efa310b commit 7fccd72

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@
5050
riscv,isa = "rv64imafdc";
5151
clocks = <&clkcfg CLK_CPU>;
5252
tlb-split;
53+
next-level-cache = <&cctrllr>;
5354
status = "okay";
5455

5556
cpu1_intc: interrupt-controller {
@@ -77,6 +78,7 @@
7778
riscv,isa = "rv64imafdc";
7879
clocks = <&clkcfg CLK_CPU>;
7980
tlb-split;
81+
next-level-cache = <&cctrllr>;
8082
status = "okay";
8183

8284
cpu2_intc: interrupt-controller {
@@ -104,6 +106,7 @@
104106
riscv,isa = "rv64imafdc";
105107
clocks = <&clkcfg CLK_CPU>;
106108
tlb-split;
109+
next-level-cache = <&cctrllr>;
107110
status = "okay";
108111

109112
cpu3_intc: interrupt-controller {
@@ -131,6 +134,7 @@
131134
riscv,isa = "rv64imafdc";
132135
clocks = <&clkcfg CLK_CPU>;
133136
tlb-split;
137+
next-level-cache = <&cctrllr>;
134138
status = "okay";
135139
cpu4_intc: interrupt-controller {
136140
#interrupt-cells = <1>;

0 commit comments

Comments
 (0)