On 1/23/2024 1:56 PM, Krzysztof Kozlowski wrote:
On 18/01/2024 16:57, Ninad Naik wrote:
New memory map layout changes (by Qualcomm firmware) have brought
in updates to base addresses and/or size for different memory regions
like cpcucp_fw, tz-stat, and also introduces new memory regions for
resource manager firmware. This change brings in these corresponding
memory map updates to the SA8775P SoC device tree.
Signed-off-by: Ninad Naik <quic_ninanaik@xxxxxxxxxxx>
---
arch/arm64/boot/dts/qcom/sa8775p.dtsi | 103 +++++++++++++++++++++++---
1 file changed, 94 insertions(+), 9 deletions(-)
diff --git a/arch/arm64/boot/dts/qcom/sa8775p.dtsi b/arch/arm64/boot/dts/qcom/sa8775p.dtsi
index a7eaca33d326..20b16fb5f537 100644
--- a/arch/arm64/boot/dts/qcom/sa8775p.dtsi
+++ b/arch/arm64/boot/dts/qcom/sa8775p.dtsi
@@ -356,13 +356,18 @@ uefi_log: uefi-log@908b0000 {
no-map;
};
+ ddr_training_checksum: ddr_training_checksum@908c0000 {
Underscores are not allowed. Please rewrite downstream patches to match
upstream code.
Also, useful is to run basic tests/tools on your patches, like W=1
builds, before posting.
Ack. I will make the corresponding fixes.
Regards,
Ninad