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>
20 lines
549 B
Plaintext
20 lines
549 B
Plaintext
// SPDX-License-Identifier: BSD-3-Clause
|
|
/*
|
|
* Copyright (c) 2024 Qualcomm Innovation Center, Inc. All rights reserved.
|
|
*/
|
|
|
|
/dts-v1/;
|
|
/plugin/;
|
|
|
|
#include <dt-bindings/clock/qcom,camcc-kalama.h>
|
|
#include <dt-bindings/clock/qcom,videocc-kalama.h>
|
|
#include <dt-bindings/clock/qcom,dispcc-kalama.h>
|
|
#include "kalama-mmrm-v2.dtsi"
|
|
|
|
/ {
|
|
model = "Qualcomm Technologies, Inc. Kalama v2 SoC";
|
|
compatible = "qcom,kalama";
|
|
qcom,msm-id = <519 0x20000>, <536 0x20000>, <600 0x20000>, <601 0x20000>;
|
|
qcom,board-id = <0 0>; /* required by merge_dtbs.py */
|
|
};
|