ARM: dts: msm: Enable schgm-flash node for ravelin
Add compatible string to schgm-flash DT node. This was removed from the bulk DT porting for Ravelin on qcom-6.6 device-tree branch. Change-Id: I16d410ce8cc15278b0d8a3480a1e7fd5a044669f Signed-off-by: Shilpa Suresh <quic_c_sbsure@quicinc.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
// 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/interrupt-controller/irq.h>
|
||||
@@ -135,6 +135,7 @@
|
||||
};
|
||||
|
||||
qcom,schgm-flash@a600 {
|
||||
compatible = "qcom,schgm-flash";
|
||||
reg = <0xa600>;
|
||||
interrupts = <0x2 0xa6 0x2 IRQ_TYPE_EDGE_RISING>,
|
||||
<0x2 0xa6 0x6 IRQ_TYPE_EDGE_RISING>;
|
||||
|
Reference in New Issue
Block a user