Files
android_kernel_samsung_sm87…/kalama/kalama-mmrm-vm-be.dtsi
Megha Byahatti e538abe50e mmrm: devicetree: Align with upstream osdt
According to upstream requirement moving devicetree
form vendor/qcom/proprietary/mmrm-devicetree to
vendor/qcom/opensource/mmrm-devicetree by creating
new project. All the changes to the devicetree need
to be done in this project to be merged. All changes
will need Signed-off-by: tags and will need to use
open source emails.

Change-Id: Ia6ca401d094e934503c54718716ab0d1c64015af
Signed-off-by: Megha Byahatti <quic_mbyahatt@quicinc.com>
2024-04-02 14:41:21 +05:30

13 lines
227 B
Plaintext

// SPDX-License-Identifier: BSD-3-Clause
/*
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
*/
&soc {
mmrm_vm_be: qcom,mmrm-vm-be {
compatible = "qcom,mmrm-vm-be";
status = "disable";
};
};