linux-loongson/arch/arm64/boot/dts/qcom/sc7280-herobrine-wifi-sku.dtsi
Luca Weiss 5037ca35ce arm64: dts: qcom: sc7280*: move MPSS and WPSS memory to dtsi
It appears that all SC7280-based devices so far have mpss_mem and
wpss_mem on the same reg with the same size.

Also these memory regions are referenced already in sc7280.dtsi so
that's where they should also be defined.

Signed-off-by: Luca Weiss <luca.weiss@fairphone.com>
Link: https://lore.kernel.org/r/20231208-sc7280-remoteprocs-v3-4-6aa394d33edf@fairphone.com
[bjorn: delete-node &wpss_mem in qcs6490 rb3gen2, and qcm6490 idp]
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
2023-12-17 14:11:27 -06:00

13 lines
339 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Google Herobrine dts fragment for WIFI SKUs
*
* Copyright (c) 2022 Qualcomm Innovation Center, Inc. All rights reserved.
*/
/* WIFI SKUs save 256M by not having modem/mba/rmtfs memory regions defined. */
/delete-node/ &mpss_mem;
/delete-node/ &remoteproc_mpss;
/delete-node/ &rmtfs_mem;