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.

arm64: dts: qcom: qdu1000: Add LLCC/system-cache-controller

Add a DT node for Last level cache (aka. system cache) controller
which provides control over the last level cache present on QDU1000
and QRU1000 SoCs.

Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230313125731.17745-1-quic_kbajaj@quicinc.com

authored by

Komal Bajaj and committed by
Bjorn Andersson
6209038f ec57cbce

+12
+12
arch/arm64/boot/dts/qcom/qdu1000.dtsi
··· 1321 1321 qcom,bcm-voters = <&apps_bcm_voter>; 1322 1322 #interconnect-cells = <2>; 1323 1323 }; 1324 + 1325 + system-cache-controller@19200000 { 1326 + compatible = "qcom,qdu1000-llcc"; 1327 + reg = <0 0x19200000 0 0xd80000>, 1328 + <0 0x1a200000 0 0x80000>, 1329 + <0 0x221c8128 0 0x4>; 1330 + reg-names = "llcc_base", 1331 + "llcc_broadcast_base", 1332 + "multi_channel_register"; 1333 + interrupts = <GIC_SPI 266 IRQ_TYPE_LEVEL_HIGH>; 1334 + multi-ch-bit-off = <24 2>; 1335 + }; 1324 1336 }; 1325 1337 1326 1338 timer {