ARM: dts: msm: Add max banks entry for cinder RU

Cinder RU devices report having 8 banks but only have 4
so cap the number of banks at 4 for RU devices.

Change-Id: I7d0e39514a463ebdb1681a262965db7ecc25325f
This commit is contained in:
Melody Olvera
2022-07-20 12:56:52 -07:00
parent c6b2c2c7c6
commit cfd9f2c972
2 changed files with 5 additions and 1 deletions

View File

@@ -166,3 +166,7 @@
};
};
&llcc_device {
max-banks = <4>;
};

View File

@@ -1283,7 +1283,7 @@
status = "ok";
};
cache-controller@19200000 {
llcc_device: cache-controller@19200000 {
compatible = "qcom,cinder-llcc", "qcom,llcc-v21";
reg = <0x19200000 0xd80000>, <0x1A200000 0x80000>, <0x221c8128 0x4>;
reg-names = "llcc_base", "llcc_broadcast_base", "multi_ch_reg";