Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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/20230814114154.26017-1-krzysztof.kozlowski@linaro.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>

+6
+2
arch/arm64/boot/dts/lg/lg1312.dtsi
··· 48 48 }; 49 49 L2_0: l2-cache0 { 50 50 compatible = "cache"; 51 + cache-level = <2>; 52 + cache-unified; 51 53 }; 52 54 }; 53 55
+2
arch/arm64/boot/dts/lg/lg1313.dtsi
··· 48 48 }; 49 49 L2_0: l2-cache0 { 50 50 compatible = "cache"; 51 + cache-level = <2>; 52 + cache-unified; 51 53 }; 52 54 }; 53 55
+2
arch/arm64/boot/dts/nuvoton/nuvoton-npcm845.dtsi
··· 49 49 50 50 l2: l2-cache { 51 51 compatible = "cache"; 52 + cache-level = <2>; 53 + cache-unified; 52 54 }; 53 55 }; 54 56