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

Commit c1cbe022 authored by Archit Saxena's avatar Archit Saxena Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: qcom: SDA429 memory map changes



Reduce modem firmware region to 31 MB
for APQ variant of wearable.

Change-Id: Ie92a4696259fef0d7a89fe995596503f59fcad9f
Signed-off-by: default avatarArchit Saxena <archsaxe@codeaurora.org>
parent 107df571
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
@@ -25,6 +25,18 @@
	qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>;
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x1F00000>;
};

&adsp_fw_mem {
	reg = <0x0 0x88700000 0x0 0x1500000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x89c00000 0x0 0x700000>;
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_auo_416p_amoled_cmd>;
	/delete-property/ vdd-supply;
+12 −0
Original line number Diff line number Diff line
@@ -25,6 +25,18 @@
	qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>;
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x1F00000>;
};

&adsp_fw_mem {
	reg = <0x0 0x88700000 0x0 0x1500000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x89c00000 0x0 0x700000>;
};

&usb_otg {
	HSUSB_3p3-supply = <&L16A>;
};
+12 −0
Original line number Diff line number Diff line
@@ -25,6 +25,18 @@
	qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>;
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x1F00000>;
};

&adsp_fw_mem {
	reg = <0x0 0x88700000 0x0 0x1500000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x89c00000 0x0 0x700000>;
};

&mdss_dsi0 {
	qcom,dsi-pref-prim-pan = <&dsi_auo_416p_amoled_cmd>;
	/delete-property/ vdd-supply;
+13 −1
Original line number Diff line number Diff line
/*
 * Copyright (c) 2019, The Linux Foundation. All rights reserved.
 * Copyright (c) 2019-2020, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
@@ -24,6 +24,18 @@
	qcom,pmic-id = <0x0002001b 0x0 0x0 0x0>;
};

&modem_mem {
	reg = <0x0 0x86800000 0x0 0x1F00000>;
};

&adsp_fw_mem {
	reg = <0x0 0x88700000 0x0 0x1500000>;
};

&wcnss_fw_mem {
	reg = <0x0 0x89c00000 0x0 0x700000>;
};

&usb_otg {
	HSUSB_3p3-supply = <&L16A>;
};