ARM: dts: msm: Add glink probe entry for Kera
Add glink probe driver entry for Kera to have a way for glink core to get pm notifications during apps suspend/resume. Change-Id: I4c3a41dfb1bcb9e28ecad040c616b563be0b5e40 Signed-off-by: Pranav Mahesh Phansalkar <quic_pphansal@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>
|
||||||
@@ -1048,6 +1048,10 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
qcom,glink {
|
||||||
|
compatible = "qcom,glink";
|
||||||
|
};
|
||||||
|
|
||||||
sys-pm-vx@c320000 {
|
sys-pm-vx@c320000 {
|
||||||
compatible = "qcom,sys-pm-violators", "qcom,sys-pm-kera";
|
compatible = "qcom,sys-pm-violators", "qcom,sys-pm-kera";
|
||||||
reg = <0xc320000 0x400>;
|
reg = <0xc320000 0x400>;
|
||||||
|
Reference in New Issue
Block a user