mbox series

[0/2] qdu1000: Fix LLCC reg property

Message ID 20240612062719.31724-1-quic_kbajaj@quicinc.com
Headers show
Series qdu1000: Fix LLCC reg property | expand

Message

Komal Bajaj June 12, 2024, 6:27 a.m. UTC
The LLCC binding and driver was corrected to handle the stride
varying between platforms. Switch to the new format to obtain
the base address of each LLCC bank from devicetree.

Komal Bajaj (2):
  arm64: dts: qcom: qdu1000: Fix LLCC reg property
  dt-bindings: cache: qcom,llcc: Fix QDU1000 description

 .../devicetree/bindings/cache/qcom,llcc.yaml     |  2 +-
 arch/arm64/boot/dts/qcom/qdu1000.dtsi            | 16 +++++++++++++++-
 2 files changed, 16 insertions(+), 2 deletions(-)

--
2.42.0

Comments

Mukesh Ojha June 12, 2024, 9:02 a.m. UTC | #1
On Wed, Jun 12, 2024 at 11:57:18AM +0530, Komal Bajaj wrote:
> The LLCC binding and driver was corrected to handle the stride
> varying between platforms. Switch to the new format to ensure
> accesses are done in the right place.
> 
> Fixes: b0e0290bc47d ("arm64: dts: qcom: qdu1000: correct LLCC reg entries")
> Signed-off-by: Komal Bajaj <quic_kbajaj@quicinc.com>

Looks good to me.

Reviewed-by: Mukesh Ojha <quic_mojha@quicinc.com>

-Mukesh