Skip to content

Commit 1298d0d

Browse files
committed
Merge tag 'dt64-cleanup-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt into soc/dt
Minor improvements in ARM64 DTS for v6.6 Just two cleanups of missing cache properties for Nuvoton and LG. * tag 'dt64-cleanup-6.6' of https://git.kernel.org/pub/scm/linux/kernel/git/krzk/linux-dt: arm64: dts: lg: add missing cache properties arm64: dts: nuvoton: add missing cache properties Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnd Bergmann <[email protected]>
2 parents 99355a2 + 1193001 commit 1298d0d

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

arch/arm64/boot/dts/lg/lg1312.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
};
4949
L2_0: l2-cache0 {
5050
compatible = "cache";
51+
cache-level = <2>;
52+
cache-unified;
5153
};
5254
};
5355

arch/arm64/boot/dts/lg/lg1313.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,8 @@
4848
};
4949
L2_0: l2-cache0 {
5050
compatible = "cache";
51+
cache-level = <2>;
52+
cache-unified;
5153
};
5254
};
5355

arch/arm64/boot/dts/nuvoton/nuvoton-npcm845.dtsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,8 @@
4949

5050
l2: l2-cache {
5151
compatible = "cache";
52+
cache-level = <2>;
53+
cache-unified;
5254
};
5355
};
5456

0 commit comments

Comments
 (0)