Message ID | 20230723140712.9438-7-a39.skl@gmail.com |
---|---|
State | Superseded |
Headers | show |
Series | MSM8976 PLL,RPMPD and DTS changes. | expand |
Il 23/07/23 16:06, Adam Skladowski ha scritto: > Some devices like Sony Loire uses Broadcom module over sdc3 however others > utilize qcom WCNSS, split shared region based on downstream pil-tz loader. > > Signed-off-by: Adam Skladowski <a39.skl@gmail.com> That should go in board specific files, not in the SoC dtsi. Regards, Angelo
diff --git a/arch/arm64/boot/dts/qcom/msm8976.dtsi b/arch/arm64/boot/dts/qcom/msm8976.dtsi index ab76806317a7..7385d5edec04 100644 --- a/arch/arm64/boot/dts/qcom/msm8976.dtsi +++ b/arch/arm64/boot/dts/qcom/msm8976.dtsi @@ -338,7 +338,12 @@ mpss_mem: mpss@86c00000 { }; lpass_mem: lpass@8c200000 { - reg = <0x0 0x8c200000 0x0 0x1800000>; + reg = <0x0 0x8c200000 0x0 0x1000000>; + no-map; + }; + + wcnss_fw_mem: wcnss@8d200000 { + reg = <0x0 0x8d200000 0x0 0x800000>; no-map; };
Some devices like Sony Loire uses Broadcom module over sdc3 however others utilize qcom WCNSS, split shared region based on downstream pil-tz loader. Signed-off-by: Adam Skladowski <a39.skl@gmail.com> --- arch/arm64/boot/dts/qcom/msm8976.dtsi | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-)