Include IPCC test node for sdxkova, so IPCC kernel-tests can run on sdxkova. Change-Id: I96e4f925d62eec54455b8f03f46217fc402e43a5 Signed-off-by: Keval Kulkarni <quic_kevalbha@quicinc.com> Signed-off-by: Khaja Hussain Shaik Khaji <quic_kshaikkh@quicinc.com>
14 lines
271 B
Plaintext
14 lines
271 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
#include "ipcc-test.dtsi"
|
|
|
|
&soc {
|
|
/delete-node/ ipcc-self-ping-adsp;
|
|
/delete-node/ ipcc-self-ping-cdsp;
|
|
/delete-node/ ipcc-self-ping-slpi;
|
|
};
|
|
|