Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 59a7ff22 authored by Channagoud Kadabi's avatar Channagoud Kadabi Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Update LLCC base address for SDM845



Use the lowest LLCC bank address for mapping the register for LLCC and
add llcc-banks-off array for listing offset of each bank with respect to
the base address. Add llcc-broadcast-off property to add the offset of
broadcast register starting from llcc bank0.

Change-Id: Ie1579f5bde121b5210d6c5cf4c63e6abdde120c2
Signed-off-by: default avatarChannagoud Kadabi <ckadabi@codeaurora.org>
parent 9d62754f
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -49,6 +49,16 @@ Require Properties:
	Value Type: <stringlist>
	Definition: Address names. Must be "llcc"

- llcc-bank-off:
	Usage: required
	Value Type: <u32 array>
	Definition: Offsets of llcc banks from llcc base address starting from
		    LLCC bank0.
- llcc-broadcast-off:
	Usage: required
	Value Type: <u32>
	Definition: Offset of broadcast register from LLCC bank0 address.

- #cache-cells:
	Usage: required
	Value Type: <u32>
+4 −2
Original line number Diff line number Diff line
@@ -1468,10 +1468,12 @@
				  "l3-scu-faultirq";
	};

	qcom,llcc@1300000 {
	qcom,llcc@1100000 {
		compatible = "qcom,llcc-core", "syscon", "simple-mfd";
		reg = <0x1300000 0x50000>;
		reg = <0x1100000 0x250000>;
		reg-names = "llcc_base";
		qcom,llcc-banks-off = <0x0 0x80000 0x100000 0x180000>;
		qcom,llcc-broadcast-off = <0x200000>;

		llcc: qcom,sdm845-llcc {
			compatible = "qcom,sdm845-llcc";