Revert "ARM: dts: qcom: Update HLOS Audio LPM memory region for kera"
Updated the HLOS Audio LPM memory region for Kera is causing bootup
crash.
Keep the HLOS Audio LPM memory region for Kera same as base target sun
and tuna.
Fixes: 87876b303b
("ARM: dts: qcom: Update HLOS Audio LPM memory region for kera")
Change-Id: I99ff160e4679b92dce337bd66d2ee1898a4470f0
Signed-off-by: Prasanna S <quic_prass@quicinc.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
// SPDX-License-Identifier: BSD-3-Clause
|
// SPDX-License-Identifier: BSD-3-Clause
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
* Copyright (c) 2024-2025 Qualcomm Innovation Center, Inc. All rights reserved.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include <dt-bindings/clock/qcom,cambistmclkcc-sun.h>
|
#include <dt-bindings/clock/qcom,cambistmclkcc-sun.h>
|
||||||
@@ -1139,7 +1139,7 @@
|
|||||||
|
|
||||||
slimbam: bamdma@6c04000 {
|
slimbam: bamdma@6c04000 {
|
||||||
compatible = "qcom,bam-v1.7.0";
|
compatible = "qcom,bam-v1.7.0";
|
||||||
reg = <0x6c04000 0x20000>, <0x6c93000 0x1000>;
|
reg = <0x6c04000 0x20000>, <0x6c8f000 0x1000>;
|
||||||
reg-names = "bam", "bam_remote_mem";
|
reg-names = "bam", "bam_remote_mem";
|
||||||
interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 164 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
num-channels = <31>;
|
num-channels = <31>;
|
||||||
@@ -1151,7 +1151,7 @@
|
|||||||
|
|
||||||
slim_msm: slim@6c40000 {
|
slim_msm: slim@6c40000 {
|
||||||
compatible = "qcom,slim-ngd-v1.5.0";
|
compatible = "qcom,slim-ngd-v1.5.0";
|
||||||
reg = <0x6c40000 0x2c000>, <0x6c92000 0x1000>;
|
reg = <0x6c40000 0x2c000>, <0x6c8e000 0x1000>;
|
||||||
reg-names = "ctrl", "slimbus_remote_mem";
|
reg-names = "ctrl", "slimbus_remote_mem";
|
||||||
interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
|
interrupts = <GIC_SPI 163 IRQ_TYPE_LEVEL_HIGH>;
|
||||||
dmas = <&slimbam 3>, <&slimbam 4>;
|
dmas = <&slimbam 3>, <&slimbam 4>;
|
||||||
|
Reference in New Issue
Block a user